Share via


SignInSettingsOperationsExtensions.Get Method

Definition

Get Sign In Settings for the Portal

public static Microsoft.Azure.Management.ApiManagement.Models.PortalSigninSettings Get (this Microsoft.Azure.Management.ApiManagement.ISignInSettingsOperations operations, string resourceGroupName, string serviceName);
static member Get : Microsoft.Azure.Management.ApiManagement.ISignInSettingsOperations * string * string -> Microsoft.Azure.Management.ApiManagement.Models.PortalSigninSettings
<Extension()>
Public Function Get (operations As ISignInSettingsOperations, resourceGroupName As String, serviceName As String) As PortalSigninSettings

Parameters

operations
ISignInSettingsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

serviceName
String

The name of the API Management service.

Returns

Applies to