Class DomainControlCenterSsoRequestInner
java.lang.Object
com.azure.resourcemanager.appservice.fluent.models.DomainControlCenterSsoRequestInner
- All Implemented Interfaces:
com.azure.json.JsonSerializable<DomainControlCenterSsoRequestInner>
public final class DomainControlCenterSsoRequestInner
extends Object
implements com.azure.json.JsonSerializable<DomainControlCenterSsoRequestInner>
Single sign-on request information for domain management.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of DomainControlCenterSsoRequestInner class. -
Method Summary
Modifier and TypeMethodDescriptionfromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DomainControlCenterSsoRequestInner from the JsonReader.Get the postParameterKey property: Post parameter key.Get the postParameterValue property: Post parameter value.com.azure.json.JsonWriter
toJson
(com.azure.json.JsonWriter jsonWriter) url()
Get the url property: URL where the single sign-on request is to be made.void
validate()
Validates the instance.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Constructor Details
-
DomainControlCenterSsoRequestInner
public DomainControlCenterSsoRequestInner()Creates an instance of DomainControlCenterSsoRequestInner class.
-
-
Method Details
-
url
Get the url property: URL where the single sign-on request is to be made.- Returns:
- the url value.
-
postParameterKey
Get the postParameterKey property: Post parameter key.- Returns:
- the postParameterKey value.
-
postParameterValue
Get the postParameterValue property: Post parameter value. Client should use 'application/x-www-form-urlencoded' encoding for this value.- Returns:
- the postParameterValue value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
toJson
- Specified by:
toJson
in interfacecom.azure.json.JsonSerializable<DomainControlCenterSsoRequestInner>
- Throws:
IOException
-
fromJson
public static DomainControlCenterSsoRequestInner fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of DomainControlCenterSsoRequestInner from the JsonReader.- Parameters:
jsonReader
- The JsonReader being read.- Returns:
- An instance of DomainControlCenterSsoRequestInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
- Throws:
IOException
- If an error occurs while reading the DomainControlCenterSsoRequestInner.
-