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
| Name | Description |
|---|---|
| ServiceFabricManagedClusterOSType(String) |
Initializes a new instance of ServiceFabricManagedClusterOSType. |
Properties
| Name | Description |
|---|---|
| Windows |
Indicates os is Windows. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |