KubernetesConfigurationBuiltInRole Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Built-in KubernetesConfiguration roles that you can assign to users, groups, service principals, and managed identities.
public readonly struct KubernetesConfigurationBuiltInRole : IEquatable<Azure.Provisioning.KubernetesConfiguration.KubernetesConfigurationBuiltInRole>
type KubernetesConfigurationBuiltInRole = struct
Public Structure KubernetesConfigurationBuiltInRole
Implements IEquatable(Of KubernetesConfigurationBuiltInRole)
- Inheritance
-
KubernetesConfigurationBuiltInRole
- Implements
Constructors
KubernetesConfigurationBuiltInRole(String) |
Built-in KubernetesConfiguration roles that you can assign to users, groups, service principals, and managed identities. |
Properties
AzureContainerStorageContributor |
Install Azure Container Storage and manage its storage resources. Includes an ABAC condition to constrain role assignments. |
AzureContainerStorageOperator |
Enable a managed identity to perform Azure Container Storage operations, such as manage virtual machines and manage virtual networks. |
AzureContainerStorageOwner |
Install Azure Container Storage, grant access to its storage resources, and configure Azure Elastic storage area network (SAN). Includes an ABAC condition to constrain role assignments. |
KubernetesExtensionContributor |
Can create, update, get, list and delete Kubernetes Extensions, and get extension async operations |
Methods
Equals(KubernetesConfigurationBuiltInRole) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(KubernetesConfigurationBuiltInRole, KubernetesConfigurationBuiltInRole) |
Determines if two KubernetesConfigurationBuiltInRole values are the same. |
Implicit(String to KubernetesConfigurationBuiltInRole) |
Converts a string to a KubernetesConfigurationBuiltInRole. |
Inequality(KubernetesConfigurationBuiltInRole, KubernetesConfigurationBuiltInRole) |
Determines if two KubernetesConfigurationBuiltInRole values are different. |
Applies to
Azure SDK for .NET