次の方法で共有


IIpAllocationsOperations インターフェイス

定義

IpAllocationsOperations 操作。

public interface IIpAllocationsOperations
type IIpAllocationsOperations = interface
Public Interface IIpAllocationsOperations

メソッド

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, IpAllocation, Dictionary<String,List<String>>, CancellationToken)

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

BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

CreateOrUpdateWithHttpMessagesAsync(String, String, IpAllocation, Dictionary<String,List<String>>, CancellationToken)

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

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

ListByResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListByResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

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

UpdateTagsWithHttpMessagesAsync(String, String, TagsObject, Dictionary<String,List<String>>, CancellationToken)

IpAllocation タグを更新します。

拡張メソッド

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 タグを更新します。

適用対象