Freigeben über


ApiManagementClient.AuthorizationServerById Method

Definition

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

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

Returns

Applies to