ComponentName Struct

Definition

The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup.

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

Constructors

ComponentName(String)

Initializes a new instance of ComponentName.

Properties

MicrosoftWindowsShellSetup

Microsoft-Windows-Shell-Setup.

Methods

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

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