Share via


ClusterAddOnFeature Struct

Definition

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

ClusterAddOnFeature(String)

Initializes a new instance of ClusterAddOnFeature.

Properties

BackupRestoreService

BackupRestoreService.

DnsService

DnsService.

RepairManager

RepairManager.

ResourceMonitorService

ResourceMonitorService.

Methods

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

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.

Applies to