次の方法で共有


IpAllocationsOperationsExtensions クラス

定義

IpAllocationsOperations の拡張メソッド。

public static class IpAllocationsOperationsExtensions
type IpAllocationsOperationsExtensions = class
Public Module IpAllocationsOperationsExtensions
継承
IpAllocationsOperationsExtensions

メソッド

BeginCreateOrUpdate(IIpAllocationsOperations, String, String, IpAllocation)

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

BeginCreateOrUpdateAsync(IIpAllocationsOperations, String, String, IpAllocation, CancellationToken)

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

BeginDelete(IIpAllocationsOperations, String, String)

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

BeginDeleteAsync(IIpAllocationsOperations, String, String, CancellationToken)

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

CreateOrUpdate(IIpAllocationsOperations, String, String, IpAllocation)

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

CreateOrUpdateAsync(IIpAllocationsOperations, String, String, IpAllocation, CancellationToken)

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

Delete(IIpAllocationsOperations, String, String)

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

DeleteAsync(IIpAllocationsOperations, String, String, CancellationToken)

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

Get(IIpAllocationsOperations, String, String, String)

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

GetAsync(IIpAllocationsOperations, String, String, String, CancellationToken)

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

List(IIpAllocationsOperations)

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

ListAsync(IIpAllocationsOperations, CancellationToken)

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

ListByResourceGroup(IIpAllocationsOperations, String)

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

ListByResourceGroupAsync(IIpAllocationsOperations, String, CancellationToken)

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

ListByResourceGroupNext(IIpAllocationsOperations, String)

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

ListByResourceGroupNextAsync(IIpAllocationsOperations, String, CancellationToken)

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

ListNext(IIpAllocationsOperations, String)

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

ListNextAsync(IIpAllocationsOperations, String, CancellationToken)

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

UpdateTags(IIpAllocationsOperations, String, String, TagsObject)

IpAllocation タグを更新します。

UpdateTagsAsync(IIpAllocationsOperations, String, String, TagsObject, CancellationToken)

IpAllocation タグを更新します。

適用対象