ServiceFabricManagedClusterOSType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET