次の方法で共有


GatewayRouteConfigs interface

GatewayRouteConfigs を表すインターフェイス。

メソッド

beginCreateOrUpdate(string, string, string, string, GatewayRouteConfigResource, GatewayRouteConfigsCreateOrUpdateOptionalParams)

既定の Spring Cloud Gateway ルート構成を作成するか、既存の Spring Cloud Gateway ルート構成を更新します。

beginCreateOrUpdateAndWait(string, string, string, string, GatewayRouteConfigResource, GatewayRouteConfigsCreateOrUpdateOptionalParams)

既定の Spring Cloud Gateway ルート構成を作成するか、既存の Spring Cloud Gateway ルート構成を更新します。

beginDelete(string, string, string, string, GatewayRouteConfigsDeleteOptionalParams)

Spring Cloud Gateway ルート構成を削除します。

beginDeleteAndWait(string, string, string, string, GatewayRouteConfigsDeleteOptionalParams)

Spring Cloud Gateway ルート構成を削除します。

get(string, string, string, string, GatewayRouteConfigsGetOptionalParams)

Spring Cloud Gateway のルート構成を取得します。

list(string, string, string, GatewayRouteConfigsListOptionalParams)

すべての Spring Cloud Gateway ルート構成を一覧表示する要求を処理します。

メソッドの詳細

beginCreateOrUpdate(string, string, string, string, GatewayRouteConfigResource, GatewayRouteConfigsCreateOrUpdateOptionalParams)

既定の Spring Cloud Gateway ルート構成を作成するか、既存の Spring Cloud Gateway ルート構成を更新します。

function beginCreateOrUpdate(resourceGroupName: string, serviceName: string, gatewayName: string, routeConfigName: string, gatewayRouteConfigResource: GatewayRouteConfigResource, options?: GatewayRouteConfigsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GatewayRouteConfigResource>, GatewayRouteConfigResource>>

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serviceName

string

サービス リソースの名前。

gatewayName

string

Spring Cloud Gateway の名前。

routeConfigName

string

Spring Cloud Gateway ルート構成の名前。

gatewayRouteConfigResource
GatewayRouteConfigResource

作成または更新操作の Spring Cloud Gateway ルート構成

options
GatewayRouteConfigsCreateOrUpdateOptionalParams

options パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<GatewayRouteConfigResource>, GatewayRouteConfigResource>>

beginCreateOrUpdateAndWait(string, string, string, string, GatewayRouteConfigResource, GatewayRouteConfigsCreateOrUpdateOptionalParams)

既定の Spring Cloud Gateway ルート構成を作成するか、既存の Spring Cloud Gateway ルート構成を更新します。

function beginCreateOrUpdateAndWait(resourceGroupName: string, serviceName: string, gatewayName: string, routeConfigName: string, gatewayRouteConfigResource: GatewayRouteConfigResource, options?: GatewayRouteConfigsCreateOrUpdateOptionalParams): Promise<GatewayRouteConfigResource>

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serviceName

string

サービス リソースの名前。

gatewayName

string

Spring Cloud Gateway の名前。

routeConfigName

string

Spring Cloud Gateway ルート構成の名前。

gatewayRouteConfigResource
GatewayRouteConfigResource

作成または更新操作の Spring Cloud Gateway ルート構成

options
GatewayRouteConfigsCreateOrUpdateOptionalParams

options パラメーター。

戻り値

beginDelete(string, string, string, string, GatewayRouteConfigsDeleteOptionalParams)

Spring Cloud Gateway ルート構成を削除します。

function beginDelete(resourceGroupName: string, serviceName: string, gatewayName: string, routeConfigName: string, options?: GatewayRouteConfigsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serviceName

string

サービス リソースの名前。

gatewayName

string

Spring Cloud Gateway の名前。

routeConfigName

string

Spring Cloud Gateway ルート構成の名前。

options
GatewayRouteConfigsDeleteOptionalParams

options パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, string, GatewayRouteConfigsDeleteOptionalParams)

Spring Cloud Gateway ルート構成を削除します。

function beginDeleteAndWait(resourceGroupName: string, serviceName: string, gatewayName: string, routeConfigName: string, options?: GatewayRouteConfigsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serviceName

string

サービス リソースの名前。

gatewayName

string

Spring Cloud Gateway の名前。

routeConfigName

string

Spring Cloud Gateway ルート構成の名前。

options
GatewayRouteConfigsDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

get(string, string, string, string, GatewayRouteConfigsGetOptionalParams)

Spring Cloud Gateway のルート構成を取得します。

function get(resourceGroupName: string, serviceName: string, gatewayName: string, routeConfigName: string, options?: GatewayRouteConfigsGetOptionalParams): Promise<GatewayRouteConfigResource>

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serviceName

string

サービス リソースの名前。

gatewayName

string

Spring Cloud Gateway の名前。

routeConfigName

string

Spring Cloud Gateway ルート構成の名前。

options
GatewayRouteConfigsGetOptionalParams

options パラメーター。

戻り値

list(string, string, string, GatewayRouteConfigsListOptionalParams)

すべての Spring Cloud Gateway ルート構成を一覧表示する要求を処理します。

function list(resourceGroupName: string, serviceName: string, gatewayName: string, options?: GatewayRouteConfigsListOptionalParams): PagedAsyncIterableIterator<GatewayRouteConfigResource, GatewayRouteConfigResource[], PageSettings>

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serviceName

string

サービス リソースの名前。

gatewayName

string

Spring Cloud Gateway の名前。

options
GatewayRouteConfigsListOptionalParams

options パラメーター。

戻り値