Package version:

Interface GlobalParameterResource

Global parameters resource type.

interface GlobalParameterResource {
    etag?: string;
    id?: string;
    name?: string;
    properties: {
        [propertyName: string]: GlobalParameterSpecification;
    };
    type?: string;
}

Hierarchy (view full)

Properties

etag?: string

Etag identifies change in the resource. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

The resource identifier. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

The resource name. NOTE: This property will not be serialized. It can only be populated by the server.

properties: {
    [propertyName: string]: GlobalParameterSpecification;
}

Properties of the global parameter.

type?: string

The resource type. NOTE: This property will not be serialized. It can only be populated by the server.