IscsiPathsOperations interface
Interface que representa uma operação IscsiPaths.
Propriedades
| create |
Criar um IscsiPath |
| delete | |
| get | Obtenha um IscsiPath |
| list |
Listar recursos do IscsiPath por PrivateCloud |
Detalhes de Propriedade
createOrUpdate
Criar um IscsiPath
createOrUpdate: (resourceGroupName: string, privateCloudName: string, resource: IscsiPath, options?: IscsiPathsCreateOrUpdateOptionalParams) => PollerLike<OperationState<IscsiPath>, IscsiPath>
Valor de 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 de Propriedade
(resourceGroupName: string, privateCloudName: string, options?: IscsiPathsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Obtenha um IscsiPath
get: (resourceGroupName: string, privateCloudName: string, options?: IscsiPathsGetOptionalParams) => Promise<IscsiPath>
Valor de Propriedade
(resourceGroupName: string, privateCloudName: string, options?: IscsiPathsGetOptionalParams) => Promise<IscsiPath>
listByPrivateCloud
Listar recursos do IscsiPath por PrivateCloud
listByPrivateCloud: (resourceGroupName: string, privateCloudName: string, options?: IscsiPathsListByPrivateCloudOptionalParams) => PagedAsyncIterableIterator<IscsiPath, IscsiPath[], PageSettings>
Valor de Propriedade
(resourceGroupName: string, privateCloudName: string, options?: IscsiPathsListByPrivateCloudOptionalParams) => PagedAsyncIterableIterator<IscsiPath, IscsiPath[], PageSettings>