Freigeben über


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

Name Description
ManagedClusterAddOnFeature(String)

Initializes a new instance of ManagedClusterAddOnFeature.

Properties

Name Description
BackupRestoreService

Backup and restore service.

DnsService

Dns service.

ResourceMonitorService

Resource monitor service.

Methods

Name Description
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

Name Description
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