Class ConnectedEnvironmentProperties
java.lang.Object
com.azure.resourcemanager.appcontainers.fluent.models.ConnectedEnvironmentProperties
- All Implemented Interfaces:
com.azure.json.JsonSerializable<ConnectedEnvironmentProperties>
public final class ConnectedEnvironmentProperties
extends Object
implements com.azure.json.JsonSerializable<ConnectedEnvironmentProperties>
ConnectedEnvironment resource specific properties.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ConnectedEnvironmentProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the customDomainConfiguration property: Custom domain configuration for the environment.Get the daprAIConnectionString property: Application Insights connection string used by Dapr to export Service to Service communication telemetry.Get the defaultDomain property: Default Domain Name for the cluster.Get the deploymentErrors property: Any errors that occurred during deployment or deployment validation.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ConnectedEnvironmentProperties from the JsonReader.Get the provisioningState property: Provisioning state of the Kubernetes Environment.staticIp()
Get the staticIp property: Static IP of the connectedEnvironment.com.azure.json.JsonWriter
toJson
(com.azure.json.JsonWriter jsonWriter) void
validate()
Validates the instance.withCustomDomainConfiguration
(CustomDomainConfiguration customDomainConfiguration) Set the customDomainConfiguration property: Custom domain configuration for the environment.withDaprAIConnectionString
(String daprAIConnectionString) Set the daprAIConnectionString property: Application Insights connection string used by Dapr to export Service to Service communication telemetry.withStaticIp
(String staticIp) Set the staticIp property: Static IP of the connectedEnvironment.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Constructor Details
-
ConnectedEnvironmentProperties
public ConnectedEnvironmentProperties()Creates an instance of ConnectedEnvironmentProperties class.
-
-
Method Details
-
provisioningState
Get the provisioningState property: Provisioning state of the Kubernetes Environment.- Returns:
- the provisioningState value.
-
deploymentErrors
Get the deploymentErrors property: Any errors that occurred during deployment or deployment validation.- Returns:
- the deploymentErrors value.
-
defaultDomain
Get the defaultDomain property: Default Domain Name for the cluster.- Returns:
- the defaultDomain value.
-
staticIp
Get the staticIp property: Static IP of the connectedEnvironment.- Returns:
- the staticIp value.
-
withStaticIp
Set the staticIp property: Static IP of the connectedEnvironment.- Parameters:
staticIp
- the staticIp value to set.- Returns:
- the ConnectedEnvironmentProperties object itself.
-
daprAIConnectionString
Get the daprAIConnectionString property: Application Insights connection string used by Dapr to export Service to Service communication telemetry.- Returns:
- the daprAIConnectionString value.
-
withDaprAIConnectionString
Set the daprAIConnectionString property: Application Insights connection string used by Dapr to export Service to Service communication telemetry.- Parameters:
daprAIConnectionString
- the daprAIConnectionString value to set.- Returns:
- the ConnectedEnvironmentProperties object itself.
-
customDomainConfiguration
Get the customDomainConfiguration property: Custom domain configuration for the environment.- Returns:
- the customDomainConfiguration value.
-
withCustomDomainConfiguration
public ConnectedEnvironmentProperties withCustomDomainConfiguration(CustomDomainConfiguration customDomainConfiguration) Set the customDomainConfiguration property: Custom domain configuration for the environment.- Parameters:
customDomainConfiguration
- the customDomainConfiguration value to set.- Returns:
- the ConnectedEnvironmentProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
toJson
- Specified by:
toJson
in interfacecom.azure.json.JsonSerializable<ConnectedEnvironmentProperties>
- Throws:
IOException
-
fromJson
public static ConnectedEnvironmentProperties fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of ConnectedEnvironmentProperties from the JsonReader.- Parameters:
jsonReader
- The JsonReader being read.- Returns:
- An instance of ConnectedEnvironmentProperties 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 ConnectedEnvironmentProperties.
-