InboundEndpoints interface
InboundEndpoints を表すインターフェイス。
メソッド
begin |
DNS リゾルバーの受信エンドポイントを作成または更新します。 |
begin |
DNS リゾルバーの受信エンドポイントを作成または更新します。 |
begin |
DNS リゾルバーの受信エンドポイントを削除します。 警告: この操作を元に戻すことはできません。 |
begin |
DNS リゾルバーの受信エンドポイントを削除します。 警告: この操作を元に戻すことはできません。 |
begin |
DNS リゾルバーの受信エンドポイントを更新します。 |
begin |
DNS リゾルバーの受信エンドポイントを更新します。 |
get(string, string, string, Inbound |
DNS リゾルバーの受信エンドポイントのプロパティを取得します。 |
list(string, string, Inbound |
DNS リゾルバーの受信エンドポイントを一覧表示します。 |
メソッドの詳細
beginCreateOrUpdate(string, string, string, InboundEndpoint, InboundEndpointsCreateOrUpdateOptionalParams)
DNS リゾルバーの受信エンドポイントを作成または更新します。
function beginCreateOrUpdate(resourceGroupName: string, dnsResolverName: string, inboundEndpointName: string, parameters: InboundEndpoint, options?: InboundEndpointsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<InboundEndpoint>, InboundEndpoint>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- dnsResolverName
-
string
DNS リゾルバーの名前。
- inboundEndpointName
-
string
DNS リゾルバーの受信エンドポイントの名前。
- parameters
- InboundEndpoint
CreateOrUpdate 操作に指定されたパラメーター。
options パラメーター。
戻り値
Promise<PollerLike<@azure/core-lro.PollOperationState<InboundEndpoint>, InboundEndpoint>>
beginCreateOrUpdateAndWait(string, string, string, InboundEndpoint, InboundEndpointsCreateOrUpdateOptionalParams)
DNS リゾルバーの受信エンドポイントを作成または更新します。
function beginCreateOrUpdateAndWait(resourceGroupName: string, dnsResolverName: string, inboundEndpointName: string, parameters: InboundEndpoint, options?: InboundEndpointsCreateOrUpdateOptionalParams): Promise<InboundEndpoint>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- dnsResolverName
-
string
DNS リゾルバーの名前。
- inboundEndpointName
-
string
DNS リゾルバーの受信エンドポイントの名前。
- parameters
- InboundEndpoint
CreateOrUpdate 操作に指定されたパラメーター。
options パラメーター。
戻り値
Promise<InboundEndpoint>
beginDelete(string, string, string, InboundEndpointsDeleteOptionalParams)
DNS リゾルバーの受信エンドポイントを削除します。 警告: この操作を元に戻すことはできません。
function beginDelete(resourceGroupName: string, dnsResolverName: string, inboundEndpointName: string, options?: InboundEndpointsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- dnsResolverName
-
string
DNS リゾルバーの名前。
- inboundEndpointName
-
string
DNS リゾルバーの受信エンドポイントの名前。
options パラメーター。
戻り値
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginDeleteAndWait(string, string, string, InboundEndpointsDeleteOptionalParams)
DNS リゾルバーの受信エンドポイントを削除します。 警告: この操作を元に戻すことはできません。
function beginDeleteAndWait(resourceGroupName: string, dnsResolverName: string, inboundEndpointName: string, options?: InboundEndpointsDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- dnsResolverName
-
string
DNS リゾルバーの名前。
- inboundEndpointName
-
string
DNS リゾルバーの受信エンドポイントの名前。
options パラメーター。
戻り値
Promise<void>
beginUpdate(string, string, string, InboundEndpointPatch, InboundEndpointsUpdateOptionalParams)
DNS リゾルバーの受信エンドポイントを更新します。
function beginUpdate(resourceGroupName: string, dnsResolverName: string, inboundEndpointName: string, parameters: InboundEndpointPatch, options?: InboundEndpointsUpdateOptionalParams): Promise<PollerLike<PollOperationState<InboundEndpoint>, InboundEndpoint>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- dnsResolverName
-
string
DNS リゾルバーの名前。
- inboundEndpointName
-
string
DNS リゾルバーの受信エンドポイントの名前。
- parameters
- InboundEndpointPatch
Update 操作に指定されたパラメーター。
options パラメーター。
戻り値
Promise<PollerLike<@azure/core-lro.PollOperationState<InboundEndpoint>, InboundEndpoint>>
beginUpdateAndWait(string, string, string, InboundEndpointPatch, InboundEndpointsUpdateOptionalParams)
DNS リゾルバーの受信エンドポイントを更新します。
function beginUpdateAndWait(resourceGroupName: string, dnsResolverName: string, inboundEndpointName: string, parameters: InboundEndpointPatch, options?: InboundEndpointsUpdateOptionalParams): Promise<InboundEndpoint>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- dnsResolverName
-
string
DNS リゾルバーの名前。
- inboundEndpointName
-
string
DNS リゾルバーの受信エンドポイントの名前。
- parameters
- InboundEndpointPatch
Update 操作に指定されたパラメーター。
options パラメーター。
戻り値
Promise<InboundEndpoint>
get(string, string, string, InboundEndpointsGetOptionalParams)
DNS リゾルバーの受信エンドポイントのプロパティを取得します。
function get(resourceGroupName: string, dnsResolverName: string, inboundEndpointName: string, options?: InboundEndpointsGetOptionalParams): Promise<InboundEndpoint>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- dnsResolverName
-
string
DNS リゾルバーの名前。
- inboundEndpointName
-
string
DNS リゾルバーの受信エンドポイントの名前。
options パラメーター。
戻り値
Promise<InboundEndpoint>
list(string, string, InboundEndpointsListOptionalParams)
DNS リゾルバーの受信エンドポイントを一覧表示します。
function list(resourceGroupName: string, dnsResolverName: string, options?: InboundEndpointsListOptionalParams): PagedAsyncIterableIterator<InboundEndpoint, InboundEndpoint[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- dnsResolverName
-
string
DNS リゾルバーの名前。
options パラメーター。