KubernetesBuiltInRole 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 Kubernetes roles that you can assign to users, groups, service principals, and managed identities.
public readonly struct KubernetesBuiltInRole : IEquatable<Azure.Provisioning.Kubernetes.KubernetesBuiltInRole>
	type KubernetesBuiltInRole = struct
	Public Structure KubernetesBuiltInRole
Implements IEquatable(Of KubernetesBuiltInRole)
		- Inheritance
 - 
				KubernetesBuiltInRole
 
- Implements
 
Constructors
| KubernetesBuiltInRole(String) | 
		 Built-in Kubernetes roles that you can assign to users, groups, service principals, and managed identities.  | 
        	
Properties
| KubernetesClusterAzureArcOnboarding | 
		 Role definition to authorize any user/service to create connectedClusters resource  | 
        	
Methods
| Equals(KubernetesBuiltInRole) | 
		 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(KubernetesBuiltInRole, KubernetesBuiltInRole) | 
		 Determines if two KubernetesBuiltInRole values are the same.  | 
         	
| Implicit(String to KubernetesBuiltInRole) | 
		 Converts a string to a KubernetesBuiltInRole.  | 
         	
| Inequality(KubernetesBuiltInRole, KubernetesBuiltInRole) | 
		 Determines if two KubernetesBuiltInRole values are different.  |