Class SsoUriInner
- java.lang.Object
-
- com.azure.resourcemanager.cdn.fluent.models.SsoUriInner
-
public final class SsoUriInner extends Object
The URI required to login to the supplemental portal from the Azure portal.
-
-
Constructor Summary
Constructors Constructor Description SsoUriInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringssoUriValue()Get the ssoUriValue property: The URI used to login to the supplemental portal.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
ssoUriValue
public String ssoUriValue()
Get the ssoUriValue property: The URI used to login to the supplemental portal.- Returns:
- the ssoUriValue value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-