public final class KubeEnvironmentInner
extends com.azure.core.management.Resource
| Constructor and Description |
|---|
KubeEnvironmentInner() |
| 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.
|
ExtendedLocation |
extendedLocation()
Get the extendedLocation property: Extended Location.
|
Boolean |
internalLoadBalancerEnabled()
Get the internalLoadBalancerEnabled property: Only visible within Vnet/Subnet.
|
String |
kind()
Get the kind property: Kind of resource.
|
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.
|
KubeEnvironmentInner |
withAksResourceId(String aksResourceId)
Set the aksResourceId property: The aksResourceID property.
|
KubeEnvironmentInner |
withAppLogsConfiguration(AppLogsConfiguration appLogsConfiguration)
Set the appLogsConfiguration property: Cluster configuration which enables the log daemon to export app logs to a
destination.
|
KubeEnvironmentInner |
withArcConfiguration(ArcConfiguration arcConfiguration)
Set the arcConfiguration property: Cluster configuration which determines the ARC cluster components types.
|
KubeEnvironmentInner |
withExtendedLocation(ExtendedLocation extendedLocation)
Set the extendedLocation property: Extended Location.
|
KubeEnvironmentInner |
withInternalLoadBalancerEnabled(Boolean internalLoadBalancerEnabled)
Set the internalLoadBalancerEnabled property: Only visible within Vnet/Subnet.
|
KubeEnvironmentInner |
withKind(String kind)
Set the kind property: Kind of resource.
|
KubeEnvironmentInner |
withLocation(String location) |
KubeEnvironmentInner |
withStaticIp(String staticIp)
Set the staticIp property: Static IP of the KubeEnvironment.
|
KubeEnvironmentInner |
withTags(Map<String,String> tags) |
public ExtendedLocation extendedLocation()
public KubeEnvironmentInner withExtendedLocation(ExtendedLocation extendedLocation)
extendedLocation - the extendedLocation value to set.public String kind()
public KubeEnvironmentInner withKind(String kind)
kind - the kind value to set.public KubeEnvironmentInner withLocation(String location)
withLocation in class com.azure.core.management.Resourcepublic KubeEnvironmentInner withTags(Map<String,String> tags)
withTags in class com.azure.core.management.Resourcepublic KubeEnvironmentProvisioningState provisioningState()
public String deploymentErrors()
public Boolean internalLoadBalancerEnabled()
public KubeEnvironmentInner withInternalLoadBalancerEnabled(Boolean internalLoadBalancerEnabled)
internalLoadBalancerEnabled - the internalLoadBalancerEnabled value to set.public String defaultDomain()
public String staticIp()
public KubeEnvironmentInner withStaticIp(String staticIp)
staticIp - the staticIp value to set.public ArcConfiguration arcConfiguration()
public KubeEnvironmentInner withArcConfiguration(ArcConfiguration arcConfiguration)
arcConfiguration - the arcConfiguration value to set.public AppLogsConfiguration appLogsConfiguration()
public KubeEnvironmentInner withAppLogsConfiguration(AppLogsConfiguration appLogsConfiguration)
appLogsConfiguration - the appLogsConfiguration value to set.public String aksResourceId()
public KubeEnvironmentInner 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.