Share via


ClusterEnvironment Struct

Definition

Cluster operating system, the default will be Windows.

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

Constructors

ClusterEnvironment(String)

Initializes a new instance of ClusterEnvironment.

Properties

Linux

Linux.

Windows

Windows.

Methods

Equals(ClusterEnvironment)

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

Determines if two ClusterEnvironment values are the same.

Implicit(String to ClusterEnvironment)

Converts a string to a ClusterEnvironment.

Inequality(ClusterEnvironment, ClusterEnvironment)

Determines if two ClusterEnvironment values are not the same.

Applies to