Share via


IBareMetalMachineConfigurationData.MachineName Property

Definition

The user-provided name for the bare metal machine created from this specification. If not provided, the machine name will be generated programmatically.

[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=true, Description="The user-provided name for the bare metal machine created from this specification.\r\n        If not provided, the machine name will be generated programmatically.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="machineName", Update=true)]
public string MachineName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=true, Description="The user-provided name for the bare metal machine created from this specification.\r\n        If not provided, the machine name will be generated programmatically.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="machineName", Update=true)>]
member this.MachineName : string with get, set
Public Property MachineName As String

Property Value

Attributes

Applies to