ArmCosmosDBModelFactory.CosmosDBFleetspaceData Method
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.
Initializes a new instance of CosmosDBFleetspaceData.
public static Azure.ResourceManager.CosmosDB.CosmosDBFleetspaceData CosmosDBFleetspaceData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.CosmosDB.Models.CosmosDBStatus? provisioningState = default, Azure.ResourceManager.CosmosDB.Models.CosmosDBFleetspaceApiKind? fleetspaceApiKind = default, Azure.ResourceManager.CosmosDB.Models.CosmosDBFleetspaceServiceTier? serviceTier = default, System.Collections.Generic.IEnumerable<Azure.Core.AzureLocation> dataRegions = default, Azure.ResourceManager.CosmosDB.Models.CosmosDBFleetspaceThroughputPoolConfiguration throughputPoolConfiguration = default);
static member CosmosDBFleetspaceData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ResourceManager.CosmosDB.Models.CosmosDBStatus> * Nullable<Azure.ResourceManager.CosmosDB.Models.CosmosDBFleetspaceApiKind> * Nullable<Azure.ResourceManager.CosmosDB.Models.CosmosDBFleetspaceServiceTier> * seq<Azure.Core.AzureLocation> * Azure.ResourceManager.CosmosDB.Models.CosmosDBFleetspaceThroughputPoolConfiguration -> Azure.ResourceManager.CosmosDB.CosmosDBFleetspaceData
Public Shared Function CosmosDBFleetspaceData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional provisioningState As Nullable(Of CosmosDBStatus) = Nothing, Optional fleetspaceApiKind As Nullable(Of CosmosDBFleetspaceApiKind) = Nothing, Optional serviceTier As Nullable(Of CosmosDBFleetspaceServiceTier) = Nothing, Optional dataRegions As IEnumerable(Of AzureLocation) = Nothing, Optional throughputPoolConfiguration As CosmosDBFleetspaceThroughputPoolConfiguration = Nothing) As CosmosDBFleetspaceData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- provisioningState
- Nullable<CosmosDBStatus>
A provisioning state of the Fleetspace.
- fleetspaceApiKind
- Nullable<CosmosDBFleetspaceApiKind>
The kind of API this fleetspace belongs to. Acceptable values: 'NoSQL'.
- serviceTier
- Nullable<CosmosDBFleetspaceServiceTier>
Service Tier for the fleetspace. GeneralPurpose types refers to single write region accounts that can be added to this fleetspace, whereas BusinessCritical refers to multi write region.
- dataRegions
- IEnumerable<AzureLocation>
List of data regions assigned to the fleetspace. Eg [westus2].
- throughputPoolConfiguration
- CosmosDBFleetspaceThroughputPoolConfiguration
Configuration for throughput pool in the fleetspace.
Returns
A new CosmosDBFleetspaceData instance for mocking.