GatewayRouteConfigs interface
Interface representing a GatewayRouteConfigs.
Methods
Method Details
beginCreateOrUpdate(string, string, string, string, GatewayRouteConfigResource, GatewayRouteConfigsCreateOrUpdateOptionalParams)
Create the default Spring Cloud Gateway route configs or update the existing Spring Cloud Gateway route configs.
function beginCreateOrUpdate(resourceGroupName: string, serviceName: string, gatewayName: string, routeConfigName: string, gatewayRouteConfigResource: GatewayRouteConfigResource, options?: GatewayRouteConfigsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GatewayRouteConfigResource>, GatewayRouteConfigResource>>
Parameters
- resourceGroupName
-
string
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- serviceName
-
string
The name of the Service resource.
- gatewayName
-
string
The name of Spring Cloud Gateway.
- routeConfigName
-
string
The name of the Spring Cloud Gateway route config.
- gatewayRouteConfigResource
- GatewayRouteConfigResource
The Spring Cloud Gateway route config for the create or update operation
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<GatewayRouteConfigResource>, GatewayRouteConfigResource>>
beginCreateOrUpdateAndWait(string, string, string, string, GatewayRouteConfigResource, GatewayRouteConfigsCreateOrUpdateOptionalParams)
Create the default Spring Cloud Gateway route configs or update the existing Spring Cloud Gateway route configs.
function beginCreateOrUpdateAndWait(resourceGroupName: string, serviceName: string, gatewayName: string, routeConfigName: string, gatewayRouteConfigResource: GatewayRouteConfigResource, options?: GatewayRouteConfigsCreateOrUpdateOptionalParams): Promise<GatewayRouteConfigResource>
Parameters
- resourceGroupName
-
string
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- serviceName
-
string
The name of the Service resource.
- gatewayName
-
string
The name of Spring Cloud Gateway.
- routeConfigName
-
string
The name of the Spring Cloud Gateway route config.
- gatewayRouteConfigResource
- GatewayRouteConfigResource
The Spring Cloud Gateway route config for the create or update operation
The options parameters.
Returns
Promise<GatewayRouteConfigResource>
beginDelete(string, string, string, string, GatewayRouteConfigsDeleteOptionalParams)
Delete the Spring Cloud Gateway route config.
function beginDelete(resourceGroupName: string, serviceName: string, gatewayName: string, routeConfigName: string, options?: GatewayRouteConfigsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parameters
- resourceGroupName
-
string
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- serviceName
-
string
The name of the Service resource.
- gatewayName
-
string
The name of Spring Cloud Gateway.
- routeConfigName
-
string
The name of the Spring Cloud Gateway route config.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, string, GatewayRouteConfigsDeleteOptionalParams)
Delete the Spring Cloud Gateway route config.
function beginDeleteAndWait(resourceGroupName: string, serviceName: string, gatewayName: string, routeConfigName: string, options?: GatewayRouteConfigsDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- serviceName
-
string
The name of the Service resource.
- gatewayName
-
string
The name of Spring Cloud Gateway.
- routeConfigName
-
string
The name of the Spring Cloud Gateway route config.
The options parameters.
Returns
Promise<void>
get(string, string, string, string, GatewayRouteConfigsGetOptionalParams)
Get the Spring Cloud Gateway route configs.
function get(resourceGroupName: string, serviceName: string, gatewayName: string, routeConfigName: string, options?: GatewayRouteConfigsGetOptionalParams): Promise<GatewayRouteConfigResource>
Parameters
- resourceGroupName
-
string
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- serviceName
-
string
The name of the Service resource.
- gatewayName
-
string
The name of Spring Cloud Gateway.
- routeConfigName
-
string
The name of the Spring Cloud Gateway route config.
The options parameters.
Returns
Promise<GatewayRouteConfigResource>
list(string, string, string, GatewayRouteConfigsListOptionalParams)
Handle requests to list all Spring Cloud Gateway route configs.
function list(resourceGroupName: string, serviceName: string, gatewayName: string, options?: GatewayRouteConfigsListOptionalParams): PagedAsyncIterableIterator<GatewayRouteConfigResource, GatewayRouteConfigResource[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- serviceName
-
string
The name of the Service resource.
- gatewayName
-
string
The name of Spring Cloud Gateway.
The options parameters.