GlobalParameterResource interface
Global parameters resource type.
- Extends
Properties
properties | Properties of the global parameter. |
Inherited Properties
etag | Etag identifies change in the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
id | The resource identifier. NOTE: This property will not be serialized. It can only be populated by the server. |
name | The resource name. NOTE: This property will not be serialized. It can only be populated by the server. |
type | The resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
properties
Properties of the global parameter.
properties: {[propertyName: string]: GlobalParameterSpecification}
Property Value
{[propertyName: string]: GlobalParameterSpecification}
Inherited Property Details
etag
Etag identifies change in the resource. NOTE: This property will not be serialized. It can only be populated by the server.
etag?: string
Property Value
string
Inherited From SubResource.etag
id
The resource identifier. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From SubResource.id
name
The resource name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From SubResource.name
type
The resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From SubResource.type