ApiManagementClient.AuthorizationServerList 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
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
- context
- PsApiManagementContext