KubernetesOperatorScope Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET