FleetResource Class

Definition

An Azure Cosmos DB FleetResource.

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

Constructors

Name Description
FleetResource()

Initializes a new instance of the FleetResource class.

FleetResource(String, String, String, String, SystemData, IDictionary<String,String>, String)

Initializes a new instance of the FleetResource class.

Properties

Name Description
Id

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

(Inherited from ResourceAutoGenerated)
Location

Gets or sets the geo-location where the resource lives

(Inherited from TrackedResource)
Name

Gets the name of the resource

(Inherited from ResourceAutoGenerated)
ProvisioningState

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

SystemData

Gets azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceAutoGenerated)
Tags

Gets or sets resource tags.

(Inherited from TrackedResource)
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