FleetspaceResource Class

Definition

An Azure Cosmos DB Fleetspace.

[Microsoft.Rest.Serialization.JsonTransformation]
public class FleetspaceResource : Microsoft.Azure.Management.CosmosDB.Models.ProxyResourceAutoGenerated
[<Microsoft.Rest.Serialization.JsonTransformation>]
type FleetspaceResource = class
    inherit ProxyResourceAutoGenerated
Public Class FleetspaceResource
Inherits ProxyResourceAutoGenerated
Inheritance
Attributes

Constructors

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.

Properties

Name Description
DataRegions

Gets or sets list of data regions assigned to the fleetspace. Eg [westus2]

FleetspaceApiKind

Gets or sets the kind of API this fleetspace belongs to. Acceptable values: 'NoSQL' Possible values include: 'NoSQL'

Id

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

(Inherited from ResourceAutoGenerated)
Name

Gets the name of the resource

(Inherited from ResourceAutoGenerated)
ProvisioningState

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

ServiceTier

Gets or sets 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'

SystemData

Gets azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceAutoGenerated)
ThroughputPoolConfiguration

Gets or sets configuration for throughput pool in the fleetspace.

Type

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

(Inherited from ResourceAutoGenerated)

Methods

Name Description
Validate()

Validate the object.

Applies to