Delen via


IscsiPathsOperations interface

Interface die een IscsiPaths-bewerking vertegenwoordigt.

Eigenschappen

createOrUpdate

Een IscsiPath maken

delete
get

Een IscsiPath ophalen

listByPrivateCloud

IscsiPath-resources weergeven op PrivateCloud

Eigenschapdetails

createOrUpdate

Een IscsiPath maken

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

Waarde van eigenschap

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

delete

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

Waarde van eigenschap

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

get

Een IscsiPath ophalen

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

Waarde van eigenschap

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

listByPrivateCloud

IscsiPath-resources weergeven op PrivateCloud

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

Waarde van eigenschap

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