DomainControlCenterSsoRequestInner Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. fluent. models. DomainControlCenterSsoRequestInner
- com.
Implements
public final class DomainControlCenterSsoRequestInner
implements JsonSerializable<DomainControlCenterSsoRequestInner>
Single sign-on request information for domain management.
Constructor Summary
Constructor | Description |
---|---|
DomainControlCenterSsoRequestInner() |
Creates an instance of Domain |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Domain |
fromJson(JsonReader jsonReader)
Reads an instance of Domain |
String |
postParameterKey()
Get the post |
String |
postParameterValue()
Get the post |
Json |
toJson(JsonWriter jsonWriter) |
String |
url()
Get the url property: URL where the single sign-on request is to be made. |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
DomainControlCenterSsoRequestInner
public DomainControlCenterSsoRequestInner()
Creates an instance of DomainControlCenterSsoRequestInner class.
Method Details
fromJson
public static DomainControlCenterSsoRequestInner fromJson(JsonReader jsonReader)
Reads an instance of DomainControlCenterSsoRequestInner from the JsonReader.
Parameters:
Returns:
Throws:
postParameterKey
public String postParameterKey()
Get the postParameterKey property: Post parameter key.
Returns:
postParameterValue
public String postParameterValue()
Get the postParameterValue property: Post parameter value. Client should use 'application/x-www-form-urlencoded' encoding for this value.
Returns:
toJson
url
public String url()
Get the url property: URL where the single sign-on request is to be made.
Returns:
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java