Compartilhar via


IscsiPathsOperations interface

Interface que representa uma operação IscsiPaths.

Propriedades

createOrUpdate

Criar um IscsiPath

delete
get

Obter um IscsiPath

listByPrivateCloud

Listar recursos do IscsiPath pelo PrivateCloud

Detalhes da propriedade

createOrUpdate

Criar um IscsiPath

createOrUpdate: (resourceGroupName: string, privateCloudName: string, resource: IscsiPath, options?: IscsiPathsCreateOrUpdateOptionalParams) => PollerLike<OperationState<IscsiPath>, IscsiPath>

Valor da propriedade

(resourceGroupName: string, privateCloudName: string, resource: IscsiPath, options?: IscsiPathsCreateOrUpdateOptionalParams) => PollerLike<OperationState<IscsiPath>, IscsiPath>

delete

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

Valor da propriedade

(resourceGroupName: string, privateCloudName: string, options?: IscsiPathsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Obter um IscsiPath

get: (resourceGroupName: string, privateCloudName: string, options?: IscsiPathsGetOptionalParams) => Promise<IscsiPath>

Valor da propriedade

(resourceGroupName: string, privateCloudName: string, options?: IscsiPathsGetOptionalParams) => Promise<IscsiPath>

listByPrivateCloud

Listar recursos do IscsiPath pelo PrivateCloud

listByPrivateCloud: (resourceGroupName: string, privateCloudName: string, options?: IscsiPathsListByPrivateCloudOptionalParams) => PagedAsyncIterableIterator<IscsiPath, IscsiPath[], PageSettings>

Valor da propriedade

(resourceGroupName: string, privateCloudName: string, options?: IscsiPathsListByPrivateCloudOptionalParams) => PagedAsyncIterableIterator<IscsiPath, IscsiPath[], PageSettings>