次の方法で共有


PrivateDnsZoneGroupCollection クラス

定義

のコレクション PrivateDnsZoneGroupResource とその操作を表すクラス。 コレクション内の各 PrivateDnsZoneGroupResource は、 の同じインスタンス PrivateEndpointResourceに属します。 インスタンスを PrivateDnsZoneGroupCollection 取得するには、 のインスタンス PrivateEndpointResourceから GetPrivateDnsZoneGroups メソッドを呼び出します。

public class PrivateDnsZoneGroupCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Network.PrivateDnsZoneGroupResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.PrivateDnsZoneGroupResource>
type PrivateDnsZoneGroupCollection = class
    inherit ArmCollection
    interface seq<PrivateDnsZoneGroupResource>
    interface IEnumerable
    interface IAsyncEnumerable<PrivateDnsZoneGroupResource>
Public Class PrivateDnsZoneGroupCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of PrivateDnsZoneGroupResource), IEnumerable(Of PrivateDnsZoneGroupResource)
継承
PrivateDnsZoneGroupCollection
実装

コンストラクター

PrivateDnsZoneGroupCollection()

モック作成のために クラスの PrivateDnsZoneGroupCollection 新しいインスタンスを初期化します。

プロパティ

Client

このリソース クライアントの ArmClient 作成元を取得します。

(継承元 ArmCollection)
Diagnostics

このリソース クライアントの診断オプションを取得します。

(継承元 ArmCollection)
Endpoint

このリソース クライアントのベース URI を取得します。

(継承元 ArmCollection)
Id

リソース識別子を取得します。

(継承元 ArmCollection)
Pipeline

このリソース クライアントのパイプラインを取得します。

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, PrivateDnsZoneGroupData, CancellationToken)

指定したプライベート エンドポイントでプライベート DNS ゾーン グループを作成または更新します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateEndpoints/{privateEndpointName}/privateDnsZoneGroups/{privateDnsZoneGroupName}
  • 操作IdPrivateDnsZoneGroups_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, PrivateDnsZoneGroupData, CancellationToken)

指定したプライベート エンドポイントでプライベート DNS ゾーン グループを作成または更新します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateEndpoints/{privateEndpointName}/privateDnsZoneGroups/{privateDnsZoneGroupName}
  • 操作IdPrivateDnsZoneGroups_CreateOrUpdate
Exists(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateEndpoints/{privateEndpointName}/privateDnsZoneGroups/{privateDnsZoneGroupName}
  • 操作IdPrivateDnsZoneGroups_Get
ExistsAsync(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateEndpoints/{privateEndpointName}/privateDnsZoneGroups/{privateDnsZoneGroupName}
  • 操作IdPrivateDnsZoneGroups_Get
Get(String, CancellationToken)

指定したプライベート DNS ゾーン グループ名でプライベート DNS ゾーン グループ リソースを取得します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateEndpoints/{privateEndpointName}/privateDnsZoneGroups/{privateDnsZoneGroupName}
  • 操作IdPrivateDnsZoneGroups_Get
GetAll(CancellationToken)

プライベート エンドポイント内のすべてのプライベート DNS ゾーン グループを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateEndpoints/{privateEndpointName}/privateDnsZoneGroups
  • 操作IdPrivateDnsZoneGroups_List
GetAllAsync(CancellationToken)

プライベート エンドポイント内のすべてのプライベート DNS ゾーン グループを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateEndpoints/{privateEndpointName}/privateDnsZoneGroups
  • 操作IdPrivateDnsZoneGroups_List
GetAsync(String, CancellationToken)

指定したプライベート DNS ゾーン グループ名でプライベート DNS ゾーン グループ リソースを取得します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateEndpoints/{privateEndpointName}/privateDnsZoneGroups/{privateDnsZoneGroupName}
  • 操作IdPrivateDnsZoneGroups_Get
GetIfExists(String, CancellationToken)

サービスからこのリソースの詳細の取得を試みます。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateEndpoints/{privateEndpointName}/privateDnsZoneGroups/{privateDnsZoneGroupName}
  • 操作IdPrivateDnsZoneGroups_Get
GetIfExistsAsync(String, CancellationToken)

サービスからこのリソースの詳細の取得を試みます。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateEndpoints/{privateEndpointName}/privateDnsZoneGroups/{privateDnsZoneGroupName}
  • 操作IdPrivateDnsZoneGroups_Get
TryGetApiVersion(ResourceType, String)

現在のクライアント オプションに設定されている場合は、API バージョンのオーバーライドを取得します。

(継承元 ArmCollection)

明示的なインターフェイスの実装

IAsyncEnumerable<PrivateDnsZoneGroupResource>.GetAsyncEnumerator(CancellationToken)

コレクションを非同期に反復処理する列挙子を返します。

IEnumerable.GetEnumerator()

コレクションを反復処理する列挙子を返します。

IEnumerable<PrivateDnsZoneGroupResource>.GetEnumerator()

コレクションを反復処理する列挙子を返します。

適用対象