ConnectedClusterKind Struct

Definition

Indicates the kind of Arc connected cluster based on host infrastructure.

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

Constructors

Name Description
ConnectedClusterKind(String)

Initializes a new instance of ConnectedClusterKind.

Properties

Name Description
AWS

Gets the AWS.

GCP

Represents a connected cluster hosted on Google Cloud Platform (GCP).

ProvisionedCluster

Gets the ProvisionedCluster.

Methods

Name Description
Equals(ConnectedClusterKind)

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

Name Description
Equality(ConnectedClusterKind, ConnectedClusterKind)

Determines if two ConnectedClusterKind values are the same.

Implicit(String to ConnectedClusterKind)

Converts a string to a ConnectedClusterKind.

Implicit(String to Nullable<ConnectedClusterKind>)
Inequality(ConnectedClusterKind, ConnectedClusterKind)

Determines if two ConnectedClusterKind values are not the same.

Applies to