Class ConnectedEnvironmentInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.appcontainers.fluent.models.ConnectedEnvironmentInner
- All Implemented Interfaces:
com.azure.json.JsonSerializable<com.azure.core.management.ProxyResource>
public final class ConnectedEnvironmentInner
extends com.azure.core.management.Resource
An environment for Kubernetes cluster specialized for web workloads by Azure App Service.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ConnectedEnvironmentInner 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.Get the extendedLocation property: The complex type of the extended location.static ConnectedEnvironmentInner
fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ConnectedEnvironmentInner from the JsonReader.id()
Get the id property: Fully qualified resource Id for the resource.name()
Get the name property: The name of the resource.Get the provisioningState property: Provisioning state of the Kubernetes Environment.staticIp()
Get the staticIp property: Static IP of the connectedEnvironment.com.azure.core.management.SystemData
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.com.azure.json.JsonWriter
toJson
(com.azure.json.JsonWriter jsonWriter) type()
Get the type property: The type of the resource.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.withExtendedLocation
(ExtendedLocation extendedLocation) Set the extendedLocation property: The complex type of the extended location.withLocation
(String location) withStaticIp
(String staticIp) Set the staticIp property: Static IP of the connectedEnvironment.Methods inherited from class com.azure.core.management.Resource
location, tags
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
-
ConnectedEnvironmentInner
public ConnectedEnvironmentInner()Creates an instance of ConnectedEnvironmentInner class.
-
-
Method Details
-
extendedLocation
Get the extendedLocation property: The complex type of the extended location.- Returns:
- the extendedLocation value.
-
withExtendedLocation
Set the extendedLocation property: The complex type of the extended location.- Parameters:
extendedLocation
- the extendedLocation value to set.- Returns:
- the ConnectedEnvironmentInner object itself.
-
systemData
public com.azure.core.management.SystemData systemData()Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.- Returns:
- the systemData value.
-
type
Get the type property: The type of the resource.- Overrides:
type
in classcom.azure.core.management.ProxyResource
- Returns:
- the type value.
-
name
Get the name property: The name of the resource.- Overrides:
name
in classcom.azure.core.management.ProxyResource
- Returns:
- the name value.
-
id
Get the id property: Fully qualified resource Id for the resource.- Overrides:
id
in classcom.azure.core.management.ProxyResource
- Returns:
- the id value.
-
withLocation
- Overrides:
withLocation
in classcom.azure.core.management.Resource
-
withTags
- Overrides:
withTags
in classcom.azure.core.management.Resource
-
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 ConnectedEnvironmentInner 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 ConnectedEnvironmentInner object itself.
-
customDomainConfiguration
Get the customDomainConfiguration property: Custom domain configuration for the environment.- Returns:
- the customDomainConfiguration value.
-
withCustomDomainConfiguration
public ConnectedEnvironmentInner withCustomDomainConfiguration(CustomDomainConfiguration customDomainConfiguration) Set the customDomainConfiguration property: Custom domain configuration for the environment.- Parameters:
customDomainConfiguration
- the customDomainConfiguration value to set.- Returns:
- the ConnectedEnvironmentInner 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<com.azure.core.management.ProxyResource>
- Overrides:
toJson
in classcom.azure.core.management.Resource
- Throws:
IOException
-
fromJson
public static ConnectedEnvironmentInner fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of ConnectedEnvironmentInner from the JsonReader.- Parameters:
jsonReader
- The JsonReader being read.- Returns:
- An instance of ConnectedEnvironmentInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
- Throws:
IllegalStateException
- If the deserialized JSON object was missing any required properties.IOException
- If an error occurs while reading the ConnectedEnvironmentInner.
-