ServiceResourceProperties interface

Services response resource.

Properties

additionalProperties

Additional properties

creationTime

Time of the last state change (ISO-8601 format).

instanceCount

Instance count for the service.

instanceSize

Instance type for the service.

serviceType

The discriminator possible values: DataTransfer, SqlDedicatedGateway, GraphAPICompute, MaterializedViewsBuilder

status

Describes the status of a service.

Property Details

additionalProperties

Additional properties

additionalProperties?: Record<string, any>

Property Value

Record<string, any>

creationTime

Time of the last state change (ISO-8601 format).

creationTime?: Date

Property Value

Date

instanceCount

Instance count for the service.

instanceCount?: number

Property Value

number

instanceSize

Instance type for the service.

instanceSize?: string

Property Value

string

serviceType

The discriminator possible values: DataTransfer, SqlDedicatedGateway, GraphAPICompute, MaterializedViewsBuilder

serviceType: string

Property Value

string

status

Describes the status of a service.

status?: string

Property Value

string