ClusterAddOnFeature 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.
Available cluster add-on features.
public readonly struct ClusterAddOnFeature : IEquatable<Azure.ResourceManager.ServiceFabric.Models.ClusterAddOnFeature>
type ClusterAddOnFeature = struct
Public Structure ClusterAddOnFeature
Implements IEquatable(Of ClusterAddOnFeature)
- Inheritance
-
ClusterAddOnFeature
- Implements
Constructors
| Name | Description |
|---|---|
| ClusterAddOnFeature(String) |
Initializes a new instance of ClusterAddOnFeature. |
Properties
| Name | Description |
|---|---|
| BackupRestoreService |
BackupRestoreService. |
| DnsService |
DnsService. |
| RepairManager |
RepairManager. |
| ResourceMonitorService |
ResourceMonitorService. |
Methods
| Name | Description |
|---|---|
| Equals(ClusterAddOnFeature) |
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(ClusterAddOnFeature, ClusterAddOnFeature) |
Determines if two ClusterAddOnFeature values are the same. |
| Implicit(String to ClusterAddOnFeature) |
Converts a String to a ClusterAddOnFeature. |
| Inequality(ClusterAddOnFeature, ClusterAddOnFeature) |
Determines if two ClusterAddOnFeature values are not the same. |