VirtualMachineActionBaseCmdlet.Id 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.Commands.ResourceManager.Common.ArgumentCompleters.ResourceIdCompleter("Microsoft.Compute/virtualMachines")]
[System.Management.Automation.Parameter(HelpMessage="The ID of the virtual machine.", Mandatory=true, ParameterSetName="IdParameterSetName", Position=0, ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string Id { get; set; }
[System.Management.Automation.ValidateNotNullOrEmpty]
[System.Management.Automation.Parameter(HelpMessage="The resource group name.", Mandatory=true, ParameterSetName="IdParameterSetName", Position=0, ValueFromPipelineByPropertyName=true)]
public string Id { get; set; }
[<Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.ResourceIdCompleter("Microsoft.Compute/virtualMachines")>]
[<System.Management.Automation.Parameter(HelpMessage="The ID of the virtual machine.", Mandatory=true, ParameterSetName="IdParameterSetName", Position=0, ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.Id : string with get, set
[<System.Management.Automation.ValidateNotNullOrEmpty>]
[<System.Management.Automation.Parameter(HelpMessage="The resource group name.", Mandatory=true, ParameterSetName="IdParameterSetName", Position=0, ValueFromPipelineByPropertyName=true)>]
member this.Id : string with get, set
Public Property Id As String
Property Value
- Attributes