次の方法で共有


CustomIPPrefixesOperationsExtensions クラス

定義

CustomIPPrefixesOperations の拡張メソッド。

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

メソッド

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 プレフィックス タグを更新します。

適用対象