Udostępnij za pośrednictwem


DatastoresOperations interface

Interfejs reprezentujący operacje magazynów danych.

Właściwości

createOrUpdate

Tworzenie magazynu danych

delete
get

Pobieranie magazynu danych

list

Wyświetlanie listy zasobów magazynu danych według klastra

Szczegóły właściwości

createOrUpdate

Tworzenie magazynu danych

createOrUpdate: (resourceGroupName: string, privateCloudName: string, clusterName: string, datastoreName: string, datastore: Datastore, options?: DatastoresCreateOrUpdateOptionalParams) => PollerLike<OperationState<Datastore>, Datastore>

Wartość właściwości

(resourceGroupName: string, privateCloudName: string, clusterName: string, datastoreName: string, datastore: Datastore, options?: DatastoresCreateOrUpdateOptionalParams) => PollerLike<OperationState<Datastore>, Datastore>

delete

delete: (resourceGroupName: string, privateCloudName: string, clusterName: string, datastoreName: string, options?: DatastoresDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Wartość właściwości

(resourceGroupName: string, privateCloudName: string, clusterName: string, datastoreName: string, options?: DatastoresDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Pobieranie magazynu danych

get: (resourceGroupName: string, privateCloudName: string, clusterName: string, datastoreName: string, options?: DatastoresGetOptionalParams) => Promise<Datastore>

Wartość właściwości

(resourceGroupName: string, privateCloudName: string, clusterName: string, datastoreName: string, options?: DatastoresGetOptionalParams) => Promise<Datastore>

list

Wyświetlanie listy zasobów magazynu danych według klastra

list: (resourceGroupName: string, privateCloudName: string, clusterName: string, options?: DatastoresListOptionalParams) => PagedAsyncIterableIterator<Datastore, Datastore[], PageSettings>

Wartość właściwości

(resourceGroupName: string, privateCloudName: string, clusterName: string, options?: DatastoresListOptionalParams) => PagedAsyncIterableIterator<Datastore, Datastore[], PageSettings>