ServiceResource interface
The service resource.
- Extends
Properties
properties | The service resource properties. |
Inherited Properties
id | Azure resource identifier. NOTE: This property will not be serialized. It can only be populated by the server. |
location | Resource location depends on the parent resource. |
name | Azure resource name. NOTE: This property will not be serialized. It can only be populated by the server. |
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. |
tags | Azure resource tags. |
type | Azure resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
properties
The service resource properties.
properties?: ServiceResourcePropertiesUnion
Property Value
Inherited Property Details
id
Azure resource identifier. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ProxyResource.id
location
Resource location depends on the parent resource.
location?: string
Property Value
string
Inherited From ProxyResource.location
name
Azure resource name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ProxyResource.name
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 From ProxyResource.systemData
tags
Azure resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From ProxyResource.tags
type
Azure resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ProxyResource.type
Azure SDK for JavaScript