FeaturesOperations interface

Interface representing a Features operations.

Properties

accountGet

Gets details from a list of feature names.

subscriptionGet

Gets details from a list of feature names.

Property Details

accountGet

Gets details from a list of feature names.

accountGet: (resourceGroupName: string, accountName: string, featureRequest: BatchFeatureRequest, options?: FeaturesAccountGetOptionalParams) => Promise<BatchFeatureStatus>

Property Value

(resourceGroupName: string, accountName: string, featureRequest: BatchFeatureRequest, options?: FeaturesAccountGetOptionalParams) => Promise<BatchFeatureStatus>

subscriptionGet

Gets details from a list of feature names.

subscriptionGet: (locations: string, featureRequest: BatchFeatureRequest, options?: FeaturesSubscriptionGetOptionalParams) => Promise<BatchFeatureStatus>

Property Value

(locations: string, featureRequest: BatchFeatureRequest, options?: FeaturesSubscriptionGetOptionalParams) => Promise<BatchFeatureStatus>