你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DomainControlCenterSsoRequestInner Constructors

Definition

Overloads

DomainControlCenterSsoRequestInner()

Initializes a new instance of the DomainControlCenterSsoRequestInner class.

DomainControlCenterSsoRequestInner(String, String, String)

Initializes a new instance of the DomainControlCenterSsoRequestInner class.

DomainControlCenterSsoRequestInner()

Initializes a new instance of the DomainControlCenterSsoRequestInner class.

public DomainControlCenterSsoRequestInner ();
Public Sub New ()

Applies to

DomainControlCenterSsoRequestInner(String, String, String)

Initializes a new instance of the DomainControlCenterSsoRequestInner class.

public DomainControlCenterSsoRequestInner (string url = default, string postParameterKey = default, string postParameterValue = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.DomainControlCenterSsoRequestInner : string * string * string -> Microsoft.Azure.Management.AppService.Fluent.Models.DomainControlCenterSsoRequestInner
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