次の方法で共有


ICustomIPPrefixesOperations インターフェイス

定義

CustomIPPrefixesOperations 操作。

public interface ICustomIPPrefixesOperations
type ICustomIPPrefixesOperations = interface
Public Interface ICustomIPPrefixesOperations

メソッド

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

カスタム IP プレフィックスを作成または更新します。

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

指定したカスタム IP プレフィックスを削除します。

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

カスタム IP プレフィックスを作成または更新します。

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

指定したカスタム IP プレフィックスを削除します。

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

指定したリソース グループ内の指定したカスタム IP プレフィックスを取得します。

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

サブスクリプション内のすべてのカスタム IP プレフィックスを取得します。

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

サブスクリプション内のすべてのカスタム IP プレフィックスを取得します。

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

リソース グループ内のすべてのカスタム IP プレフィックスを取得します。

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

リソース グループ内のすべてのカスタム IP プレフィックスを取得します。

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

カスタム IP プレフィックス タグを更新します。

拡張メソッド

BeginCreateOrUpdate(ICustomIPPrefixesOperations, String, String, CustomIpPrefix)

カスタム IP プレフィックスを作成または更新します。

BeginCreateOrUpdateAsync(ICustomIPPrefixesOperations, String, String, CustomIpPrefix, CancellationToken)

カスタム IP プレフィックスを作成または更新します。

BeginDelete(ICustomIPPrefixesOperations, String, String)

指定したカスタム IP プレフィックスを削除します。

BeginDeleteAsync(ICustomIPPrefixesOperations, String, String, CancellationToken)

指定したカスタム IP プレフィックスを削除します。

CreateOrUpdate(ICustomIPPrefixesOperations, String, String, CustomIpPrefix)

カスタム IP プレフィックスを作成または更新します。

CreateOrUpdateAsync(ICustomIPPrefixesOperations, String, String, CustomIpPrefix, CancellationToken)

カスタム IP プレフィックスを作成または更新します。

Delete(ICustomIPPrefixesOperations, String, String)

指定したカスタム IP プレフィックスを削除します。

DeleteAsync(ICustomIPPrefixesOperations, String, String, CancellationToken)

指定したカスタム IP プレフィックスを削除します。

Get(ICustomIPPrefixesOperations, String, String, String)

指定したリソース グループ内の指定したカスタム IP プレフィックスを取得します。

GetAsync(ICustomIPPrefixesOperations, String, String, String, CancellationToken)

指定したリソース グループ内の指定したカスタム IP プレフィックスを取得します。

List(ICustomIPPrefixesOperations, String)

リソース グループ内のすべてのカスタム IP プレフィックスを取得します。

ListAll(ICustomIPPrefixesOperations)

サブスクリプション内のすべてのカスタム IP プレフィックスを取得します。

ListAllAsync(ICustomIPPrefixesOperations, CancellationToken)

サブスクリプション内のすべてのカスタム IP プレフィックスを取得します。

ListAllNext(ICustomIPPrefixesOperations, String)

サブスクリプション内のすべてのカスタム IP プレフィックスを取得します。

ListAllNextAsync(ICustomIPPrefixesOperations, String, CancellationToken)

サブスクリプション内のすべてのカスタム IP プレフィックスを取得します。

ListAsync(ICustomIPPrefixesOperations, String, CancellationToken)

リソース グループ内のすべてのカスタム IP プレフィックスを取得します。

ListNext(ICustomIPPrefixesOperations, String)

リソース グループ内のすべてのカスタム IP プレフィックスを取得します。

ListNextAsync(ICustomIPPrefixesOperations, String, CancellationToken)

リソース グループ内のすべてのカスタム IP プレフィックスを取得します。

UpdateTags(ICustomIPPrefixesOperations, String, String, TagsObject)

カスタム IP プレフィックス タグを更新します。

UpdateTagsAsync(ICustomIPPrefixesOperations, String, String, TagsObject, CancellationToken)

カスタム IP プレフィックス タグを更新します。

適用対象