FeaturesOperations interface

Interface representing a Features operations.

Properties

disable

Disables a compute limit feature for the subscription at the specified location.

enable

Enables a compute limit feature for the subscription at the specified location.

get

Gets the properties of a compute limit feature.

listBySubscriptionLocationResource

Lists all compute limit features for the subscription at the specified location.

Property Details

disable

Disables a compute limit feature for the subscription at the specified location.

disable: (location: string, featureName: string, options?: FeaturesDisableOptionalParams) => PollerLike<OperationState<OperationStatusResult>, OperationStatusResult>

Property Value

(location: string, featureName: string, options?: FeaturesDisableOptionalParams) => PollerLike<OperationState<OperationStatusResult>, OperationStatusResult>

enable

Enables a compute limit feature for the subscription at the specified location.

enable: (location: string, featureName: string, options?: FeaturesEnableOptionalParams) => PollerLike<OperationState<OperationStatusResult>, OperationStatusResult>

Property Value

(location: string, featureName: string, options?: FeaturesEnableOptionalParams) => PollerLike<OperationState<OperationStatusResult>, OperationStatusResult>

get

Gets the properties of a compute limit feature.

get: (location: string, featureName: string, options?: FeaturesGetOptionalParams) => Promise<Feature>

Property Value

(location: string, featureName: string, options?: FeaturesGetOptionalParams) => Promise<Feature>

listBySubscriptionLocationResource

Lists all compute limit features for the subscription at the specified location.

listBySubscriptionLocationResource: (location: string, options?: FeaturesListBySubscriptionLocationResourceOptionalParams) => PagedAsyncIterableIterator<Feature, Feature[], PageSettings>

Property Value

(location: string, options?: FeaturesListBySubscriptionLocationResourceOptionalParams) => PagedAsyncIterableIterator<Feature, Feature[], PageSettings>