@azure/arm-fabric package

Classes

FabricClient

Interfaces

CapacityAdministration

The administration properties of the Fabric capacity resource

CheckNameAvailabilityRequest

The check availability request body.

CheckNameAvailabilityResponse

The check availability result.

FabricCapacitiesCheckNameAvailabilityOptionalParams

Optional parameters.

FabricCapacitiesCreateOrUpdateOptionalParams

Optional parameters.

FabricCapacitiesDeleteOptionalParams

Optional parameters.

FabricCapacitiesGetOptionalParams

Optional parameters.

FabricCapacitiesListByResourceGroupOptionalParams

Optional parameters.

FabricCapacitiesListBySubscriptionOptionalParams

Optional parameters.

FabricCapacitiesListSkusForCapacityOptionalParams

Optional parameters.

FabricCapacitiesListSkusOptionalParams

Optional parameters.

FabricCapacitiesOperations

Interface representing a FabricCapacities operations.

FabricCapacitiesResumeOptionalParams

Optional parameters.

FabricCapacitiesSuspendOptionalParams

Optional parameters.

FabricCapacitiesUpdateOptionalParams

Optional parameters.

FabricCapacity

Fabric Capacity resource

FabricCapacityProperties

The Microsoft Fabric capacity properties.

FabricCapacityUpdate

The type used for update operations of the FabricCapacity.

FabricCapacityUpdateProperties

The updatable properties of the FabricCapacity.

FabricClientOptionalParams

Optional parameters for the client.

Operation

Details of a REST API operation, returned from the Resource Provider Operations API

OperationDisplay

Localized display information for and operation.

OperationsListOptionalParams

Optional parameters.

OperationsOperations

Interface representing a Operations operations.

PageSettings

Options for the byPage method

PagedAsyncIterableIterator

An interface that allows async iterable iteration both to completion and by page.

Resource

Common fields that are returned in the response for all Azure Resource Manager resources

RestorePollerOptions
RpSku

Represents the SKU name and Azure pricing tier for Microsoft Fabric capacity resource.

RpSkuDetailsForExistingResource

An object that represents SKU details for existing resources

RpSkuDetailsForNewResource

The SKU details

SystemData

Metadata pertaining to creation and last modification of the resource.

TrackedResource

The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location'

Type Aliases

ActionType

Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
KnownActionType can be used interchangeably with ActionType, this enum contains the known values that the service supports.

Known values supported by the service

Internal

CheckNameAvailabilityReason

Possible reasons for a name not being available.
KnownCheckNameAvailabilityReason can be used interchangeably with CheckNameAvailabilityReason, this enum contains the known values that the service supports.

Known values supported by the service

Invalid
AlreadyExists

ContinuablePage

An interface that describes a page of results.

CreatedByType

The kind of entity that created the resource.
KnownCreatedByType can be used interchangeably with CreatedByType, this enum contains the known values that the service supports.

Known values supported by the service

User
Application
ManagedIdentity
Key

Origin

The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
KnownOrigin can be used interchangeably with Origin, this enum contains the known values that the service supports.

Known values supported by the service

user
system
user,system

ProvisioningState

Alias for ProvisioningState

ResourceState

The state of the Fabric capacity resource.
KnownResourceState can be used interchangeably with ResourceState, this enum contains the known values that the service supports.

Known values supported by the service

Active
Provisioning
Failed
Updating
Deleting
Suspending
Suspended
Pausing
Paused
Resuming
Scaling
Preparing

RpSkuTier

The name of the Azure pricing tier to which the SKU applies.
KnownRpSkuTier can be used interchangeably with RpSkuTier, this enum contains the known values that the service supports.

Known values supported by the service

Fabric

Enums

KnownActionType

Known values of ActionType that the service accepts.

KnownCheckNameAvailabilityReason

Known values of CheckNameAvailabilityReason that the service accepts.

KnownCreatedByType

Known values of CreatedByType that the service accepts.

KnownOrigin

Known values of Origin that the service accepts.

KnownProvisioningState

Known values of ProvisioningState that the service accepts.

KnownResourceState

Known values of ResourceState that the service accepts.

KnownRpSkuTier

Known values of RpSkuTier that the service accepts.

Functions

restorePoller<TResponse, TResult>(FabricClient, string, (args: any[]) => PollerLike<OperationState<TResult>, TResult>, RestorePollerOptions<TResult, PathUncheckedResponse>)

Creates a poller from the serialized state of another poller. This can be useful when you want to create pollers on a different host or a poller needs to be constructed after the original one is not in scope.

Function Details

restorePoller<TResponse, TResult>(FabricClient, string, (args: any[]) => PollerLike<OperationState<TResult>, TResult>, RestorePollerOptions<TResult, PathUncheckedResponse>)

Creates a poller from the serialized state of another poller. This can be useful when you want to create pollers on a different host or a poller needs to be constructed after the original one is not in scope.

function restorePoller<TResponse, TResult>(client: FabricClient, serializedState: string, sourceOperation: (args: any[]) => PollerLike<OperationState<TResult>, TResult>, options?: RestorePollerOptions<TResult, PathUncheckedResponse>): PollerLike<OperationState<TResult>, TResult>

Parameters

client
FabricClient
serializedState

string

sourceOperation

(args: any[]) => PollerLike<OperationState<TResult>, TResult>

Returns

PollerLike<OperationState<TResult>, TResult>