次の方法で共有


NetworkExtensions.GetCustomIPPrefixes メソッド

定義

オーバーロード

GetCustomIPPrefixes(ResourceGroupResource)

ResourceGroupResource 内の CustomIPPrefixResources のコレクションを取得します。

GetCustomIPPrefixes(SubscriptionResource, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Network/customIpPrefixes
  • 操作IdCustomIPPrefixes_ListAll

GetCustomIPPrefixes(ResourceGroupResource)

ResourceGroupResource 内の CustomIPPrefixResources のコレクションを取得します。

public static Azure.ResourceManager.Network.CustomIPPrefixCollection GetCustomIPPrefixes (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetCustomIPPrefixes : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.Network.CustomIPPrefixCollection
<Extension()>
Public Function GetCustomIPPrefixes (resourceGroupResource As ResourceGroupResource) As CustomIPPrefixCollection

パラメーター

resourceGroupResource
ResourceGroupResource

ResourceGroupResourceメソッドが実行するインスタンス。

戻り値

CustomIPPrefixResources のコレクションとその CustomIPPrefixResource に対する操作を表す オブジェクト。

適用対象

GetCustomIPPrefixes(SubscriptionResource, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Network/customIpPrefixes
  • 操作IdCustomIPPrefixes_ListAll
public static Azure.Pageable<Azure.ResourceManager.Network.CustomIPPrefixResource> GetCustomIPPrefixes (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetCustomIPPrefixes : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.CustomIPPrefixResource>
<Extension()>
Public Function GetCustomIPPrefixes (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of CustomIPPrefixResource)

パラメーター

subscriptionResource
SubscriptionResource

SubscriptionResourceメソッドが実行するインスタンス。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の CustomIPPrefixResource サービス要求を受け取る可能性がある のコレクション。

適用対象