public class ManagedClusterAccessProfileInner
extends com.azure.core.management.Resource
| Constructor and Description |
|---|
ManagedClusterAccessProfileInner() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
kubeConfig()
Get the kubeConfig property: Base64-encoded Kubernetes configuration file.
|
void |
validate()
Validates the instance.
|
ManagedClusterAccessProfileInner |
withKubeConfig(byte[] kubeConfig)
Set the kubeConfig property: Base64-encoded Kubernetes configuration file.
|
public byte[] kubeConfig()
public ManagedClusterAccessProfileInner withKubeConfig(byte[] kubeConfig)
kubeConfig - the kubeConfig value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.