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 Details

    • DomainControlCenterSsoRequestInner

      public DomainControlCenterSsoRequestInner()
      Creates an instance of DomainControlCenterSsoRequestInner class.
  • Method Details

    • url

      public String url()
      Get the url property: URL where the single sign-on request is to be made.
      Returns:
      the url value.
    • postParameterKey

      public String postParameterKey()
      Get the postParameterKey property: Post parameter key.
      Returns:
      the postParameterKey value.
    • postParameterValue

      public String 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

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.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.