Class ManagedEnvironmentProperties
- java.lang.Object
-
- com.azure.resourcemanager.appcontainers.fluent.models.ManagedEnvironmentProperties
-
public final class ManagedEnvironmentProperties extends Object
Managed environment resource specific properties.
-
-
Constructor Summary
Constructors Constructor Description ManagedEnvironmentProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppLogsConfiguration
appLogsConfiguration()
Get the appLogsConfiguration property: Cluster configuration which enables the log daemon to export app logs to a destination.String
daprAIConnectionString()
Get the daprAIConnectionString property: Application Insights connection string used by Dapr to export Service to Service communication telemetry.String
daprAIInstrumentationKey()
Get the daprAIInstrumentationKey property: Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry.String
defaultDomain()
Get the defaultDomain property: Default Domain Name for the cluster.String
deploymentErrors()
Get the deploymentErrors property: Any errors that occurred during deployment or deployment validation.EnvironmentProvisioningState
provisioningState()
Get the provisioningState property: Provisioning state of the Environment.String
staticIp()
Get the staticIp property: Static IP of the Environment.void
validate()
Validates the instance.VnetConfiguration
vnetConfiguration()
Get the vnetConfiguration property: Vnet configuration for the environment.ManagedEnvironmentProperties
withAppLogsConfiguration(AppLogsConfiguration appLogsConfiguration)
Set the appLogsConfiguration property: Cluster configuration which enables the log daemon to export app logs to a destination.ManagedEnvironmentProperties
withDaprAIConnectionString(String daprAIConnectionString)
Set the daprAIConnectionString property: Application Insights connection string used by Dapr to export Service to Service communication telemetry.ManagedEnvironmentProperties
withDaprAIInstrumentationKey(String daprAIInstrumentationKey)
Set the daprAIInstrumentationKey property: Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry.ManagedEnvironmentProperties
withVnetConfiguration(VnetConfiguration vnetConfiguration)
Set the vnetConfiguration property: Vnet configuration for the environment.ManagedEnvironmentProperties
withZoneRedundant(Boolean zoneRedundant)
Set the zoneRedundant property: Whether or not this Managed Environment is zone-redundant.Boolean
zoneRedundant()
Get the zoneRedundant property: Whether or not this Managed Environment is zone-redundant.
-
-
-
Method Detail
-
provisioningState
public EnvironmentProvisioningState provisioningState()
Get the provisioningState property: Provisioning state of the Environment.- Returns:
- the provisioningState value.
-
daprAIInstrumentationKey
public String daprAIInstrumentationKey()
Get the daprAIInstrumentationKey property: Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry.- Returns:
- the daprAIInstrumentationKey value.
-
withDaprAIInstrumentationKey
public ManagedEnvironmentProperties withDaprAIInstrumentationKey(String daprAIInstrumentationKey)
Set the daprAIInstrumentationKey property: Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry.- Parameters:
daprAIInstrumentationKey
- the daprAIInstrumentationKey value to set.- Returns:
- the ManagedEnvironmentProperties 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 ManagedEnvironmentProperties 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 ManagedEnvironmentProperties object itself.
-
vnetConfiguration
public VnetConfiguration vnetConfiguration()
Get the vnetConfiguration property: Vnet configuration for the environment.- Returns:
- the vnetConfiguration value.
-
withVnetConfiguration
public ManagedEnvironmentProperties withVnetConfiguration(VnetConfiguration vnetConfiguration)
Set the vnetConfiguration property: Vnet configuration for the environment.- Parameters:
vnetConfiguration
- the vnetConfiguration value to set.- Returns:
- the ManagedEnvironmentProperties object itself.
-
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 Environment.- Returns:
- the staticIp value.
-
appLogsConfiguration
public AppLogsConfiguration appLogsConfiguration()
Get the appLogsConfiguration property: Cluster configuration which enables the log daemon to export app logs to a destination. Currently only "log-analytics" is supported.- Returns:
- the appLogsConfiguration value.
-
withAppLogsConfiguration
public ManagedEnvironmentProperties withAppLogsConfiguration(AppLogsConfiguration appLogsConfiguration)
Set the appLogsConfiguration property: Cluster configuration which enables the log daemon to export app logs to a destination. Currently only "log-analytics" is supported.- Parameters:
appLogsConfiguration
- the appLogsConfiguration value to set.- Returns:
- the ManagedEnvironmentProperties object itself.
-
zoneRedundant
public Boolean zoneRedundant()
Get the zoneRedundant property: Whether or not this Managed Environment is zone-redundant.- Returns:
- the zoneRedundant value.
-
withZoneRedundant
public ManagedEnvironmentProperties withZoneRedundant(Boolean zoneRedundant)
Set the zoneRedundant property: Whether or not this Managed Environment is zone-redundant.- Parameters:
zoneRedundant
- the zoneRedundant value to set.- Returns:
- the ManagedEnvironmentProperties object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-