AdditionalUnattendContentComponentName Struct

Definition

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

Constructors

Name Description
AdditionalUnattendContentComponentName(String)

Initializes a new instance of AdditionalUnattendContentComponentName.

Properties

Name Description
MicrosoftWindowsShellSetup

Gets the MicrosoftWindowsShellSetup.

Methods

Name Description
Equals(AdditionalUnattendContentComponentName)

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

Determines if two AdditionalUnattendContentComponentName values are the same.

Implicit(String to AdditionalUnattendContentComponentName)

Converts a string to a AdditionalUnattendContentComponentName.

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

Determines if two AdditionalUnattendContentComponentName values are not the same.

Applies to