ResourceAutoGenerated interface
An azure resource object
Properties
etag | The etag field is not required. If it is provided in the response body, it must also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields. NOTE: This property will not be serialized. It can only be populated by the server. |
id | Azure resource Id NOTE: This property will not be serialized. It can only be populated by the server. |
kind | Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. NOTE: This property will not be serialized. It can only be populated by the server. |
location | Resource location |
name | Azure resource name NOTE: This property will not be serialized. It can only be populated by the server. |
tags | Resource tags |
type | Azure resource type NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
etag
The etag field is not required. If it is provided in the response body, it must also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields. NOTE: This property will not be serialized. It can only be populated by the server.
etag?: string
Property Value
string
id
Azure resource Id NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
kind
Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. NOTE: This property will not be serialized. It can only be populated by the server.
kind?: string
Property Value
string
location
Resource location
location: string
Property Value
string
name
Azure resource name NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
tags
Resource tags
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
type
Azure resource type NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string