다음을 통해 공유


IMachine.ResourceId Property

Definition

Azure resource id of the machine. It can be used to GET underlying VM Instance

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=false, Description="Azure resource id of the machine. It can be used to GET underlying VM Instance", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="resourceId", Update=false)]
public string ResourceId { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=false, Description="Azure resource id of the machine. It can be used to GET underlying VM Instance", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="resourceId", Update=false)>]
member this.ResourceId : string
Public ReadOnly Property ResourceId As String

Property Value

Attributes

Applies to