SettingName 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.
Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.
public readonly struct SettingName : IEquatable<Azure.ResourceManager.ComputeSchedule.Models.SettingName>
type SettingName = struct
Public Structure SettingName
Implements IEquatable(Of SettingName)
- Inheritance
-
SettingName
- Implements
Constructors
| Name | Description |
|---|---|
| SettingName(String) |
Initializes a new instance of SettingName. |
Properties
| Name | Description |
|---|---|
| AutoLogon |
AutoLogon mode. |
| FirstLogonCommands |
FirstLogonCommands mode. |
Methods
| Name | Description |
|---|---|
| Equals(SettingName) |
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(SettingName, SettingName) |
Determines if two SettingName values are the same. |
| Implicit(String to Nullable<SettingName>) | |
| Implicit(String to SettingName) |
Converts a string to a SettingName. |
| Inequality(SettingName, SettingName) |
Determines if two SettingName values are not the same. |