DomainControlCenterSsoRequestInner Class

  • java.lang.Object
    • com.azure.resourcemanager.appservice.fluent.models.DomainControlCenterSsoRequestInner

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

Method Summary

Modifier and Type Method and Description
static DomainControlCenterSsoRequestInner fromJson(JsonReader jsonReader)

Reads an instance of DomainControlCenterSsoRequestInner from the JsonReader.

String postParameterKey()

Get the postParameterKey property: Post parameter key.

String postParameterValue()

Get the postParameterValue property: Post parameter value.

JsonWriter 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:

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.

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.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

url

public String url()

Get the url property: URL where the single sign-on request is to be made.

Returns:

the url value.

validate

public void validate()

Validates the instance.

Applies to