ProxyResourceOutput interface
The resource model definition for proxy-only resource.
Properties
| etag | Azure resource etag. |
| id | Azure resource identifier. |
| location | It will be deprecated in New API, resource location depends on the parent resource. |
| name | Azure resource name. |
| system |
Metadata pertaining to creation and last modification of the resource. |
| tags | Azure resource tags. |
| type | Azure resource type. |
Property Details
etag
Azure resource etag.
etag?: string
Property Value
string
id
Azure resource identifier.
id?: string
Property Value
string
location
It will be deprecated in New API, resource location depends on the parent resource.
location?: string
Property Value
string
name
Azure resource name.
name?: string
Property Value
string
systemData
Metadata pertaining to creation and last modification of the resource.
systemData?: SystemDataOutput
Property Value
tags
Azure resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
type
Azure resource type.
type?: string
Property Value
string