Class DevToolPortalProperties
java.lang.Object
com.azure.resourcemanager.appplatform.models.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.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.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.
-
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.
-