GatewayCustomDomains interface
GatewayCustomDomains を表すインターフェイス。
メソッド
begin |
Spring Cloud Gateway カスタム ドメインを作成または更新します。 |
begin |
Spring Cloud Gateway カスタム ドメインを作成または更新します。 |
begin |
Spring Cloud Gateway カスタム ドメインを削除します。 |
begin |
Spring Cloud Gateway カスタム ドメインを削除します。 |
get(string, string, string, string, Gateway |
Spring Cloud Gateway カスタム ドメインを取得します。 |
list(string, string, string, Gateway |
すべての Spring Cloud Gateway カスタム ドメインを一覧表示する要求を処理します。 |
メソッドの詳細
beginCreateOrUpdate(string, string, string, string, GatewayCustomDomainResource, GatewayCustomDomainsCreateOrUpdateOptionalParams)
Spring Cloud Gateway カスタム ドメインを作成または更新します。
function beginCreateOrUpdate(resourceGroupName: string, serviceName: string, gatewayName: string, domainName: string, gatewayCustomDomainResource: GatewayCustomDomainResource, options?: GatewayCustomDomainsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GatewayCustomDomainResource>, GatewayCustomDomainResource>>
パラメーター
- resourceGroupName
-
string
リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。
- serviceName
-
string
サービス リソースの名前。
- gatewayName
-
string
Spring Cloud Gateway の名前。
- domainName
-
string
Spring Cloud Gateway カスタム ドメインの名前。
- gatewayCustomDomainResource
- GatewayCustomDomainResource
作成または更新操作のゲートウェイ カスタム ドメイン リソース
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<GatewayCustomDomainResource>, GatewayCustomDomainResource>>
beginCreateOrUpdateAndWait(string, string, string, string, GatewayCustomDomainResource, GatewayCustomDomainsCreateOrUpdateOptionalParams)
Spring Cloud Gateway カスタム ドメインを作成または更新します。
function beginCreateOrUpdateAndWait(resourceGroupName: string, serviceName: string, gatewayName: string, domainName: string, gatewayCustomDomainResource: GatewayCustomDomainResource, options?: GatewayCustomDomainsCreateOrUpdateOptionalParams): Promise<GatewayCustomDomainResource>
パラメーター
- resourceGroupName
-
string
リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。
- serviceName
-
string
サービス リソースの名前。
- gatewayName
-
string
Spring Cloud Gateway の名前。
- domainName
-
string
Spring Cloud Gateway カスタム ドメインの名前。
- gatewayCustomDomainResource
- GatewayCustomDomainResource
作成または更新操作のゲートウェイ カスタム ドメイン リソース
options パラメーター。
戻り値
Promise<GatewayCustomDomainResource>
beginDelete(string, string, string, string, GatewayCustomDomainsDeleteOptionalParams)
Spring Cloud Gateway カスタム ドメインを削除します。
function beginDelete(resourceGroupName: string, serviceName: string, gatewayName: string, domainName: string, options?: GatewayCustomDomainsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。
- serviceName
-
string
サービス リソースの名前。
- gatewayName
-
string
Spring Cloud Gateway の名前。
- domainName
-
string
Spring Cloud Gateway カスタム ドメインの名前。
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, string, GatewayCustomDomainsDeleteOptionalParams)
Spring Cloud Gateway カスタム ドメインを削除します。
function beginDeleteAndWait(resourceGroupName: string, serviceName: string, gatewayName: string, domainName: string, options?: GatewayCustomDomainsDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。
- serviceName
-
string
サービス リソースの名前。
- gatewayName
-
string
Spring Cloud Gateway の名前。
- domainName
-
string
Spring Cloud Gateway カスタム ドメインの名前。
options パラメーター。
戻り値
Promise<void>
get(string, string, string, string, GatewayCustomDomainsGetOptionalParams)
Spring Cloud Gateway カスタム ドメインを取得します。
function get(resourceGroupName: string, serviceName: string, gatewayName: string, domainName: string, options?: GatewayCustomDomainsGetOptionalParams): Promise<GatewayCustomDomainResource>
パラメーター
- resourceGroupName
-
string
リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。
- serviceName
-
string
サービス リソースの名前。
- gatewayName
-
string
Spring Cloud Gateway の名前。
- domainName
-
string
Spring Cloud Gateway カスタム ドメインの名前。
options パラメーター。
戻り値
Promise<GatewayCustomDomainResource>
list(string, string, string, GatewayCustomDomainsListOptionalParams)
すべての Spring Cloud Gateway カスタム ドメインを一覧表示する要求を処理します。
function list(resourceGroupName: string, serviceName: string, gatewayName: string, options?: GatewayCustomDomainsListOptionalParams): PagedAsyncIterableIterator<GatewayCustomDomainResource, GatewayCustomDomainResource[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。
- serviceName
-
string
サービス リソースの名前。
- gatewayName
-
string
Spring Cloud Gateway の名前。
options パラメーター。