Vault interface
Resource information, as returned by the resource provider.
- Extends
Properties
identity | Identity for the resource. |
properties | Properties of the vault. |
sku | Identifies the unique system identifier for each Azure resource. |
system |
Metadata pertaining to creation and last modification of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
etag | Optional ETag. |
id | Resource Id represents the complete path to the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
location | Resource location. |
name | Resource name associated with the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
tags | Resource tags. |
type | Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/... NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
identity
properties
sku
systemData
Metadata pertaining to creation and last modification of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
Inherited Property Details
etag
id
Resource Id represents the complete path to the resource. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From TrackedResource.id
location
name
Resource name associated with the resource. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From TrackedResource.name
tags
Resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From TrackedResource.tags
type
Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/... NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From TrackedResource.type