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

Name Description
KubernetesConfigurationScope(String)

Initializes a new instance of KubernetesConfigurationScope.

Properties

Name Description
Cluster

cluster.

Namespace

namespace.

Methods

Name Description
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

Name Description
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