FeaturesOperations interface

Interface representing a Features operations.

Properties

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

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>