FeaturesOperations interface

Arayüz, bir özellik operasyonunu temsil eder.

Özellikler

get

Özelliği alın.

list

Özellikleri Listele.

Özellik Ayrıntıları

get

Özelliği alın.

get: (resourceGroupName: string, workspaceName: string, featuresetName: string, featuresetVersion: string, featureName: string, options?: FeaturesGetOptionalParams) => Promise<Feature>

Özellik Değeri

(resourceGroupName: string, workspaceName: string, featuresetName: string, featuresetVersion: string, featureName: string, options?: FeaturesGetOptionalParams) => Promise<Feature>

list

Özellikleri Listele.

list: (resourceGroupName: string, workspaceName: string, featuresetName: string, featuresetVersion: string, options?: FeaturesListOptionalParams) => PagedAsyncIterableIterator<Feature, Feature[], PageSettings>

Özellik Değeri

(resourceGroupName: string, workspaceName: string, featuresetName: string, featuresetVersion: string, options?: FeaturesListOptionalParams) => PagedAsyncIterableIterator<Feature, Feature[], PageSettings>