ArmCosmosDBModelFactory.GraphApiComputeServiceProperties Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance von GraphApiComputeServiceProperties.
public static Azure.ResourceManager.CosmosDB.Models.GraphApiComputeServiceProperties GraphApiComputeServiceProperties (DateTimeOffset? createdOn = default, Azure.ResourceManager.CosmosDB.Models.CosmosDBServiceSize? instanceSize = default, int? instanceCount = default, Azure.ResourceManager.CosmosDB.Models.CosmosDBServiceStatus? status = default, System.Collections.Generic.IDictionary<string,BinaryData> additionalProperties = default, string graphApiComputeEndpoint = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.CosmosDB.Models.GraphApiComputeRegionalService> locations = default);
static member GraphApiComputeServiceProperties : Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.CosmosDB.Models.CosmosDBServiceSize> * Nullable<int> * Nullable<Azure.ResourceManager.CosmosDB.Models.CosmosDBServiceStatus> * System.Collections.Generic.IDictionary<string, BinaryData> * string * seq<Azure.ResourceManager.CosmosDB.Models.GraphApiComputeRegionalService> -> Azure.ResourceManager.CosmosDB.Models.GraphApiComputeServiceProperties
Public Shared Function GraphApiComputeServiceProperties (Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional instanceSize As Nullable(Of CosmosDBServiceSize) = Nothing, Optional instanceCount As Nullable(Of Integer) = Nothing, Optional status As Nullable(Of CosmosDBServiceStatus) = Nothing, Optional additionalProperties As IDictionary(Of String, BinaryData) = Nothing, Optional graphApiComputeEndpoint As String = Nothing, Optional locations As IEnumerable(Of GraphApiComputeRegionalService) = Nothing) As GraphApiComputeServiceProperties
Parameter
- createdOn
- Nullable<DateTimeOffset>
Zeitpunkt der letzten Zustandsänderung (ISO-8601-Format).
- instanceSize
- Nullable<CosmosDBServiceSize>
Instanztyp für den Dienst.
- status
- Nullable<CosmosDBServiceStatus>
Beschreibt die status eines Diensts.
- additionalProperties
- IDictionary<String,BinaryData>
Zusätzliche Eigenschaften.
- graphApiComputeEndpoint
- String
GraphAPICompute-Endpunkt für den Dienst.
- locations
- IEnumerable<GraphApiComputeRegionalService>
Ein Array, das alle Speicherorte für den Dienst enthält.
Gibt zurück
Eine neue GraphApiComputeServiceProperties instance zum Mocking.
Gilt für:
Azure SDK for .NET