Freigeben über


ComponentName Struct

Definition

The ComponentName.

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

Constructors

Name Description
ComponentName(String)

Initializes a new instance of ComponentName.

Properties

Name Description
MicrosoftWindowsShellSetup

Microsoft-Windows-Shell-Setup.

Methods

Name Description
Equals(ComponentName)

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

Determines if two ComponentName values are the same.

Implicit(String to ComponentName)

Converts a String to a ComponentName.

Inequality(ComponentName, ComponentName)

Determines if two ComponentName values are not the same.

Applies to