FrontendEndpoints interface
FrontendEndpoints を表すインターフェイス。
メソッド
| begin |
HTTPS トラフィックのフロントエンド エンドポイントを無効にします。 |
| begin |
HTTPS トラフィックのフロントエンド エンドポイントを無効にします。 |
| begin |
HTTPS トラフィックのフロントエンド エンドポイントを有効にします |
| begin |
HTTPS トラフィックのフロントエンド エンドポイントを有効にします |
| get(string, string, string, Frontend |
指定した Front Door 内の指定した名前を持つフロントエンド エンドポイントを取得します。 |
| list |
Front Door 内のすべてのフロントエンド エンドポイントを一覧表示します。 |
メソッドの詳細
beginDisableHttps(string, string, string, FrontendEndpointsDisableHttpsOptionalParams)
HTTPS トラフィックのフロントエンド エンドポイントを無効にします。
function beginDisableHttps(resourceGroupName: string, frontDoorName: string, frontendEndpointName: string, options?: FrontendEndpointsDisableHttpsOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- frontDoorName
-
string
グローバルに一意である Front Door の名前。
- frontendEndpointName
-
string
Front Door 内で一意であるフロントエンド エンドポイントの名前。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDisableHttpsAndWait(string, string, string, FrontendEndpointsDisableHttpsOptionalParams)
HTTPS トラフィックのフロントエンド エンドポイントを無効にします。
function beginDisableHttpsAndWait(resourceGroupName: string, frontDoorName: string, frontendEndpointName: string, options?: FrontendEndpointsDisableHttpsOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- frontDoorName
-
string
グローバルに一意である Front Door の名前。
- frontendEndpointName
-
string
Front Door 内で一意であるフロントエンド エンドポイントの名前。
オプション パラメーター。
戻り値
Promise<void>
beginEnableHttps(string, string, string, CustomHttpsConfiguration, FrontendEndpointsEnableHttpsOptionalParams)
HTTPS トラフィックのフロントエンド エンドポイントを有効にします
function beginEnableHttps(resourceGroupName: string, frontDoorName: string, frontendEndpointName: string, customHttpsConfiguration: CustomHttpsConfiguration, options?: FrontendEndpointsEnableHttpsOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- frontDoorName
-
string
グローバルに一意である Front Door の名前。
- frontendEndpointName
-
string
Front Door 内で一意であるフロントエンド エンドポイントの名前。
- customHttpsConfiguration
- CustomHttpsConfiguration
HTTPS を有効にする方法を指定する構成
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginEnableHttpsAndWait(string, string, string, CustomHttpsConfiguration, FrontendEndpointsEnableHttpsOptionalParams)
HTTPS トラフィックのフロントエンド エンドポイントを有効にします
function beginEnableHttpsAndWait(resourceGroupName: string, frontDoorName: string, frontendEndpointName: string, customHttpsConfiguration: CustomHttpsConfiguration, options?: FrontendEndpointsEnableHttpsOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- frontDoorName
-
string
グローバルに一意である Front Door の名前。
- frontendEndpointName
-
string
Front Door 内で一意であるフロントエンド エンドポイントの名前。
- customHttpsConfiguration
- CustomHttpsConfiguration
HTTPS を有効にする方法を指定する構成
オプション パラメーター。
戻り値
Promise<void>
get(string, string, string, FrontendEndpointsGetOptionalParams)
指定した Front Door 内の指定した名前を持つフロントエンド エンドポイントを取得します。
function get(resourceGroupName: string, frontDoorName: string, frontendEndpointName: string, options?: FrontendEndpointsGetOptionalParams): Promise<FrontendEndpoint>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- frontDoorName
-
string
グローバルに一意である Front Door の名前。
- frontendEndpointName
-
string
Front Door 内で一意であるフロントエンド エンドポイントの名前。
オプション パラメーター。
戻り値
Promise<FrontendEndpoint>
listByFrontDoor(string, string, FrontendEndpointsListByFrontDoorOptionalParams)
Front Door 内のすべてのフロントエンド エンドポイントを一覧表示します。
function listByFrontDoor(resourceGroupName: string, frontDoorName: string, options?: FrontendEndpointsListByFrontDoorOptionalParams): PagedAsyncIterableIterator<FrontendEndpoint, FrontendEndpoint[], PageSettings>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- frontDoorName
-
string
グローバルに一意である Front Door の名前。
オプション パラメーター。