Share via


KubernetesConfigurationScope Struct

Definition

Scope at which the configuration will be installed.

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

Constructors

KubernetesConfigurationScope(String)

Initializes a new instance of KubernetesConfigurationScope.

Properties

Cluster

cluster.

Namespace

namespace.

Methods

Equals(KubernetesConfigurationScope)

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

Determines if two KubernetesConfigurationScope values are the same.

Implicit(String to KubernetesConfigurationScope)

Converts a string to a KubernetesConfigurationScope.

Inequality(KubernetesConfigurationScope, KubernetesConfigurationScope)

Determines if two KubernetesConfigurationScope values are not the same.

Applies to