次の方法で共有


IpAllocations interface

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

メソッド

beginCreateOrUpdate(string, string, IpAllocation, IpAllocationsCreateOrUpdateOptionalParams)

指定したリソース グループ内の IpAllocation を作成または更新します。

beginCreateOrUpdateAndWait(string, string, IpAllocation, IpAllocationsCreateOrUpdateOptionalParams)

指定したリソース グループ内の IpAllocation を作成または更新します。

beginDelete(string, string, IpAllocationsDeleteOptionalParams)

指定した IpAllocation を削除します。

beginDeleteAndWait(string, string, IpAllocationsDeleteOptionalParams)

指定した IpAllocation を削除します。

get(string, string, IpAllocationsGetOptionalParams)

リソース グループ別に指定された IpAllocation を取得します。

list(IpAllocationsListOptionalParams)

サブスクリプション内のすべての IpAllocation を取得します。

listByResourceGroup(string, IpAllocationsListByResourceGroupOptionalParams)

リソース グループ内のすべての IpAllocation を取得します。

updateTags(string, string, TagsObject, IpAllocationsUpdateTagsOptionalParams)

IpAllocation タグを更新します。

メソッドの詳細

beginCreateOrUpdate(string, string, IpAllocation, IpAllocationsCreateOrUpdateOptionalParams)

指定したリソース グループ内の IpAllocation を作成または更新します。

function beginCreateOrUpdate(resourceGroupName: string, ipAllocationName: string, parameters: IpAllocation, options?: IpAllocationsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<IpAllocation>, IpAllocation>>

パラメーター

resourceGroupName

string

リソース グループの名前。

ipAllocationName

string

IpAllocation の名前。

parameters
IpAllocation

仮想ネットワークの作成または更新操作に指定されたパラメーター。

options
IpAllocationsCreateOrUpdateOptionalParams

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

戻り値

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

beginCreateOrUpdateAndWait(string, string, IpAllocation, IpAllocationsCreateOrUpdateOptionalParams)

指定したリソース グループ内の IpAllocation を作成または更新します。

function beginCreateOrUpdateAndWait(resourceGroupName: string, ipAllocationName: string, parameters: IpAllocation, options?: IpAllocationsCreateOrUpdateOptionalParams): Promise<IpAllocation>

パラメーター

resourceGroupName

string

リソース グループの名前。

ipAllocationName

string

IpAllocation の名前。

parameters
IpAllocation

仮想ネットワークの作成または更新操作に指定されたパラメーター。

options
IpAllocationsCreateOrUpdateOptionalParams

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

戻り値

Promise<IpAllocation>

beginDelete(string, string, IpAllocationsDeleteOptionalParams)

指定した IpAllocation を削除します。

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

パラメーター

resourceGroupName

string

リソース グループの名前。

ipAllocationName

string

IpAllocation の名前。

options
IpAllocationsDeleteOptionalParams

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

戻り値

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

beginDeleteAndWait(string, string, IpAllocationsDeleteOptionalParams)

指定した IpAllocation を削除します。

function beginDeleteAndWait(resourceGroupName: string, ipAllocationName: string, options?: IpAllocationsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループの名前。

ipAllocationName

string

IpAllocation の名前。

options
IpAllocationsDeleteOptionalParams

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

戻り値

Promise<void>

get(string, string, IpAllocationsGetOptionalParams)

リソース グループ別に指定された IpAllocation を取得します。

function get(resourceGroupName: string, ipAllocationName: string, options?: IpAllocationsGetOptionalParams): Promise<IpAllocation>

パラメーター

resourceGroupName

string

リソース グループの名前。

ipAllocationName

string

IpAllocation の名前。

options
IpAllocationsGetOptionalParams

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

戻り値

Promise<IpAllocation>

list(IpAllocationsListOptionalParams)

サブスクリプション内のすべての IpAllocation を取得します。

function list(options?: IpAllocationsListOptionalParams): PagedAsyncIterableIterator<IpAllocation, IpAllocation[], PageSettings>

パラメーター

options
IpAllocationsListOptionalParams

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

戻り値

listByResourceGroup(string, IpAllocationsListByResourceGroupOptionalParams)

リソース グループ内のすべての IpAllocation を取得します。

function listByResourceGroup(resourceGroupName: string, options?: IpAllocationsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<IpAllocation, IpAllocation[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。

options
IpAllocationsListByResourceGroupOptionalParams

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

戻り値

updateTags(string, string, TagsObject, IpAllocationsUpdateTagsOptionalParams)

IpAllocation タグを更新します。

function updateTags(resourceGroupName: string, ipAllocationName: string, parameters: TagsObject, options?: IpAllocationsUpdateTagsOptionalParams): Promise<IpAllocation>

パラメーター

resourceGroupName

string

リソース グループの名前。

ipAllocationName

string

IpAllocation の名前。

parameters
TagsObject

IpAllocation タグを更新するために指定されたパラメーター。

options
IpAllocationsUpdateTagsOptionalParams

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

戻り値

Promise<IpAllocation>