Share via


ApiManagementClient.AuthorizationServerList Method

Definition

Overloads

AuthorizationServerList(String, String)
AuthorizationServerList(PsApiManagementContext)

AuthorizationServerList(String, String)

public System.Collections.Generic.IList<Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOAuth2AuthorizationServer> AuthorizationServerList (string resourceGroupName, string serviceName);
member this.AuthorizationServerList : string * string -> System.Collections.Generic.IList<Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOAuth2AuthorizationServer>
Public Function AuthorizationServerList (resourceGroupName As String, serviceName As String) As IList(Of PsApiManagementOAuth2AuthorizationServer)

Parameters

resourceGroupName
String
serviceName
String

Returns

Applies to

AuthorizationServerList(PsApiManagementContext)

public System.Collections.Generic.IList<Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOAuth2AuthrozationServer> AuthorizationServerList (Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext context);
member this.AuthorizationServerList : Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext -> System.Collections.Generic.IList<Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOAuth2AuthrozationServer>
Public Function AuthorizationServerList (context As PsApiManagementContext) As IList(Of PsApiManagementOAuth2AuthrozationServer)

Parameters

Returns

Applies to