다음을 통해 공유


IscsiPathsOperations interface

IscsiPaths 작업을 나타내는 인터페이스입니다.

속성

createOrUpdate

IscsiPath 만들기

delete
get

IscsiPath 가져오기

listByPrivateCloud

PrivateCloud로 IscsiPath 리소스 나열

속성 세부 정보

createOrUpdate

IscsiPath 만들기

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

속성 값

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

delete

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

속성 값

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

get

IscsiPath 가져오기

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

속성 값

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

listByPrivateCloud

PrivateCloud로 IscsiPath 리소스 나열

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

속성 값

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