FeaturesetVersionsOperations interface

Interfejs reprezentujący operacje FeaturesetVersions.

Właściwości

backfill

Zasypka.

beginBackfill
beginBackfillAndWait
beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
createOrUpdate

Tworzenie lub aktualizowanie wersji.

delete

Usuń wersję.

get

Pobierz wersję.

list

Wyświetlanie listy wersji.

Szczegóły właściwości

backfill

Zasypka.

backfill: (resourceGroupName: string, workspaceName: string, name: string, version: string, body: FeaturesetVersionBackfillRequest, options?: FeaturesetVersionsBackfillOptionalParams) => PollerLike<OperationState<FeaturesetVersionBackfillResponse>, FeaturesetVersionBackfillResponse>

Wartość właściwości

(resourceGroupName: string, workspaceName: string, name: string, version: string, body: FeaturesetVersionBackfillRequest, options?: FeaturesetVersionsBackfillOptionalParams) => PollerLike<OperationState<FeaturesetVersionBackfillResponse>, FeaturesetVersionBackfillResponse>

beginBackfill

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use backfill instead

beginBackfill: (resourceGroupName: string, workspaceName: string, name: string, version: string, body: FeaturesetVersionBackfillRequest, options?: FeaturesetVersionsBackfillOptionalParams) => Promise<SimplePollerLike<OperationState<FeaturesetVersionBackfillResponse>, FeaturesetVersionBackfillResponse>>

Wartość właściwości

(resourceGroupName: string, workspaceName: string, name: string, version: string, body: FeaturesetVersionBackfillRequest, options?: FeaturesetVersionsBackfillOptionalParams) => Promise<SimplePollerLike<OperationState<FeaturesetVersionBackfillResponse>, FeaturesetVersionBackfillResponse>>

beginBackfillAndWait

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use backfill instead

beginBackfillAndWait: (resourceGroupName: string, workspaceName: string, name: string, version: string, body: FeaturesetVersionBackfillRequest, options?: FeaturesetVersionsBackfillOptionalParams) => Promise<FeaturesetVersionBackfillResponse>

Wartość właściwości

(resourceGroupName: string, workspaceName: string, name: string, version: string, body: FeaturesetVersionBackfillRequest, options?: FeaturesetVersionsBackfillOptionalParams) => Promise<FeaturesetVersionBackfillResponse>

beginCreateOrUpdate

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, workspaceName: string, name: string, version: string, body: FeaturesetVersion, options?: FeaturesetVersionsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<FeaturesetVersion>, FeaturesetVersion>>

Wartość właściwości

(resourceGroupName: string, workspaceName: string, name: string, version: string, body: FeaturesetVersion, options?: FeaturesetVersionsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<FeaturesetVersion>, FeaturesetVersion>>

beginCreateOrUpdateAndWait

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, workspaceName: string, name: string, version: string, body: FeaturesetVersion, options?: FeaturesetVersionsCreateOrUpdateOptionalParams) => Promise<FeaturesetVersion>

Wartość właściwości

(resourceGroupName: string, workspaceName: string, name: string, version: string, body: FeaturesetVersion, options?: FeaturesetVersionsCreateOrUpdateOptionalParams) => Promise<FeaturesetVersion>

beginDelete

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use delete instead

beginDelete: (resourceGroupName: string, workspaceName: string, name: string, version: string, options?: FeaturesetVersionsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Wartość właściwości

(resourceGroupName: string, workspaceName: string, name: string, version: string, options?: FeaturesetVersionsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, workspaceName: string, name: string, version: string, options?: FeaturesetVersionsDeleteOptionalParams) => Promise<void>

Wartość właściwości

(resourceGroupName: string, workspaceName: string, name: string, version: string, options?: FeaturesetVersionsDeleteOptionalParams) => Promise<void>

createOrUpdate

Tworzenie lub aktualizowanie wersji.

createOrUpdate: (resourceGroupName: string, workspaceName: string, name: string, version: string, body: FeaturesetVersion, options?: FeaturesetVersionsCreateOrUpdateOptionalParams) => PollerLike<OperationState<FeaturesetVersion>, FeaturesetVersion>

Wartość właściwości

(resourceGroupName: string, workspaceName: string, name: string, version: string, body: FeaturesetVersion, options?: FeaturesetVersionsCreateOrUpdateOptionalParams) => PollerLike<OperationState<FeaturesetVersion>, FeaturesetVersion>

delete

Usuń wersję.

delete: (resourceGroupName: string, workspaceName: string, name: string, version: string, options?: FeaturesetVersionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Wartość właściwości

(resourceGroupName: string, workspaceName: string, name: string, version: string, options?: FeaturesetVersionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Pobierz wersję.

get: (resourceGroupName: string, workspaceName: string, name: string, version: string, options?: FeaturesetVersionsGetOptionalParams) => Promise<FeaturesetVersion>

Wartość właściwości

(resourceGroupName: string, workspaceName: string, name: string, version: string, options?: FeaturesetVersionsGetOptionalParams) => Promise<FeaturesetVersion>

list

Wyświetlanie listy wersji.

list: (resourceGroupName: string, workspaceName: string, name: string, options?: FeaturesetVersionsListOptionalParams) => PagedAsyncIterableIterator<FeaturesetVersion, FeaturesetVersion[], PageSettings>

Wartość właściwości

(resourceGroupName: string, workspaceName: string, name: string, options?: FeaturesetVersionsListOptionalParams) => PagedAsyncIterableIterator<FeaturesetVersion, FeaturesetVersion[], PageSettings>