FleetspaceResource Constructors

Definition

Overloads

Name Description
FleetspaceResource()

Initializes a new instance of the FleetspaceResource class.

FleetspaceResource(String, String, String, SystemData, String, String, String, IList<String>, FleetspacePropertiesThroughputPoolConfiguration)

Initializes a new instance of the FleetspaceResource class.

FleetspaceResource()

Initializes a new instance of the FleetspaceResource class.

public FleetspaceResource();
Public Sub New ()

Applies to

FleetspaceResource(String, String, String, SystemData, String, String, String, IList<String>, FleetspacePropertiesThroughputPoolConfiguration)

Initializes a new instance of the FleetspaceResource class.

public FleetspaceResource(string id = default, string name = default, string type = default, Microsoft.Azure.Management.CosmosDB.Models.SystemData systemData = default, string provisioningState = default, string fleetspaceApiKind = default, string serviceTier = default, System.Collections.Generic.IList<string> dataRegions = default, Microsoft.Azure.Management.CosmosDB.Models.FleetspacePropertiesThroughputPoolConfiguration throughputPoolConfiguration = default);
new Microsoft.Azure.Management.CosmosDB.Models.FleetspaceResource : string * string * string * Microsoft.Azure.Management.CosmosDB.Models.SystemData * string * string * string * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.CosmosDB.Models.FleetspacePropertiesThroughputPoolConfiguration -> Microsoft.Azure.Management.CosmosDB.Models.FleetspaceResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional provisioningState As String = Nothing, Optional fleetspaceApiKind As String = Nothing, Optional serviceTier As String = Nothing, Optional dataRegions As IList(Of String) = Nothing, Optional throughputPoolConfiguration As FleetspacePropertiesThroughputPoolConfiguration = Nothing)

Parameters

id
String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

name
String

The name of the resource

type
String

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

systemData
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

provisioningState
String

A provisioning state of the Fleetspace. Possible values include: 'Uninitialized', 'Initializing', 'InternallyReady', 'Online', 'Deleting', 'Creating', 'Succeeded', 'Failed', 'Canceled', 'Updating'

fleetspaceApiKind
String

The kind of API this fleetspace belongs to. Acceptable values: 'NoSQL' Possible values include: 'NoSQL'

serviceTier
String

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. Possible values include: 'GeneralPurpose', 'BusinessCritical'

dataRegions
IList<String>

List of data regions assigned to the fleetspace. Eg [westus2]

throughputPoolConfiguration
FleetspacePropertiesThroughputPoolConfiguration

Configuration for throughput pool in the fleetspace.

Applies to