Partager via


GraphAPIComputeServiceResourceProperties Constructors

Definition

Overloads

GraphAPIComputeServiceResourceProperties()

Initializes a new instance of the GraphAPIComputeServiceResourceProperties class.

GraphAPIComputeServiceResourceProperties(IDictionary<String,Object>, Nullable<DateTime>, String, Nullable<Int32>, String, String, IList<GraphAPIComputeRegionalServiceResource>)

Initializes a new instance of the GraphAPIComputeServiceResourceProperties class.

GraphAPIComputeServiceResourceProperties()

Initializes a new instance of the GraphAPIComputeServiceResourceProperties class.

public GraphAPIComputeServiceResourceProperties ();
Public Sub New ()

Applies to

GraphAPIComputeServiceResourceProperties(IDictionary<String,Object>, Nullable<DateTime>, String, Nullable<Int32>, String, String, IList<GraphAPIComputeRegionalServiceResource>)

Initializes a new instance of the GraphAPIComputeServiceResourceProperties class.

public GraphAPIComputeServiceResourceProperties (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, DateTime? creationTime = default, string instanceSize = default, int? instanceCount = default, string status = default, string graphApiComputeEndpoint = default, System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.GraphAPIComputeRegionalServiceResource> locations = default);
new Microsoft.Azure.Management.CosmosDB.Models.GraphAPIComputeServiceResourceProperties : System.Collections.Generic.IDictionary<string, obj> * Nullable<DateTime> * string * Nullable<int> * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.GraphAPIComputeRegionalServiceResource> -> Microsoft.Azure.Management.CosmosDB.Models.GraphAPIComputeServiceResourceProperties
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional creationTime As Nullable(Of DateTime) = Nothing, Optional instanceSize As String = Nothing, Optional instanceCount As Nullable(Of Integer) = Nothing, Optional status As String = Nothing, Optional graphApiComputeEndpoint As String = Nothing, Optional locations As IList(Of GraphAPIComputeRegionalServiceResource) = Nothing)

Parameters

additionalProperties
IDictionary<String,Object>

Services response resource.

creationTime
Nullable<DateTime>

Time of the last state change (ISO-8601 format).

instanceSize
String

Instance type for the service. Possible values include: 'Cosmos.D4s', 'Cosmos.D8s', 'Cosmos.D16s'

instanceCount
Nullable<Int32>

Instance count for the service.

status
String

Describes the status of a service. Possible values include: 'Creating', 'Running', 'Updating', 'Deleting', 'Error', 'Stopped'

graphApiComputeEndpoint
String

GraphAPICompute endpoint for the service.

locations
IList<GraphAPIComputeRegionalServiceResource>

An array that contains all of the locations for the service.

Applies to