ArcExtensionManagedBy Struct

Definition

Extension managed by user or 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

ArcExtensionManagedBy(String)

Initializes a new instance of ArcExtensionManagedBy.

Properties

Azure

Azure.

User

User.

Methods

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

Equality(ArcExtensionManagedBy, ArcExtensionManagedBy)

Determines if two ArcExtensionManagedBy values are the same.

Implicit(String to ArcExtensionManagedBy)

Converts a string to a ArcExtensionManagedBy.

Inequality(ArcExtensionManagedBy, ArcExtensionManagedBy)

Determines if two ArcExtensionManagedBy values are not the same.

Applies to