UpdateAzConnectedMachineExtension_Update.Name Property

Definition

[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 extension.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="extensionName")]
[System.Management.Automation.Parameter(HelpMessage="The name of the machine extension.", Mandatory=true)]
public string Name { 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 extension.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="extensionName")>]
[<System.Management.Automation.Parameter(HelpMessage="The name of the machine extension.", Mandatory=true)>]
member this.Name : string with get, set
Public Property Name As String

Property Value

String
Attributes

Applies to