public final class KubeEnvironmentPatchResourceProperties extends Object
| Constructor and Description |
|---|
KubeEnvironmentPatchResourceProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
aksResourceId()
Get the aksResourceId property: The aksResourceID property.
|
AppLogsConfiguration |
appLogsConfiguration()
Get the appLogsConfiguration property: Cluster configuration which enables the log daemon to export app logs to a
destination.
|
ArcConfiguration |
arcConfiguration()
Get the arcConfiguration property: Cluster configuration which determines the ARC cluster components types.
|
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.
|
Boolean |
internalLoadBalancerEnabled()
Get the internalLoadBalancerEnabled property: Only visible within Vnet/Subnet.
|
KubeEnvironmentProvisioningState |
provisioningState()
Get the provisioningState property: Provisioning state of the Kubernetes Environment.
|
String |
staticIp()
Get the staticIp property: Static IP of the KubeEnvironment.
|
void |
validate()
Validates the instance.
|
KubeEnvironmentPatchResourceProperties |
withAksResourceId(String aksResourceId)
Set the aksResourceId property: The aksResourceID property.
|
KubeEnvironmentPatchResourceProperties |
withAppLogsConfiguration(AppLogsConfiguration appLogsConfiguration)
Set the appLogsConfiguration property: Cluster configuration which enables the log daemon to export app logs to a
destination.
|
KubeEnvironmentPatchResourceProperties |
withArcConfiguration(ArcConfiguration arcConfiguration)
Set the arcConfiguration property: Cluster configuration which determines the ARC cluster components types.
|
KubeEnvironmentPatchResourceProperties |
withInternalLoadBalancerEnabled(Boolean internalLoadBalancerEnabled)
Set the internalLoadBalancerEnabled property: Only visible within Vnet/Subnet.
|
KubeEnvironmentPatchResourceProperties |
withStaticIp(String staticIp)
Set the staticIp property: Static IP of the KubeEnvironment.
|
public KubeEnvironmentPatchResourceProperties()
public KubeEnvironmentProvisioningState provisioningState()
public String deploymentErrors()
public Boolean internalLoadBalancerEnabled()
public KubeEnvironmentPatchResourceProperties withInternalLoadBalancerEnabled(Boolean internalLoadBalancerEnabled)
internalLoadBalancerEnabled - the internalLoadBalancerEnabled value to set.public String defaultDomain()
public String staticIp()
public KubeEnvironmentPatchResourceProperties withStaticIp(String staticIp)
staticIp - the staticIp value to set.public ArcConfiguration arcConfiguration()
public KubeEnvironmentPatchResourceProperties withArcConfiguration(ArcConfiguration arcConfiguration)
arcConfiguration - the arcConfiguration value to set.public AppLogsConfiguration appLogsConfiguration()
public KubeEnvironmentPatchResourceProperties withAppLogsConfiguration(AppLogsConfiguration appLogsConfiguration)
appLogsConfiguration - the appLogsConfiguration value to set.public String aksResourceId()
public KubeEnvironmentPatchResourceProperties withAksResourceId(String aksResourceId)
aksResourceId - the aksResourceId value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.