Resource interface
The Azure Resource.
Properties
id | The Resource Id NOTE: This property will not be serialized. It can only be populated by the server. |
location | The Geo location of the Manager |
name | The Resource Name NOTE: This property will not be serialized. It can only be populated by the server. |
tags | Tags attached to the Manager |
type | The Resource type NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
id
The Resource Id NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
location
The Geo location of the Manager
location: string
Property Value
string
name
The Resource Name NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
tags
Tags attached to the Manager
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
type
The Resource type NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Azure SDK for JavaScript