FeaturesetVersionsOperations interface
Interfaccia che rappresenta un'operazione FeaturesetVersions.
Proprietà
| backfill | Recupero. |
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Creare o aggiornare la versione. |
| delete | Eliminare la versione. |
| get | Ottenere la versione. |
| list | Elenca le versioni. |
Dettagli proprietà
backfill
Recupero.
backfill: (resourceGroupName: string, workspaceName: string, name: string, version: string, body: FeaturesetVersionBackfillRequest, options?: FeaturesetVersionsBackfillOptionalParams) => PollerLike<OperationState<FeaturesetVersionBackfillResponse>, FeaturesetVersionBackfillResponse>
Valore della proprietà
(resourceGroupName: string, workspaceName: string, name: string, version: string, body: FeaturesetVersionBackfillRequest, options?: FeaturesetVersionsBackfillOptionalParams) => PollerLike<OperationState<FeaturesetVersionBackfillResponse>, FeaturesetVersionBackfillResponse>
beginBackfill
Avviso
Questa API è ora deprecata.
use backfill instead
beginBackfill: (resourceGroupName: string, workspaceName: string, name: string, version: string, body: FeaturesetVersionBackfillRequest, options?: FeaturesetVersionsBackfillOptionalParams) => Promise<SimplePollerLike<OperationState<FeaturesetVersionBackfillResponse>, FeaturesetVersionBackfillResponse>>
Valore della proprietà
(resourceGroupName: string, workspaceName: string, name: string, version: string, body: FeaturesetVersionBackfillRequest, options?: FeaturesetVersionsBackfillOptionalParams) => Promise<SimplePollerLike<OperationState<FeaturesetVersionBackfillResponse>, FeaturesetVersionBackfillResponse>>
beginBackfillAndWait
Avviso
Questa API è ora deprecata.
use backfill instead
beginBackfillAndWait: (resourceGroupName: string, workspaceName: string, name: string, version: string, body: FeaturesetVersionBackfillRequest, options?: FeaturesetVersionsBackfillOptionalParams) => Promise<FeaturesetVersionBackfillResponse>
Valore della proprietà
(resourceGroupName: string, workspaceName: string, name: string, version: string, body: FeaturesetVersionBackfillRequest, options?: FeaturesetVersionsBackfillOptionalParams) => Promise<FeaturesetVersionBackfillResponse>
beginCreateOrUpdate
Avviso
Questa API è ora deprecata.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, workspaceName: string, name: string, version: string, body: FeaturesetVersion, options?: FeaturesetVersionsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<FeaturesetVersion>, FeaturesetVersion>>
Valore della proprietà
(resourceGroupName: string, workspaceName: string, name: string, version: string, body: FeaturesetVersion, options?: FeaturesetVersionsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<FeaturesetVersion>, FeaturesetVersion>>
beginCreateOrUpdateAndWait
Avviso
Questa API è ora deprecata.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, workspaceName: string, name: string, version: string, body: FeaturesetVersion, options?: FeaturesetVersionsCreateOrUpdateOptionalParams) => Promise<FeaturesetVersion>
Valore della proprietà
(resourceGroupName: string, workspaceName: string, name: string, version: string, body: FeaturesetVersion, options?: FeaturesetVersionsCreateOrUpdateOptionalParams) => Promise<FeaturesetVersion>
beginDelete
Avviso
Questa API è ora deprecata.
use delete instead
beginDelete: (resourceGroupName: string, workspaceName: string, name: string, version: string, options?: FeaturesetVersionsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Valore della proprietà
(resourceGroupName: string, workspaceName: string, name: string, version: string, options?: FeaturesetVersionsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Avviso
Questa API è ora deprecata.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, workspaceName: string, name: string, version: string, options?: FeaturesetVersionsDeleteOptionalParams) => Promise<void>
Valore della proprietà
(resourceGroupName: string, workspaceName: string, name: string, version: string, options?: FeaturesetVersionsDeleteOptionalParams) => Promise<void>
createOrUpdate
Creare o aggiornare la versione.
createOrUpdate: (resourceGroupName: string, workspaceName: string, name: string, version: string, body: FeaturesetVersion, options?: FeaturesetVersionsCreateOrUpdateOptionalParams) => PollerLike<OperationState<FeaturesetVersion>, FeaturesetVersion>
Valore della proprietà
(resourceGroupName: string, workspaceName: string, name: string, version: string, body: FeaturesetVersion, options?: FeaturesetVersionsCreateOrUpdateOptionalParams) => PollerLike<OperationState<FeaturesetVersion>, FeaturesetVersion>
delete
Eliminare la versione.
delete: (resourceGroupName: string, workspaceName: string, name: string, version: string, options?: FeaturesetVersionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Valore della proprietà
(resourceGroupName: string, workspaceName: string, name: string, version: string, options?: FeaturesetVersionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Ottenere la versione.
get: (resourceGroupName: string, workspaceName: string, name: string, version: string, options?: FeaturesetVersionsGetOptionalParams) => Promise<FeaturesetVersion>
Valore della proprietà
(resourceGroupName: string, workspaceName: string, name: string, version: string, options?: FeaturesetVersionsGetOptionalParams) => Promise<FeaturesetVersion>
list
Elenca le versioni.
list: (resourceGroupName: string, workspaceName: string, name: string, options?: FeaturesetVersionsListOptionalParams) => PagedAsyncIterableIterator<FeaturesetVersion, FeaturesetVersion[], PageSettings>
Valore della proprietà
(resourceGroupName: string, workspaceName: string, name: string, options?: FeaturesetVersionsListOptionalParams) => PagedAsyncIterableIterator<FeaturesetVersion, FeaturesetVersion[], PageSettings>