DnsPrivateZones interface
DnsPrivateZones を表すインターフェイス。
メソッド
get(string, string, Dns |
DnsPrivateZone を取得する |
list |
DnsPrivateZone リソースを場所別に一覧表示する |
メソッドの詳細
get(string, string, DnsPrivateZonesGetOptionalParams)
DnsPrivateZone を取得する
function get(location: string, dnsprivatezonename: string, options?: DnsPrivateZonesGetOptionalParams): Promise<DnsPrivateZone>
パラメーター
- location
-
string
Azure リージョンの名前。
- dnsprivatezonename
-
string
DnsPrivateZone 名
- options
- DnsPrivateZonesGetOptionalParams
オプション パラメーター。
戻り値
Promise<DnsPrivateZone>
listByLocation(string, DnsPrivateZonesListByLocationOptionalParams)
DnsPrivateZone リソースを場所別に一覧表示する
function listByLocation(location: string, options?: DnsPrivateZonesListByLocationOptionalParams): PagedAsyncIterableIterator<DnsPrivateZone, DnsPrivateZone[], PageSettings>
パラメーター
- location
-
string
Azure リージョンの名前。
オプション パラメーター。