ResourceMetadata interface
Single resource Id's metadata.
Properties
account |
Account Id. For example - the AWS account id. |
resource |
Resource Id - e.g. "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1". |
resource |
Resource kind. |
resource |
Resource Origin. |
resource |
Resource type. e.g. "Microsoft.Compute/virtualMachines" |
Property Details
accountId
Account Id. For example - the AWS account id.
accountId?: string
Property Value
string
resourceId
Resource Id - e.g. "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1".
resourceId: string
Property Value
string
resourceKind
Resource kind.
resourceKind?: string
Property Value
string
resourceOrigin
Resource Origin.
resourceOrigin?: string
Property Value
string
resourceType
Resource type. e.g. "Microsoft.Compute/virtualMachines"
resourceType?: string
Property Value
string