GuardrailsSupport Struct

Definition

Whether the version is preview or stable.

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

Constructors

Name Description
GuardrailsSupport(String)

Initializes a new instance of GuardrailsSupport.

Properties

Name Description
Preview

The version is preview. It is not recommended to use preview versions on critical production clusters. The preview version may not support all use-cases.

Stable

The version is stable and can be used on critical production clusters.

Methods

Name Description
Equals(GuardrailsSupport)

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

Determines if two GuardrailsSupport values are the same.

Implicit(String to GuardrailsSupport)

Converts a string to a GuardrailsSupport.

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

Determines if two GuardrailsSupport values are not the same.

Applies to