Class ConnectedEnvironmentInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.appcontainers.fluent.models.ConnectedEnvironmentInner

public final class ConnectedEnvironmentInner extends com.azure.core.management.Resource
An environment for Kubernetes cluster specialized for web workloads by Azure App Service.
  • Constructor Details

    • ConnectedEnvironmentInner

      public ConnectedEnvironmentInner()
      Creates an instance of ConnectedEnvironmentInner class.
  • Method Details

    • extendedLocation

      public ExtendedLocation extendedLocation()
      Get the extendedLocation property: The complex type of the extended location.
      Returns:
      the extendedLocation value.
    • withExtendedLocation

      public ConnectedEnvironmentInner withExtendedLocation(ExtendedLocation extendedLocation)
      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.
    • withLocation

      public ConnectedEnvironmentInner withLocation(String location)
      Overrides:
      withLocation in class com.azure.core.management.Resource
    • withTags

      public ConnectedEnvironmentInner withTags(Map<String,String> tags)
      Overrides:
      withTags in class com.azure.core.management.Resource
    • provisioningState

      public ConnectedEnvironmentProvisioningState provisioningState()
      Get the provisioningState property: Provisioning state of the Kubernetes Environment.
      Returns:
      the provisioningState value.
    • deploymentErrors

      public String deploymentErrors()
      Get the deploymentErrors property: Any errors that occurred during deployment or deployment validation.
      Returns:
      the deploymentErrors value.
    • defaultDomain

      public String defaultDomain()
      Get the defaultDomain property: Default Domain Name for the cluster.
      Returns:
      the defaultDomain value.
    • staticIp

      public String staticIp()
      Get the staticIp property: Static IP of the connectedEnvironment.
      Returns:
      the staticIp value.
    • withStaticIp

      public ConnectedEnvironmentInner withStaticIp(String staticIp)
      Set the staticIp property: Static IP of the connectedEnvironment.
      Parameters:
      staticIp - the staticIp value to set.
      Returns:
      the ConnectedEnvironmentInner object itself.
    • daprAIConnectionString

      public String daprAIConnectionString()
      Get the daprAIConnectionString property: Application Insights connection string used by Dapr to export Service to Service communication telemetry.
      Returns:
      the daprAIConnectionString value.
    • withDaprAIConnectionString

      public ConnectedEnvironmentInner withDaprAIConnectionString(String daprAIConnectionString)
      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

      public CustomDomainConfiguration 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.