次の方法で共有


IscsiPaths interface

IscsiPaths を表すインターフェイス。

メソッド

beginCreateOrUpdate(string, string, IscsiPath, IscsiPathsCreateOrUpdateOptionalParams)

IscsiPath を作成する

beginCreateOrUpdateAndWait(string, string, IscsiPath, IscsiPathsCreateOrUpdateOptionalParams)

IscsiPath を作成する

beginDelete(string, string, IscsiPathsDeleteOptionalParams)

IscsiPath を削除する

beginDeleteAndWait(string, string, IscsiPathsDeleteOptionalParams)

IscsiPath を削除する

get(string, string, IscsiPathsGetOptionalParams)

IscsiPath を取得する

listByPrivateCloud(string, string, IscsiPathsListByPrivateCloudOptionalParams)

PrivateCloud で IscsiPath リソースを一覧表示する

メソッドの詳細

beginCreateOrUpdate(string, string, IscsiPath, IscsiPathsCreateOrUpdateOptionalParams)

IscsiPath を作成する

function beginCreateOrUpdate(resourceGroupName: string, privateCloudName: string, resource: IscsiPath, options?: IscsiPathsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<IscsiPath>, IscsiPath>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

privateCloudName

string

プライベート クラウドの名前

resource
IscsiPath

リソース作成パラメーター。

options
IscsiPathsCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<IscsiPath>, IscsiPath>>

beginCreateOrUpdateAndWait(string, string, IscsiPath, IscsiPathsCreateOrUpdateOptionalParams)

IscsiPath を作成する

function beginCreateOrUpdateAndWait(resourceGroupName: string, privateCloudName: string, resource: IscsiPath, options?: IscsiPathsCreateOrUpdateOptionalParams): Promise<IscsiPath>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

privateCloudName

string

プライベート クラウドの名前

resource
IscsiPath

リソース作成パラメーター。

options
IscsiPathsCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<IscsiPath>

beginDelete(string, string, IscsiPathsDeleteOptionalParams)

IscsiPath を削除する

function beginDelete(resourceGroupName: string, privateCloudName: string, options?: IscsiPathsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

privateCloudName

string

プライベート クラウドの名前

options
IscsiPathsDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, IscsiPathsDeleteOptionalParams)

IscsiPath を削除する

function beginDeleteAndWait(resourceGroupName: string, privateCloudName: string, options?: IscsiPathsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

privateCloudName

string

プライベート クラウドの名前

options
IscsiPathsDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<void>

get(string, string, IscsiPathsGetOptionalParams)

IscsiPath を取得する

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

privateCloudName

string

プライベート クラウドの名前

options
IscsiPathsGetOptionalParams

オプション パラメーター。

戻り値

Promise<IscsiPath>

listByPrivateCloud(string, string, IscsiPathsListByPrivateCloudOptionalParams)

PrivateCloud で IscsiPath リソースを一覧表示する

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

privateCloudName

string

プライベート クラウドの名前

options
IscsiPathsListByPrivateCloudOptionalParams

オプション パラメーター。

戻り値