次の方法で共有


RecordSetsOperationsExtensions.GetAsync メソッド

定義

レコード セットを取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Dns.Models.RecordSet> GetAsync (this Microsoft.Azure.Management.Dns.IRecordSetsOperations operations, string resourceGroupName, string zoneName, string relativeRecordSetName, Microsoft.Azure.Management.Dns.Models.RecordType recordType, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Dns.IRecordSetsOperations * string * string * string * Microsoft.Azure.Management.Dns.Models.RecordType * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Dns.Models.RecordSet>
<Extension()>
Public Function GetAsync (operations As IRecordSetsOperations, resourceGroupName As String, zoneName As String, relativeRecordSetName As String, recordType As RecordType, Optional cancellationToken As CancellationToken = Nothing) As Task(Of RecordSet)

パラメーター

operations
IRecordSetsOperations

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

resourceGroupName
String

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

zoneName
String

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

relativeRecordSetName
String

ゾーンの名前を基準としたレコード セットの名前。

recordType
RecordType

このレコード セット内の DNS レコードの種類。 指定できる値は、'A'、'AAAA'、'CAA'、'CNAME'、'MX'、'NS'、'PTR'、'SOA'、'SRV'、'TXT' です。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象