Graph APICompute Service Resource Properties Response
data class GraphAPIComputeServiceResourcePropertiesResponse(val creationTime: String, val graphApiComputeEndpoint: String? = null, val instanceCount: Int? = null, val instanceSize: String? = null, val locations: List<GraphAPIComputeRegionalServiceResourceResponse>, val serviceType: String, val status: String)
Properties for GraphAPIComputeServiceResource.
Properties
Link copied to clipboard
Time of the last state change (ISO-8601 format).
Link copied to clipboard
GraphAPICompute endpoint for the service.
Link copied to clipboard
Instance count for the service.
Link copied to clipboard
Instance type for the service.
Link copied to clipboard
An array that contains all of the locations for the service.
Link copied to clipboard
ServiceType for the service. Expected value is 'GraphAPICompute'.