ServiceResourceProperties interface
Services response resource.
Properties
| additional |
Additional properties |
| creation |
Time of the last state change (ISO-8601 format). |
| instance |
Instance count for the service. |
| instance |
Instance type for the service. |
| service |
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