Share via


ManagedClusterVersionEnvironment Struct

Definition

The operating system of the cluster. The default means all.

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

Constructors

ManagedClusterVersionEnvironment(String)

Initializes a new instance of ManagedClusterVersionEnvironment.

Properties

Windows

Indicates os is Windows.

Methods

Equals(ManagedClusterVersionEnvironment)

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

Determines if two ManagedClusterVersionEnvironment values are the same.

Implicit(String to ManagedClusterVersionEnvironment)

Converts a String to a ManagedClusterVersionEnvironment.

Inequality(ManagedClusterVersionEnvironment, ManagedClusterVersionEnvironment)

Determines if two ManagedClusterVersionEnvironment values are not the same.

Applies to