ApiManagementServiceResource.GetApiManagementSubscriptionAsync 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 the specified Subscription entity.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/subscriptions/{sid}
- Operation Id: Subscription_Get
- Default Api Version: 2023-03-01-preview
- Resource: ApiManagementSubscriptionResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApiManagement.ApiManagementSubscriptionResource>> GetApiManagementSubscriptionAsync (string sid, System.Threading.CancellationToken cancellationToken = default);
abstract member GetApiManagementSubscriptionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApiManagement.ApiManagementSubscriptionResource>>
override this.GetApiManagementSubscriptionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApiManagement.ApiManagementSubscriptionResource>>
Public Overridable Function GetApiManagementSubscriptionAsync (sid As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ApiManagementSubscriptionResource))
Parameters
- sid
- String
Subscription entity Identifier. The entity represents the association between a user and a product in API Management.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
sid
is null.
sid
is an empty string, and was expected to be non-empty.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET