ArmCosmosDBModelFactory.CosmosDBLocationProperties 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 CosmosDBLocationProperties.
public static Azure.ResourceManager.CosmosDB.Models.CosmosDBLocationProperties CosmosDBLocationProperties (bool? doesSupportAvailabilityZone = default, bool? isResidencyRestricted = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.CosmosDB.Models.CosmosDBBackupStorageRedundancy> backupStorageRedundancies = default, bool? isSubscriptionRegionAccessAllowedForRegular = default, bool? isSubscriptionRegionAccessAllowedForAz = default, Azure.ResourceManager.CosmosDB.Models.CosmosDBStatus? status = default);
static member CosmosDBLocationProperties : Nullable<bool> * Nullable<bool> * seq<Azure.ResourceManager.CosmosDB.Models.CosmosDBBackupStorageRedundancy> * Nullable<bool> * Nullable<bool> * Nullable<Azure.ResourceManager.CosmosDB.Models.CosmosDBStatus> -> Azure.ResourceManager.CosmosDB.Models.CosmosDBLocationProperties
Public Shared Function CosmosDBLocationProperties (Optional doesSupportAvailabilityZone As Nullable(Of Boolean) = Nothing, Optional isResidencyRestricted As Nullable(Of Boolean) = Nothing, Optional backupStorageRedundancies As IEnumerable(Of CosmosDBBackupStorageRedundancy) = Nothing, Optional isSubscriptionRegionAccessAllowedForRegular As Nullable(Of Boolean) = Nothing, Optional isSubscriptionRegionAccessAllowedForAz As Nullable(Of Boolean) = Nothing, Optional status As Nullable(Of CosmosDBStatus) = Nothing) As CosmosDBLocationProperties
Parameter
Flag, das angibt, ob der Standort Verfügbarkeitszonen unterstützt.
- backupStorageRedundancies
- IEnumerable<CosmosDBBackupStorageRedundancy>
Die Eigenschaften der verfügbaren Sicherungsspeicherredundanzen.
Flag, das angibt, ob das Abonnement Zugriff in der Region für Nicht-Verfügbarkeitszonen hat.
Flag, das angibt, ob das Abonnement Zugriff in der Region für Verfügbarkeitszonen(Az) hat.
- status
- Nullable<CosmosDBStatus>
Enumeration, um den aktuellen Buildout-status der Region anzugeben.
Gibt zurück
Eine neue CosmosDBLocationProperties instance zum Simulieren.
Gilt für:
Azure SDK for .NET