ComponentName Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET