FeaturestoreEntityVersionsOperations interface
Bir FeaturestoreEntityVersions işlemlerini temsil eden arayüz.
Özellikler
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Sürümü oluşturun veya güncelleştirin. |
| delete | Sürümü silin. |
| get | Sürümü alın. |
| list | Sürümleri listeleyin. |
Özellik Ayrıntıları
beginCreateOrUpdate
Uyarı
Bu API artık kullanım dışıdır.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, workspaceName: string, name: string, version: string, body: FeaturestoreEntityVersion, options?: FeaturestoreEntityVersionsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<FeaturestoreEntityVersion>, FeaturestoreEntityVersion>>
Özellik Değeri
(resourceGroupName: string, workspaceName: string, name: string, version: string, body: FeaturestoreEntityVersion, options?: FeaturestoreEntityVersionsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<FeaturestoreEntityVersion>, FeaturestoreEntityVersion>>
beginCreateOrUpdateAndWait
Uyarı
Bu API artık kullanım dışıdır.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, workspaceName: string, name: string, version: string, body: FeaturestoreEntityVersion, options?: FeaturestoreEntityVersionsCreateOrUpdateOptionalParams) => Promise<FeaturestoreEntityVersion>
Özellik Değeri
(resourceGroupName: string, workspaceName: string, name: string, version: string, body: FeaturestoreEntityVersion, options?: FeaturestoreEntityVersionsCreateOrUpdateOptionalParams) => Promise<FeaturestoreEntityVersion>
beginDelete
Uyarı
Bu API artık kullanım dışıdır.
use delete instead
beginDelete: (resourceGroupName: string, workspaceName: string, name: string, version: string, options?: FeaturestoreEntityVersionsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Özellik Değeri
(resourceGroupName: string, workspaceName: string, name: string, version: string, options?: FeaturestoreEntityVersionsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Uyarı
Bu API artık kullanım dışıdır.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, workspaceName: string, name: string, version: string, options?: FeaturestoreEntityVersionsDeleteOptionalParams) => Promise<void>
Özellik Değeri
(resourceGroupName: string, workspaceName: string, name: string, version: string, options?: FeaturestoreEntityVersionsDeleteOptionalParams) => Promise<void>
createOrUpdate
Sürümü oluşturun veya güncelleştirin.
createOrUpdate: (resourceGroupName: string, workspaceName: string, name: string, version: string, body: FeaturestoreEntityVersion, options?: FeaturestoreEntityVersionsCreateOrUpdateOptionalParams) => PollerLike<OperationState<FeaturestoreEntityVersion>, FeaturestoreEntityVersion>
Özellik Değeri
(resourceGroupName: string, workspaceName: string, name: string, version: string, body: FeaturestoreEntityVersion, options?: FeaturestoreEntityVersionsCreateOrUpdateOptionalParams) => PollerLike<OperationState<FeaturestoreEntityVersion>, FeaturestoreEntityVersion>
delete
Sürümü silin.
delete: (resourceGroupName: string, workspaceName: string, name: string, version: string, options?: FeaturestoreEntityVersionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Özellik Değeri
(resourceGroupName: string, workspaceName: string, name: string, version: string, options?: FeaturestoreEntityVersionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Sürümü alın.
get: (resourceGroupName: string, workspaceName: string, name: string, version: string, options?: FeaturestoreEntityVersionsGetOptionalParams) => Promise<FeaturestoreEntityVersion>
Özellik Değeri
(resourceGroupName: string, workspaceName: string, name: string, version: string, options?: FeaturestoreEntityVersionsGetOptionalParams) => Promise<FeaturestoreEntityVersion>
list
Sürümleri listeleyin.
list: (resourceGroupName: string, workspaceName: string, name: string, options?: FeaturestoreEntityVersionsListOptionalParams) => PagedAsyncIterableIterator<FeaturestoreEntityVersion, FeaturestoreEntityVersion[], PageSettings>
Özellik Değeri
(resourceGroupName: string, workspaceName: string, name: string, options?: FeaturestoreEntityVersionsListOptionalParams) => PagedAsyncIterableIterator<FeaturestoreEntityVersion, FeaturestoreEntityVersion[], PageSettings>