IOperationStatus.ResourceId 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.
The fully qualified resource id of the resource for which the operation was performed.
[Microsoft.Azure.PowerShell.Cmdlets.Terraform.Runtime.Info(Create=false, Description="The fully qualified resource id of the resource for which the operation was performed.", 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.Terraform.Runtime.Info(Create=false, Description="The fully qualified resource id of the resource for which the operation was performed.", 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