ArcExtensionManagedBy Struct

Definition

Indicates whether the extension is managed by the user or by Azure.

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

Constructors

Name Description
ArcExtensionManagedBy(String)

Initializes a new instance of ArcExtensionManagedBy.

Properties

Name Description
Azure

The extension is managed by Azure.

User

The extension is managed by the user.

Methods

Name Description
Equals(ArcExtensionManagedBy)

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

Determines if two ArcExtensionManagedBy values are the same.

Implicit(String to ArcExtensionManagedBy)

Converts a string to a ArcExtensionManagedBy.

Implicit(String to Nullable<ArcExtensionManagedBy>)
Inequality(ArcExtensionManagedBy, ArcExtensionManagedBy)

Determines if two ArcExtensionManagedBy values are not the same.

Applies to