DomainControlCenterSsoRequestInner Constructors
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
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.