Share via


ServiceFabricManagedClusterOSType Struct

Definition

Cluster operating system, the default will be Windows.

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

Constructors

ServiceFabricManagedClusterOSType(String)

Initializes a new instance of ServiceFabricManagedClusterOSType.

Properties

Windows

Indicates os is Windows.

Methods

Equals(ServiceFabricManagedClusterOSType)

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

Determines if two ServiceFabricManagedClusterOSType values are the same.

Implicit(String to ServiceFabricManagedClusterOSType)

Converts a string to a ServiceFabricManagedClusterOSType.

Inequality(ServiceFabricManagedClusterOSType, ServiceFabricManagedClusterOSType)

Determines if two ServiceFabricManagedClusterOSType values are not the same.

Applies to