AppPlatformGatewayResource.Get(CancellationToken) Method

Definition

Get the Spring Cloud Gateway and its properties.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/gateways/{gatewayName}
  • Operation Id: Gateways_Get
  • Default Api Version: 2022-12-01
  • Resource: AppPlatformGatewayResource
public virtual Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformGatewayResource> Get (System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformGatewayResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformGatewayResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of AppPlatformGatewayResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to