BulkCreateCustomOperations interface

Interface representing a BulkCreateCustom operations.

Properties

cancel

Cancels BulkCreateCustom instances that have not yet launched.

createOrUpdate

Creates or updates BulkCreateCustoms.

delete

Deletes BulkCreateCustoms.

get

Gets an instance of BulkCreateCustoms.

getAsyncOperationStatus

Get the status of an async operation of a BulkCreateCustom.

listByResourceGroup

List BulkCreateCustom resources by resource group.

listBySubscription

List BulkCreateCustom resources by subscriptionId.

Property Details

cancel

Cancels BulkCreateCustom instances that have not yet launched.

cancel: (resourceGroupName: string, location: string, name: string, options?: BulkCreateCustomCancelOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(resourceGroupName: string, location: string, name: string, options?: BulkCreateCustomCancelOptionalParams) => PollerLike<OperationState<void>, void>

createOrUpdate

Creates or updates BulkCreateCustoms.

createOrUpdate: (resourceGroupName: string, location: string, name: string, resource: LocationBasedBulkCreateCustom, options?: BulkCreateCustomCreateOrUpdateOptionalParams) => PollerLike<OperationState<LocationBasedBulkCreateCustom>, LocationBasedBulkCreateCustom>

Property Value

(resourceGroupName: string, location: string, name: string, resource: LocationBasedBulkCreateCustom, options?: BulkCreateCustomCreateOrUpdateOptionalParams) => PollerLike<OperationState<LocationBasedBulkCreateCustom>, LocationBasedBulkCreateCustom>

delete

Deletes BulkCreateCustoms.

delete: (resourceGroupName: string, location: string, name: string, options?: BulkCreateCustomDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(resourceGroupName: string, location: string, name: string, options?: BulkCreateCustomDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Gets an instance of BulkCreateCustoms.

get: (resourceGroupName: string, location: string, name: string, options?: BulkCreateCustomGetOptionalParams) => Promise<LocationBasedBulkCreateCustom>

Property Value

(resourceGroupName: string, location: string, name: string, options?: BulkCreateCustomGetOptionalParams) => Promise<LocationBasedBulkCreateCustom>

getAsyncOperationStatus

Get the status of an async operation of a BulkCreateCustom.

getAsyncOperationStatus: (location: string, asyncOperationId: string, options?: BulkCreateCustomGetAsyncOperationStatusOptionalParams) => Promise<OperationStatusResult>

Property Value

(location: string, asyncOperationId: string, options?: BulkCreateCustomGetAsyncOperationStatusOptionalParams) => Promise<OperationStatusResult>

listByResourceGroup

List BulkCreateCustom resources by resource group.

listByResourceGroup: (resourceGroupName: string, location: string, options?: BulkCreateCustomListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<LocationBasedBulkCreateCustom, LocationBasedBulkCreateCustom[], PageSettings>

Property Value

(resourceGroupName: string, location: string, options?: BulkCreateCustomListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<LocationBasedBulkCreateCustom, LocationBasedBulkCreateCustom[], PageSettings>

listBySubscription

List BulkCreateCustom resources by subscriptionId.

listBySubscription: (location: string, options?: BulkCreateCustomListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<LocationBasedBulkCreateCustom, LocationBasedBulkCreateCustom[], PageSettings>

Property Value

(location: string, options?: BulkCreateCustomListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<LocationBasedBulkCreateCustom, LocationBasedBulkCreateCustom[], PageSettings>