Class ConnectedEnvironmentProperties

java.lang.Object
com.azure.resourcemanager.appcontainers.fluent.models.ConnectedEnvironmentProperties

public final class ConnectedEnvironmentProperties extends Object
ConnectedEnvironment resource specific properties.
  • Constructor Details

    • ConnectedEnvironmentProperties

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

    • 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 ConnectedEnvironmentProperties withStaticIp(String staticIp)
      Set the staticIp property: Static IP of the connectedEnvironment.
      Parameters:
      staticIp - the staticIp value to set.
      Returns:
      the ConnectedEnvironmentProperties 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 ConnectedEnvironmentProperties 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 ConnectedEnvironmentProperties object itself.
    • customDomainConfiguration

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