Gateways interface
ゲートウェイを表すインターフェイス。
メソッド
メソッドの詳細
beginCreateOrUpdate(string, string, string, GatewayResource, GatewaysCreateOrUpdateOptionalParams)
既定の Spring Cloud Gateway を作成するか、既存の Spring Cloud Gateway を更新します。
function beginCreateOrUpdate(resourceGroupName: string, serviceName: string, gatewayName: string, gatewayResource: GatewayResource, options?: GatewaysCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GatewayResource>, GatewayResource>>
パラメーター
- resourceGroupName
-
string
リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。
- serviceName
-
string
サービス リソースの名前。
- gatewayName
-
string
Spring Cloud Gateway の名前。
- gatewayResource
- GatewayResource
作成または更新操作のゲートウェイ
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<GatewayResource>, GatewayResource>>
beginCreateOrUpdateAndWait(string, string, string, GatewayResource, GatewaysCreateOrUpdateOptionalParams)
既定の Spring Cloud Gateway を作成するか、既存の Spring Cloud Gateway を更新します。
function beginCreateOrUpdateAndWait(resourceGroupName: string, serviceName: string, gatewayName: string, gatewayResource: GatewayResource, options?: GatewaysCreateOrUpdateOptionalParams): Promise<GatewayResource>
パラメーター
- resourceGroupName
-
string
リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。
- serviceName
-
string
サービス リソースの名前。
- gatewayName
-
string
Spring Cloud Gateway の名前。
- gatewayResource
- GatewayResource
作成または更新操作のゲートウェイ
options パラメーター。
戻り値
Promise<GatewayResource>
beginDelete(string, string, string, GatewaysDeleteOptionalParams)
既定の Spring Cloud Gateway を無効にします。
function beginDelete(resourceGroupName: string, serviceName: string, gatewayName: string, options?: GatewaysDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。
- serviceName
-
string
サービス リソースの名前。
- gatewayName
-
string
Spring Cloud Gateway の名前。
- options
- GatewaysDeleteOptionalParams
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, GatewaysDeleteOptionalParams)
既定の Spring Cloud Gateway を無効にします。
function beginDeleteAndWait(resourceGroupName: string, serviceName: string, gatewayName: string, options?: GatewaysDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。
- serviceName
-
string
サービス リソースの名前。
- gatewayName
-
string
Spring Cloud Gateway の名前。
- options
- GatewaysDeleteOptionalParams
options パラメーター。
戻り値
Promise<void>
beginRestart(string, string, string, GatewaysRestartOptionalParams)
Spring Cloud Gateway を再起動します。
function beginRestart(resourceGroupName: string, serviceName: string, gatewayName: string, options?: GatewaysRestartOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。
- serviceName
-
string
サービス リソースの名前。
- gatewayName
-
string
Spring Cloud Gateway の名前。
- options
- GatewaysRestartOptionalParams
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginRestartAndWait(string, string, string, GatewaysRestartOptionalParams)
Spring Cloud Gateway を再起動します。
function beginRestartAndWait(resourceGroupName: string, serviceName: string, gatewayName: string, options?: GatewaysRestartOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。
- serviceName
-
string
サービス リソースの名前。
- gatewayName
-
string
Spring Cloud Gateway の名前。
- options
- GatewaysRestartOptionalParams
options パラメーター。
戻り値
Promise<void>
get(string, string, string, GatewaysGetOptionalParams)
Spring Cloud Gateway とそのプロパティを取得します。
function get(resourceGroupName: string, serviceName: string, gatewayName: string, options?: GatewaysGetOptionalParams): Promise<GatewayResource>
パラメーター
- resourceGroupName
-
string
リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。
- serviceName
-
string
サービス リソースの名前。
- gatewayName
-
string
Spring Cloud Gateway の名前。
- options
- GatewaysGetOptionalParams
options パラメーター。
戻り値
Promise<GatewayResource>
list(string, string, GatewaysListOptionalParams)
サービス内のすべてのリソースを一覧表示する要求を処理します。
function list(resourceGroupName: string, serviceName: string, options?: GatewaysListOptionalParams): PagedAsyncIterableIterator<GatewayResource, GatewayResource[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。
- serviceName
-
string
サービス リソースの名前。
- options
- GatewaysListOptionalParams
options パラメーター。
戻り値
listEnvSecrets(string, string, string, GatewaysListEnvSecretsOptionalParams)
Spring Cloud Gateway の機密性の高い環境変数を一覧表示します。
function listEnvSecrets(resourceGroupName: string, serviceName: string, gatewayName: string, options?: GatewaysListEnvSecretsOptionalParams): Promise<GatewaysListEnvSecretsResponse>
パラメーター
- resourceGroupName
-
string
リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。
- serviceName
-
string
サービス リソースの名前。
- gatewayName
-
string
Spring Cloud Gateway の名前。
options パラメーター。
戻り値
Promise<GatewaysListEnvSecretsResponse>
validateDomain(string, string, string, CustomDomainValidatePayload, GatewaysValidateDomainOptionalParams)
ドメインが有効であり、使用されていないことを確認します。
function validateDomain(resourceGroupName: string, serviceName: string, gatewayName: string, validatePayload: CustomDomainValidatePayload, options?: GatewaysValidateDomainOptionalParams): Promise<CustomDomainValidateResult>
パラメーター
- resourceGroupName
-
string
リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。
- serviceName
-
string
サービス リソースの名前。
- gatewayName
-
string
Spring Cloud Gateway の名前。
- validatePayload
- CustomDomainValidatePayload
検証するカスタム ドメイン ペイロード
options パラメーター。
戻り値
Promise<CustomDomainValidateResult>