@azure/arm-features package

Classes

FeatureClient

Interfaces

AuthorizationProfile

Authorization Profile

ErrorDefinition

Error definition.

ErrorResponse

Error response indicates that the service is not able to process the incoming request.

FeatureClientOptionalParams

Optional parameters.

FeatureOperationsListResult

List of previewed features.

FeatureProperties

Information about feature.

FeatureResult

Previewed feature information.

Features

Interface representing a Features.

FeaturesGetOptionalParams

Optional parameters.

FeaturesListAllNextOptionalParams

Optional parameters.

FeaturesListAllOptionalParams

Optional parameters.

FeaturesListNextOptionalParams

Optional parameters.

FeaturesListOptionalParams

Optional parameters.

FeaturesRegisterOptionalParams

Optional parameters.

FeaturesUnregisterOptionalParams

Optional parameters.

ListOperationsNextOptionalParams

Optional parameters.

ListOperationsOptionalParams

Optional parameters.

Operation

Microsoft.Features operation

OperationDisplay

The object that represents the operation.

OperationListResult

Result of the request to list Microsoft.Features operations. It contains a list of operations and a URL link to get the next set of results.

ProxyResource

An Azure proxy resource.

SubscriptionFeatureRegistration

Subscription feature registration details

SubscriptionFeatureRegistrationList

The list of subscription feature registrations.

SubscriptionFeatureRegistrationProperties
SubscriptionFeatureRegistrations

Interface representing a SubscriptionFeatureRegistrations.

SubscriptionFeatureRegistrationsCreateOrUpdateOptionalParams

Optional parameters.

SubscriptionFeatureRegistrationsDeleteOptionalParams

Optional parameters.

SubscriptionFeatureRegistrationsGetOptionalParams

Optional parameters.

SubscriptionFeatureRegistrationsListAllBySubscriptionNextOptionalParams

Optional parameters.

SubscriptionFeatureRegistrationsListAllBySubscriptionOptionalParams

Optional parameters.

SubscriptionFeatureRegistrationsListBySubscriptionNextOptionalParams

Optional parameters.

SubscriptionFeatureRegistrationsListBySubscriptionOptionalParams

Optional parameters.

Type Aliases

FeaturesGetResponse

Contains response data for the get operation.

FeaturesListAllNextResponse

Contains response data for the listAllNext operation.

FeaturesListAllResponse

Contains response data for the listAll operation.

FeaturesListNextResponse

Contains response data for the listNext operation.

FeaturesListResponse

Contains response data for the list operation.

FeaturesRegisterResponse

Contains response data for the register operation.

FeaturesUnregisterResponse

Contains response data for the unregister operation.

ListOperationsNextResponse

Contains response data for the listOperationsNext operation.

ListOperationsResponse

Contains response data for the listOperations operation.

SubscriptionFeatureRegistrationApprovalType

Defines values for SubscriptionFeatureRegistrationApprovalType.
KnownSubscriptionFeatureRegistrationApprovalType can be used interchangeably with SubscriptionFeatureRegistrationApprovalType, this enum contains the known values that the service supports.

Known values supported by the service

NotSpecified
ApprovalRequired
AutoApproval

SubscriptionFeatureRegistrationState

Defines values for SubscriptionFeatureRegistrationState.
KnownSubscriptionFeatureRegistrationState can be used interchangeably with SubscriptionFeatureRegistrationState, this enum contains the known values that the service supports.

Known values supported by the service

NotSpecified
NotRegistered
Pending
Registering
Registered
Unregistering
Unregistered

SubscriptionFeatureRegistrationsCreateOrUpdateResponse

Contains response data for the createOrUpdate operation.

SubscriptionFeatureRegistrationsGetResponse

Contains response data for the get operation.

SubscriptionFeatureRegistrationsListAllBySubscriptionNextResponse

Contains response data for the listAllBySubscriptionNext operation.

SubscriptionFeatureRegistrationsListAllBySubscriptionResponse

Contains response data for the listAllBySubscription operation.

SubscriptionFeatureRegistrationsListBySubscriptionNextResponse

Contains response data for the listBySubscriptionNext operation.

SubscriptionFeatureRegistrationsListBySubscriptionResponse

Contains response data for the listBySubscription operation.

Enums

KnownSubscriptionFeatureRegistrationApprovalType

Known values of SubscriptionFeatureRegistrationApprovalType that the service accepts.

KnownSubscriptionFeatureRegistrationState

Known values of SubscriptionFeatureRegistrationState that the service accepts.

Functions

getContinuationToken(unknown)

Given a result page from a pageable operation, returns a continuation token that can be used to begin paging from that point later.

Function Details

getContinuationToken(unknown)

Given a result page from a pageable operation, returns a continuation token that can be used to begin paging from that point later.

function getContinuationToken(page: unknown): string | undefined

Parameters

page

unknown

A result object from calling .byPage() on a paged operation.

Returns

string | undefined

The continuation token that can be passed into byPage().