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

Name Description
ClusterEnvironment(String)

Initializes a new instance of ClusterEnvironment.

Properties

Name Description
Linux

Linux operating system.

Windows

Windows operating system.

Methods

Name Description
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

Name Description
Equality(ClusterEnvironment, ClusterEnvironment)

Determines if two ClusterEnvironment values are the same.

Implicit(String to ClusterEnvironment)

Converts a string to a ClusterEnvironment.

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

Determines if two ClusterEnvironment values are not the same.

Applies to