次の方法で共有


RecordSetsOperationsExtensions.Get メソッド

定義

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

public static Microsoft.Azure.Management.PrivateDns.Models.RecordSet Get (this Microsoft.Azure.Management.PrivateDns.IRecordSetsOperations operations, string resourceGroupName, string privateZoneName, Microsoft.Azure.Management.PrivateDns.Models.RecordType recordType, string relativeRecordSetName);
static member Get : Microsoft.Azure.Management.PrivateDns.IRecordSetsOperations * string * string * Microsoft.Azure.Management.PrivateDns.Models.RecordType * string -> Microsoft.Azure.Management.PrivateDns.Models.RecordSet
<Extension()>
Public Function Get (operations As IRecordSetsOperations, resourceGroupName As String, privateZoneName As String, recordType As RecordType, relativeRecordSetName As String) As RecordSet

パラメーター

operations
IRecordSetsOperations

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

resourceGroupName
String

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

privateZoneName
String

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

recordType
RecordType

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

relativeRecordSetName
String

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

戻り値

適用対象