ApiManagementClient.AuthorizationServerById 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
AuthorizationServerById(PsApiManagementContext, String) | |
AuthorizationServerById(String, String, String) |
AuthorizationServerById(PsApiManagementContext, String)
public Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOAuth2AuthrozationServer AuthorizationServerById (Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext context, string serverId);
member this.AuthorizationServerById : Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext * string -> Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOAuth2AuthrozationServer
Public Function AuthorizationServerById (context As PsApiManagementContext, serverId As String) As PsApiManagementOAuth2AuthrozationServer
Parameters
- context
- PsApiManagementContext
- serverId
- String
Returns
Applies to
AuthorizationServerById(String, String, String)
public Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOAuth2AuthorizationServer AuthorizationServerById (string resourceGroupName, string serviceName, string serverId);
member this.AuthorizationServerById : string * string * string -> Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementOAuth2AuthorizationServer
Public Function AuthorizationServerById (resourceGroupName As String, serviceName As String, serverId As String) As PsApiManagementOAuth2AuthorizationServer
Parameters
- resourceGroupName
- String
- serviceName
- String
- serverId
- String