FeaturesOperations interface

Rozhraní reprezentující operace Features.

Vlastnosti

get

Funkce Získat.

list

Seznam funkcí.

Podrobnosti vlastnosti

get

Funkce Získat.

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

Hodnota vlastnosti

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

list

Seznam funkcí.

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

Hodnota vlastnosti

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