IMachineSkuProperties.BootstrapProtocol 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 type of bootstrap protocol used.
[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The type of bootstrap protocol used.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BootstrapProtocol) }, ReadOnly=true, Required=false, SerializedName="bootstrapProtocol")]
public Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BootstrapProtocol? BootstrapProtocol { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The type of bootstrap protocol used.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BootstrapProtocol) }, ReadOnly=true, Required=false, SerializedName="bootstrapProtocol")>]
member this.BootstrapProtocol : Nullable<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BootstrapProtocol>
Public ReadOnly Property BootstrapProtocol As Nullable(Of BootstrapProtocol)
Property Value
- Attributes