Zones interface
ゾーンを表すインターフェイス。
メソッド
| begin |
DNS ゾーンを削除します。 警告: ゾーン内のすべての DNS レコードも削除されます。 この操作を元に戻すことはできません。 |
| begin |
DNS ゾーンを削除します。 警告: ゾーン内のすべての DNS レコードも削除されます。 この操作を元に戻すことはできません。 |
| create |
DNS ゾーンを作成または更新します。 ゾーン内の DNS レコードを変更しません。 |
| get(string, string, Zones |
DNS ゾーンを取得します。 ゾーンのプロパティを取得しますが、ゾーン内のレコード セットは取得しません。 |
| list(Zones |
サブスクリプション内のすべてのリソース グループ内の DNS ゾーンを一覧表示します。 |
| list |
リソース グループ内の DNS ゾーンを一覧表示します。 |
| update(string, string, Zone |
DNS ゾーンを更新します。 ゾーン内の DNS レコードを変更しません。 |
メソッドの詳細
beginDelete(string, string, ZonesDeleteOptionalParams)
DNS ゾーンを削除します。 警告: ゾーン内のすべての DNS レコードも削除されます。 この操作を元に戻すことはできません。
function beginDelete(resourceGroupName: string, zoneName: string, options?: ZonesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- zoneName
-
string
DNS ゾーンの名前 (終了ドットなし)。
- options
- ZonesDeleteOptionalParams
オプション パラメーター。
戻り値
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginDeleteAndWait(string, string, ZonesDeleteOptionalParams)
DNS ゾーンを削除します。 警告: ゾーン内のすべての DNS レコードも削除されます。 この操作を元に戻すことはできません。
function beginDeleteAndWait(resourceGroupName: string, zoneName: string, options?: ZonesDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- zoneName
-
string
DNS ゾーンの名前 (終了ドットなし)。
- options
- ZonesDeleteOptionalParams
オプション パラメーター。
戻り値
Promise<void>
createOrUpdate(string, string, Zone, ZonesCreateOrUpdateOptionalParams)
DNS ゾーンを作成または更新します。 ゾーン内の DNS レコードを変更しません。
function createOrUpdate(resourceGroupName: string, zoneName: string, parameters: Zone, options?: ZonesCreateOrUpdateOptionalParams): Promise<Zone>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- zoneName
-
string
DNS ゾーンの名前 (終了ドットなし)。
- parameters
- Zone
CreateOrUpdate 操作に指定されたパラメーター。
オプション パラメーター。
戻り値
Promise<Zone>
get(string, string, ZonesGetOptionalParams)
DNS ゾーンを取得します。 ゾーンのプロパティを取得しますが、ゾーン内のレコード セットは取得しません。
function get(resourceGroupName: string, zoneName: string, options?: ZonesGetOptionalParams): Promise<Zone>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- zoneName
-
string
DNS ゾーンの名前 (終了ドットなし)。
- options
- ZonesGetOptionalParams
オプション パラメーター。
戻り値
Promise<Zone>
list(ZonesListOptionalParams)
サブスクリプション内のすべてのリソース グループ内の DNS ゾーンを一覧表示します。
function list(options?: ZonesListOptionalParams): PagedAsyncIterableIterator<Zone, Zone[], PageSettings>
パラメーター
- options
- ZonesListOptionalParams
オプション パラメーター。
戻り値
listByResourceGroup(string, ZonesListByResourceGroupOptionalParams)
リソース グループ内の DNS ゾーンを一覧表示します。
function listByResourceGroup(resourceGroupName: string, options?: ZonesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Zone, Zone[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
オプション パラメーター。
戻り値
update(string, string, ZoneUpdate, ZonesUpdateOptionalParams)
DNS ゾーンを更新します。 ゾーン内の DNS レコードを変更しません。
function update(resourceGroupName: string, zoneName: string, parameters: ZoneUpdate, options?: ZonesUpdateOptionalParams): Promise<Zone>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- zoneName
-
string
DNS ゾーンの名前 (終了ドットなし)。
- parameters
- ZoneUpdate
Update 操作に指定されたパラメーター。
- options
- ZonesUpdateOptionalParams
オプション パラメーター。
戻り値
Promise<Zone>