Package version:

Interface ServiceResource

Service resource

Hierarchy

Properties

id?: string

Fully qualified resource Id for the resource. NOTE: This property will not be serialized. It can only be populated by the server.

location?: string

The GEO location of the resource.

name?: string

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

Properties of the Service resource

sku?: Sku

Sku of the Service resource

systemData?: 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.

tags?: {
    [propertyName: string]: string;
}

Tags of the service which is a list of key value pairs that describe the resource.

Type declaration

  • [propertyName: string]: string
type?: string

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

Generated using TypeDoc