Megosztás a következőn keresztül:


KubernetesOperatorScope Struct

Definition

Scope at which the operator will be installed.

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

Constructors

KubernetesOperatorScope(String)

Initializes a new instance of KubernetesOperatorScope.

Properties

Cluster

cluster.

Namespace

namespace.

Methods

Equals(KubernetesOperatorScope)

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

Determines if two KubernetesOperatorScope values are the same.

Implicit(String to KubernetesOperatorScope)

Converts a string to a KubernetesOperatorScope.

Inequality(KubernetesOperatorScope, KubernetesOperatorScope)

Determines if two KubernetesOperatorScope values are not the same.

Applies to