| Modifier and Type | Field and Description |
|---|---|
static KubernetesClusterAccessProfileRole |
KubernetesClusterAccessProfileRole.ADMIN
Static value Kubernetes access profile admin role.
|
static KubernetesClusterAccessProfileRole |
KubernetesClusterAccessProfileRole.USER
Static value Kubernetes access profile user role.
|
| Modifier and Type | Method and Description |
|---|---|
static KubernetesClusterAccessProfileRole |
KubernetesClusterAccessProfileRole.fromString(String name)
Creates or finds a Kubernetes cluster access profile role from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<KubernetesClusterAccessProfileRole> |
KubernetesClusterAccessProfileRole.values() |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/