DomainControlCenterSsoRequest Constructors

Definition

Overloads

DomainControlCenterSsoRequest()

Initializes a new instance of the DomainControlCenterSsoRequest class.

DomainControlCenterSsoRequest(String, String, String)

Initializes a new instance of the DomainControlCenterSsoRequest class.

DomainControlCenterSsoRequest()

Initializes a new instance of the DomainControlCenterSsoRequest class.

public DomainControlCenterSsoRequest ();
Public Sub New ()

Applies to

DomainControlCenterSsoRequest(String, String, String)

Initializes a new instance of the DomainControlCenterSsoRequest class.

public DomainControlCenterSsoRequest (string url = default, string postParameterKey = default, string postParameterValue = default);
new Microsoft.Azure.Management.WebSites.Models.DomainControlCenterSsoRequest : string * string * string -> Microsoft.Azure.Management.WebSites.Models.DomainControlCenterSsoRequest
Public Sub New (Optional url As String = Nothing, Optional postParameterKey As String = Nothing, Optional postParameterValue As String = Nothing)

Parameters

url
String

URL where the single sign-on request is to be made.

postParameterKey
String

Post parameter key.

postParameterValue
String

Post parameter value. Client should use 'application/x-www-form-urlencoded' encoding for this value.

Applies to