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

Name Description
ComponentName(String)

Initializes a new instance of ComponentName.

Properties

Name Description
MicrosoftWindowsShellSetup

Gets the MicrosoftWindowsShellSetup.

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.

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

Determines if two ComponentName values are not the same.

Applies to