DotNetComponentType Struct

Definition

Type of the .NET Component.

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

Constructors

Name Description
DotNetComponentType(String)

Initializes a new instance of DotNetComponentType.

Properties

Name Description
AspireDashboard

AspireDashboard.

Methods

Name Description
Equals(DotNetComponentType)

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

Determines if two DotNetComponentType values are the same.

Implicit(String to DotNetComponentType)

Converts a string to a DotNetComponentType.

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

Determines if two DotNetComponentType values are not the same.

Applies to