ApiManagementClient.GetApiReleases 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.
Overloads
GetApiReleases(PsApiManagementContext, String) | |
GetApiReleases(String, String, String) |
GetApiReleases(PsApiManagementContext, String)
public System.Collections.Generic.IList<Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease> GetApiReleases (Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext context, string apiId);
member this.GetApiReleases : Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext * string -> System.Collections.Generic.IList<Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease>
Public Function GetApiReleases (context As PsApiManagementContext, apiId As String) As IList(Of PsApiManagementApiRelease)
Parameters
- context
- PsApiManagementContext
- apiId
- String
Returns
Applies to
GetApiReleases(String, String, String)
public System.Collections.Generic.IList<Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease> GetApiReleases (string resourceGroupName, string serviceName, string apiId);
member this.GetApiReleases : string * string * string -> System.Collections.Generic.IList<Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementApiRelease>
Public Function GetApiReleases (resourceGroupName As String, serviceName As String, apiId As String) As IList(Of PsApiManagementApiRelease)
Parameters
- resourceGroupName
- String
- serviceName
- String
- apiId
- String