FleetspaceOperations interface

Interface representing a Fleetspace operations.

Properties

beginCreate
beginCreateAndWait
beginDelete
beginDeleteAndWait
beginUpdate
beginUpdateAndWait
create

Creates an Azure Cosmos DB fleetspace under a fleet.

delete
get

Retrieves the properties of an existing Azure Cosmos DB fleetspace under a fleet

list

Lists all the fleetspaces under a fleet.

update

Update the properties of an existing Azure Cosmos DB fleetspace under a fleet.

Property Details

beginCreate

Warning

This API is now deprecated.

use create instead

beginCreate: (resourceGroupName: string, fleetName: string, fleetspaceName: string, body: FleetspaceResource, options?: FleetspaceCreateOptionalParams) => Promise<SimplePollerLike<OperationState<FleetspaceResource>, FleetspaceResource>>

Property Value

(resourceGroupName: string, fleetName: string, fleetspaceName: string, body: FleetspaceResource, options?: FleetspaceCreateOptionalParams) => Promise<SimplePollerLike<OperationState<FleetspaceResource>, FleetspaceResource>>

beginCreateAndWait

Warning

This API is now deprecated.

use create instead

beginCreateAndWait: (resourceGroupName: string, fleetName: string, fleetspaceName: string, body: FleetspaceResource, options?: FleetspaceCreateOptionalParams) => Promise<FleetspaceResource>

Property Value

(resourceGroupName: string, fleetName: string, fleetspaceName: string, body: FleetspaceResource, options?: FleetspaceCreateOptionalParams) => Promise<FleetspaceResource>

beginDelete

Warning

This API is now deprecated.

use delete instead

beginDelete: (resourceGroupName: string, fleetName: string, fleetspaceName: string, options?: FleetspaceDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Property Value

(resourceGroupName: string, fleetName: string, fleetspaceName: string, options?: FleetspaceDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Warning

This API is now deprecated.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, fleetName: string, fleetspaceName: string, options?: FleetspaceDeleteOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, fleetName: string, fleetspaceName: string, options?: FleetspaceDeleteOptionalParams) => Promise<void>

beginUpdate

Warning

This API is now deprecated.

use update instead

beginUpdate: (resourceGroupName: string, fleetName: string, fleetspaceName: string, options?: FleetspaceUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<FleetspaceResource>, FleetspaceResource>>

Property Value

(resourceGroupName: string, fleetName: string, fleetspaceName: string, options?: FleetspaceUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<FleetspaceResource>, FleetspaceResource>>

beginUpdateAndWait

Warning

This API is now deprecated.

use update instead

beginUpdateAndWait: (resourceGroupName: string, fleetName: string, fleetspaceName: string, options?: FleetspaceUpdateOptionalParams) => Promise<FleetspaceResource>

Property Value

(resourceGroupName: string, fleetName: string, fleetspaceName: string, options?: FleetspaceUpdateOptionalParams) => Promise<FleetspaceResource>

create

Creates an Azure Cosmos DB fleetspace under a fleet.

create: (resourceGroupName: string, fleetName: string, fleetspaceName: string, body: FleetspaceResource, options?: FleetspaceCreateOptionalParams) => PollerLike<OperationState<FleetspaceResource>, FleetspaceResource>

Property Value

(resourceGroupName: string, fleetName: string, fleetspaceName: string, body: FleetspaceResource, options?: FleetspaceCreateOptionalParams) => PollerLike<OperationState<FleetspaceResource>, FleetspaceResource>

delete

delete: (resourceGroupName: string, fleetName: string, fleetspaceName: string, options?: FleetspaceDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(resourceGroupName: string, fleetName: string, fleetspaceName: string, options?: FleetspaceDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Retrieves the properties of an existing Azure Cosmos DB fleetspace under a fleet

get: (resourceGroupName: string, fleetName: string, fleetspaceName: string, options?: FleetspaceGetOptionalParams) => Promise<FleetspaceResource>

Property Value

(resourceGroupName: string, fleetName: string, fleetspaceName: string, options?: FleetspaceGetOptionalParams) => Promise<FleetspaceResource>

list

Lists all the fleetspaces under a fleet.

list: (resourceGroupName: string, fleetName: string, options?: FleetspaceListOptionalParams) => PagedAsyncIterableIterator<FleetspaceResource, FleetspaceResource[], PageSettings>

Property Value

(resourceGroupName: string, fleetName: string, options?: FleetspaceListOptionalParams) => PagedAsyncIterableIterator<FleetspaceResource, FleetspaceResource[], PageSettings>

update

Update the properties of an existing Azure Cosmos DB fleetspace under a fleet.

update: (resourceGroupName: string, fleetName: string, fleetspaceName: string, options?: FleetspaceUpdateOptionalParams) => PollerLike<OperationState<FleetspaceResource>, FleetspaceResource>

Property Value

(resourceGroupName: string, fleetName: string, fleetspaceName: string, options?: FleetspaceUpdateOptionalParams) => PollerLike<OperationState<FleetspaceResource>, FleetspaceResource>