@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: Actions are for internal-only APIs.

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: Name is invalid.
AlreadyExists: Name already exists.

ContinuablePage

An interface that describes a page of results.

CreatedByType

The kind of entity that created the resource.
<xref:KnowncreatedByType> can be used interchangeably with createdByType, this enum contains the known values that the service supports.

Known values supported by the service

User: The entity was created by a user.
Application: The entity was created by an application.
ManagedIdentity: The entity was created by a managed identity.
Key: The entity was created by a 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: Indicates the operation is initiated by a user.
system: Indicates the operation is initiated by a system.
user,system: Indicates the operation is initiated by a user or 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: Resource is active
Provisioning: Resource is provisioning
Failed: Resource is failed
Updating: Resource is updating
Deleting: Resource is deleting
Suspending: Resource is suspending
Suspended: Resource is suspended
Pausing: Resource is pausing
Paused: Resource is paused
Resuming: Resource is resuming
Scaling: Resource is scaling
Preparing: Resource is 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: Fabric tier

Enums

KnownActionType

Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.

KnownCheckNameAvailabilityReason

Possible reasons for a name not being available.

KnownCreatedByType

The kind of entity that created the resource.

KnownOrigin

The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"

KnownProvisioningState

Known values of ProvisioningState that the service accepts.

KnownResourceState

The state of the Fabric capacity resource.

KnownRpSkuTier

The name of the Azure pricing tier to which the SKU applies.

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>