FeaturesetVersionsOperations interface
Interface representing a FeaturesetVersions operations.
Properties
| backfill | Backfill. |
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Create or update version. |
| delete | Delete version. |
| get | Get version. |
| list | List versions. |
Property Details
backfill
Backfill.
backfill: (resourceGroupName: string, workspaceName: string, name: string, version: string, body: FeaturesetVersionBackfillRequest, options?: FeaturesetVersionsBackfillOptionalParams) => PollerLike<OperationState<FeaturesetVersionBackfillResponse>, FeaturesetVersionBackfillResponse>
Property Value
(resourceGroupName: string, workspaceName: string, name: string, version: string, body: FeaturesetVersionBackfillRequest, options?: FeaturesetVersionsBackfillOptionalParams) => PollerLike<OperationState<FeaturesetVersionBackfillResponse>, FeaturesetVersionBackfillResponse>
beginBackfill
Warning
This API is now deprecated.
use backfill instead
beginBackfill: (resourceGroupName: string, workspaceName: string, name: string, version: string, body: FeaturesetVersionBackfillRequest, options?: FeaturesetVersionsBackfillOptionalParams) => Promise<SimplePollerLike<OperationState<FeaturesetVersionBackfillResponse>, FeaturesetVersionBackfillResponse>>
Property Value
(resourceGroupName: string, workspaceName: string, name: string, version: string, body: FeaturesetVersionBackfillRequest, options?: FeaturesetVersionsBackfillOptionalParams) => Promise<SimplePollerLike<OperationState<FeaturesetVersionBackfillResponse>, FeaturesetVersionBackfillResponse>>
beginBackfillAndWait
Warning
This API is now deprecated.
use backfill instead
beginBackfillAndWait: (resourceGroupName: string, workspaceName: string, name: string, version: string, body: FeaturesetVersionBackfillRequest, options?: FeaturesetVersionsBackfillOptionalParams) => Promise<FeaturesetVersionBackfillResponse>
Property Value
(resourceGroupName: string, workspaceName: string, name: string, version: string, body: FeaturesetVersionBackfillRequest, options?: FeaturesetVersionsBackfillOptionalParams) => Promise<FeaturesetVersionBackfillResponse>
beginCreateOrUpdate
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, workspaceName: string, name: string, version: string, body: FeaturesetVersion, options?: FeaturesetVersionsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<FeaturesetVersion>, FeaturesetVersion>>
Property Value
(resourceGroupName: string, workspaceName: string, name: string, version: string, body: FeaturesetVersion, options?: FeaturesetVersionsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<FeaturesetVersion>, FeaturesetVersion>>
beginCreateOrUpdateAndWait
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, workspaceName: string, name: string, version: string, body: FeaturesetVersion, options?: FeaturesetVersionsCreateOrUpdateOptionalParams) => Promise<FeaturesetVersion>
Property Value
(resourceGroupName: string, workspaceName: string, name: string, version: string, body: FeaturesetVersion, options?: FeaturesetVersionsCreateOrUpdateOptionalParams) => Promise<FeaturesetVersion>
beginDelete
Warning
This API is now deprecated.
use delete instead
beginDelete: (resourceGroupName: string, workspaceName: string, name: string, version: string, options?: FeaturesetVersionsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Property Value
(resourceGroupName: string, workspaceName: string, name: string, version: string, options?: FeaturesetVersionsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Warning
This API is now deprecated.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, workspaceName: string, name: string, version: string, options?: FeaturesetVersionsDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, workspaceName: string, name: string, version: string, options?: FeaturesetVersionsDeleteOptionalParams) => Promise<void>
createOrUpdate
Create or update version.
createOrUpdate: (resourceGroupName: string, workspaceName: string, name: string, version: string, body: FeaturesetVersion, options?: FeaturesetVersionsCreateOrUpdateOptionalParams) => PollerLike<OperationState<FeaturesetVersion>, FeaturesetVersion>
Property Value
(resourceGroupName: string, workspaceName: string, name: string, version: string, body: FeaturesetVersion, options?: FeaturesetVersionsCreateOrUpdateOptionalParams) => PollerLike<OperationState<FeaturesetVersion>, FeaturesetVersion>
delete
Delete version.
delete: (resourceGroupName: string, workspaceName: string, name: string, version: string, options?: FeaturesetVersionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(resourceGroupName: string, workspaceName: string, name: string, version: string, options?: FeaturesetVersionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Get version.
get: (resourceGroupName: string, workspaceName: string, name: string, version: string, options?: FeaturesetVersionsGetOptionalParams) => Promise<FeaturesetVersion>
Property Value
(resourceGroupName: string, workspaceName: string, name: string, version: string, options?: FeaturesetVersionsGetOptionalParams) => Promise<FeaturesetVersion>
list
List versions.
list: (resourceGroupName: string, workspaceName: string, name: string, options?: FeaturesetVersionsListOptionalParams) => PagedAsyncIterableIterator<FeaturesetVersion, FeaturesetVersion[], PageSettings>
Property Value
(resourceGroupName: string, workspaceName: string, name: string, options?: FeaturesetVersionsListOptionalParams) => PagedAsyncIterableIterator<FeaturesetVersion, FeaturesetVersion[], PageSettings>