GraphApiComputeServiceProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Properties for GraphAPIComputeServiceResource.
public class GraphApiComputeServiceProperties : Azure.ResourceManager.CosmosDB.Models.CosmosDBServiceProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CosmosDB.Models.GraphApiComputeServiceProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CosmosDB.Models.GraphApiComputeServiceProperties>
type GraphApiComputeServiceProperties = class
inherit CosmosDBServiceProperties
interface IJsonModel<GraphApiComputeServiceProperties>
interface IPersistableModel<GraphApiComputeServiceProperties>
Public Class GraphApiComputeServiceProperties
Inherits CosmosDBServiceProperties
Implements IJsonModel(Of GraphApiComputeServiceProperties), IPersistableModel(Of GraphApiComputeServiceProperties)
- Inheritance
- Implements
Constructors
GraphApiComputeServiceProperties() |
Initializes a new instance of GraphApiComputeServiceProperties. |
Properties
AdditionalProperties |
Additional Properties To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
CreatedOn |
Time of the last state change (ISO-8601 format). (Inherited from CosmosDBServiceProperties) |
GraphApiComputeEndpoint |
GraphAPICompute endpoint for the service. |
InstanceCount |
Instance count for the service. (Inherited from CosmosDBServiceProperties) |
InstanceSize |
Instance type for the service. (Inherited from CosmosDBServiceProperties) |
Locations |
An array that contains all of the locations for the service. |
Status |
Describes the status of a service. (Inherited from CosmosDBServiceProperties) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET