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