AccessProfileType Struct

Definition

Name which contains the role of the kubeconfig.

public readonly struct AccessProfileType : IEquatable<Azure.ResourceManager.ResourceConnector.Models.AccessProfileType>
type AccessProfileType = struct
Public Structure AccessProfileType
Implements IEquatable(Of AccessProfileType)
Inheritance
AccessProfileType
Implements

Constructors

AccessProfileType(String)

Initializes a new instance of AccessProfileType.

Properties

ClusterCustomerUser

clusterCustomerUser.

ClusterUser

clusterUser.

Methods

Equals(AccessProfileType)

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(AccessProfileType, AccessProfileType)

Determines if two AccessProfileType values are the same.

Implicit(String to AccessProfileType)

Converts a string to a AccessProfileType.

Inequality(AccessProfileType, AccessProfileType)

Determines if two AccessProfileType values are not the same.

Applies to