Share via


FabricOperations interface

Interface representing a Fabric operations.

Properties

create

Creates the fabric.

delete
get

Gets the details of the fabric.

list

Gets the list of fabrics in the given subscription and resource group.

listBySubscription

Gets the list of fabrics in the given subscription.

update

Performs update on the fabric.

Property Details

create

Creates the fabric.

create: (resourceGroupName: string, fabricName: string, resource: FabricModel, options?: FabricCreateOptionalParams) => PollerLike<OperationState<FabricModel>, FabricModel>

Property Value

(resourceGroupName: string, fabricName: string, resource: FabricModel, options?: FabricCreateOptionalParams) => PollerLike<OperationState<FabricModel>, FabricModel>

delete

delete: (resourceGroupName: string, fabricName: string, options?: FabricDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(resourceGroupName: string, fabricName: string, options?: FabricDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Gets the details of the fabric.

get: (resourceGroupName: string, fabricName: string, options?: FabricGetOptionalParams) => Promise<FabricModel>

Property Value

(resourceGroupName: string, fabricName: string, options?: FabricGetOptionalParams) => Promise<FabricModel>

list

Gets the list of fabrics in the given subscription and resource group.

list: (resourceGroupName: string, options?: FabricListOptionalParams) => PagedAsyncIterableIterator<FabricModel, FabricModel[], PageSettings>

Property Value

(resourceGroupName: string, options?: FabricListOptionalParams) => PagedAsyncIterableIterator<FabricModel, FabricModel[], PageSettings>

listBySubscription

Gets the list of fabrics in the given subscription.

listBySubscription: (options?: FabricListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<FabricModel, FabricModel[], PageSettings>

Property Value

(options?: FabricListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<FabricModel, FabricModel[], PageSettings>

update

Performs update on the fabric.

update: (resourceGroupName: string, fabricName: string, properties: FabricModelUpdate, options?: FabricUpdateOptionalParams) => PollerLike<OperationState<FabricModel>, FabricModel>

Property Value

(resourceGroupName: string, fabricName: string, properties: FabricModelUpdate, options?: FabricUpdateOptionalParams) => PollerLike<OperationState<FabricModel>, FabricModel>