ServiceResourceProperties interface
Services response resource.
Properties
creation |
Time of the last state change (ISO-8601 format). NOTE: This property will not be serialized. It can only be populated by the server. |
instance |
Instance count for the service. |
instance |
Instance type for the service. |
service |
Polymorphic discriminator, which specifies the different types this object can be |
status | Describes the status of a service. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
creationTime
Time of the last state change (ISO-8601 format). NOTE: This property will not be serialized. It can only be populated by the server.
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
Polymorphic discriminator, which specifies the different types this object can be
serviceType: "DataTransfer" | "GraphAPICompute" | "MaterializedViewsBuilder" | "SqlDedicatedGateway"
Property Value
"DataTransfer" | "GraphAPICompute" | "MaterializedViewsBuilder" | "SqlDedicatedGateway"
status
Describes the status of a service. NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string