NewAzConnectedMachineExtension_CreateExpanded.MachineName 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.
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category(new Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.ParameterCategory.Path })]
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Description="The name of the machine where the extension should be created or updated.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="name")]
[System.Management.Automation.Parameter(HelpMessage="The name of the machine where the extension should be created or updated.", Mandatory=true)]
public string MachineName { get; set; }
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category(new Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.ParameterCategory.Path })]
[System.Management.Automation.Parameter(HelpMessage="The name of the machine where the extension should be created or updated.", Mandatory=true)]
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Description="The name of the machine where the extension should be created or updated.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="machineName")]
public string MachineName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category(new Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.ParameterCategory.Path })>]
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Description="The name of the machine where the extension should be created or updated.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="name")>]
[<System.Management.Automation.Parameter(HelpMessage="The name of the machine where the extension should be created or updated.", Mandatory=true)>]
member this.MachineName : string with get, set
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Category(new Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.ParameterCategory.Path })>]
[<System.Management.Automation.Parameter(HelpMessage="The name of the machine where the extension should be created or updated.", Mandatory=true)>]
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Description="The name of the machine where the extension should be created or updated.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="machineName")>]
member this.MachineName : string with get, set
Public Property MachineName As String
Property Value
- Attributes