次の方法で共有


PrivateZonesOperationsExtensions.GetAsync メソッド

定義

プライベート DNS ゾーンを取得します。 ゾーンのプロパティを取得しますが、仮想ネットワークのリンクやゾーン内のレコード セットは取得しません。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.PrivateDns.Models.PrivateZone> GetAsync(this Microsoft.Azure.Management.PrivateDns.IPrivateZonesOperations operations, string resourceGroupName, string privateZoneName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.PrivateDns.IPrivateZonesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.PrivateDns.Models.PrivateZone>
<Extension()>
Public Function GetAsync (operations As IPrivateZonesOperations, resourceGroupName As String, privateZoneName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateZone)

パラメーター

operations
IPrivateZonesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

privateZoneName
String

プライベート DNS ゾーンの名前 (終了ドットなし)。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象