Share via


ManagedClusterAddOnFeature Struct

Definition

Available cluster add-on features.

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

Constructors

ManagedClusterAddOnFeature(String)

Initializes a new instance of ManagedClusterAddOnFeature.

Properties

BackupRestoreService

Backup and restore service.

DnsService

Dns service.

ResourceMonitorService

Resource monitor service.

Methods

Equals(ManagedClusterAddOnFeature)

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

Determines if two ManagedClusterAddOnFeature values are the same.

Implicit(String to ManagedClusterAddOnFeature)

Converts a string to a ManagedClusterAddOnFeature.

Inequality(ManagedClusterAddOnFeature, ManagedClusterAddOnFeature)

Determines if two ManagedClusterAddOnFeature values are not the same.

Applies to