Class DevToolPortalProperties
java.lang.Object
com.azure.resourcemanager.appplatform.models.DevToolPortalProperties
- All Implemented Interfaces:
com.azure.json.JsonSerializable<DevToolPortalProperties>
public final class DevToolPortalProperties
extends Object
implements com.azure.json.JsonSerializable<DevToolPortalProperties>
Dev Tool Portal properties payload.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of DevToolPortalProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the components property: Collection of components belong to Dev Tool Portal.features()Get the features property: Settings for Dev Tool Portal.static DevToolPortalPropertiesfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DevToolPortalProperties from the JsonReader.Get the provisioningState property: State of the Dev Tool Portal.Get the publicProperty property: Indicates whether the resource exposes public endpoint.Get the ssoProperties property: Single sign-on related configuration.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) url()Get the url property: URL of the resource, exposed when 'public' is true.voidvalidate()Validates the instance.withFeatures(DevToolPortalFeatureSettings features) Set the features property: Settings for Dev Tool Portal.withPublicProperty(Boolean publicProperty) Set the publicProperty property: Indicates whether the resource exposes public endpoint.withSsoProperties(DevToolPortalSsoProperties ssoProperties) Set the ssoProperties property: Single sign-on related configuration.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Constructor Details
-
DevToolPortalProperties
public DevToolPortalProperties()Creates an instance of DevToolPortalProperties class.
-
-
Method Details
-
provisioningState
Get the provisioningState property: State of the Dev Tool Portal.- Returns:
- the provisioningState value.
-
components
Get the components property: Collection of components belong to Dev Tool Portal.- Returns:
- the components value.
-
publicProperty
Get the publicProperty property: Indicates whether the resource exposes public endpoint.- Returns:
- the publicProperty value.
-
withPublicProperty
Set the publicProperty property: Indicates whether the resource exposes public endpoint.- Parameters:
publicProperty- the publicProperty value to set.- Returns:
- the DevToolPortalProperties object itself.
-
url
Get the url property: URL of the resource, exposed when 'public' is true.- Returns:
- the url value.
-
ssoProperties
Get the ssoProperties property: Single sign-on related configuration.- Returns:
- the ssoProperties value.
-
withSsoProperties
Set the ssoProperties property: Single sign-on related configuration.- Parameters:
ssoProperties- the ssoProperties value to set.- Returns:
- the DevToolPortalProperties object itself.
-
features
Get the features property: Settings for Dev Tool Portal.- Returns:
- the features value.
-
withFeatures
Set the features property: Settings for Dev Tool Portal.- Parameters:
features- the features value to set.- Returns:
- the DevToolPortalProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<DevToolPortalProperties>- Throws:
IOException
-
fromJson
public static DevToolPortalProperties fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of DevToolPortalProperties from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of DevToolPortalProperties 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 DevToolPortalProperties.
-