IBareMetalMachine.BmcConnectionString Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The connection string for the baseboard management controller including IP address and protocol.
[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The connection string for the baseboard management controller including IP address and protocol.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="bmcConnectionString")]
public string BmcConnectionString { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The connection string for the baseboard management controller including IP address and protocol.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="bmcConnectionString")>]
member this.BmcConnectionString : string with get, set
Public Property BmcConnectionString As String
Property Value
- Attributes