Share via


ApiOperationsExtensions.Get(IApiOperations, String, String, String) Method

Definition

Gets the details of the API specified by its identifier.

public static Microsoft.Azure.Management.ApiManagement.Models.ApiContract Get (this Microsoft.Azure.Management.ApiManagement.IApiOperations operations, string resourceGroupName, string serviceName, string apiId);
static member Get : Microsoft.Azure.Management.ApiManagement.IApiOperations * string * string * string -> Microsoft.Azure.Management.ApiManagement.Models.ApiContract
<Extension()>
Public Function Get (operations As IApiOperations, resourceGroupName As String, serviceName As String, apiId As String) As ApiContract

Parameters

operations
IApiOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

serviceName
String

The name of the API Management service.

apiId
String

API revision identifier. Must be unique in the current API Management service instance. Non-current revision has ;rev=n as a suffix where n is the revision number.

Returns

Applies to