ApiGatewayConfigConnectionCollection.Get(String, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an API Management gateway config connection resource description.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/gateways/{gatewayName}/configConnections/{configConnectionName}
- Operation Id: ApiGatewayConfigConnection_Get
- Default Api Version: 2024-05-01
- Resource: ApiGatewayConfigConnectionResource
public virtual Azure.Response<Azure.ResourceManager.ApiManagement.ApiGatewayConfigConnectionResource> Get(string configConnectionName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApiManagement.ApiGatewayConfigConnectionResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApiManagement.ApiGatewayConfigConnectionResource>
Public Overridable Function Get (configConnectionName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ApiGatewayConfigConnectionResource)
Parameters
- configConnectionName
- String
The name of the API Management gateway config connection.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
configConnectionName
is an empty string, and was expected to be non-empty.
configConnectionName
is null.