GraphAPIComputeServiceResourceProperties interface
Properties for GraphAPIComputeServiceResource.
- Extends
Properties
graph |
GraphAPICompute endpoint for the service. |
locations | An array that contains all of the locations for the service. NOTE: This property will not be serialized. It can only be populated by the server. |
service |
Polymorphic discriminator, which specifies the different types this object can be |
Inherited 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. |
status | Describes the status of a service. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
graphApiComputeEndpoint
GraphAPICompute endpoint for the service.
graphApiComputeEndpoint?: string
Property Value
string
locations
An array that contains all of the locations for the service. NOTE: This property will not be serialized. It can only be populated by the server.
locations?: GraphAPIComputeRegionalServiceResource[]
Property Value
serviceType
Polymorphic discriminator, which specifies the different types this object can be
serviceType: "GraphAPICompute"
Property Value
"GraphAPICompute"
Inherited 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
Inherited From ServiceResourceProperties.creationTime
instanceCount
Instance count for the service.
instanceCount?: number
Property Value
number
Inherited From ServiceResourceProperties.instanceCount
instanceSize
Instance type for the service.
instanceSize?: string
Property Value
string
Inherited From ServiceResourceProperties.instanceSize
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
Inherited From ServiceResourceProperties.status