Freigeben über


ArmCosmosDBModelFactory.CosmosDBLocationProperties Methode

Definition

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

doesSupportAvailabilityZone
Nullable<Boolean>

Flag, das angibt, ob der Standort Verfügbarkeitszonen unterstützt.

isResidencyRestricted
Nullable<Boolean>

Flag, das angibt, ob der Standort wohnsitzabhängig ist.

backupStorageRedundancies
IEnumerable<CosmosDBBackupStorageRedundancy>

Die Eigenschaften der verfügbaren Sicherungsspeicherredundanzen.

isSubscriptionRegionAccessAllowedForRegular
Nullable<Boolean>

Flag, das angibt, ob das Abonnement Zugriff in der Region für Nicht-Verfügbarkeitszonen hat.

isSubscriptionRegionAccessAllowedForAz
Nullable<Boolean>

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: