GuestConfigurationKind 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.
Kind of the guest configuration. For example:DSC.
public readonly struct GuestConfigurationKind : IEquatable<Azure.ResourceManager.GuestConfiguration.Models.GuestConfigurationKind>
type GuestConfigurationKind = struct
Public Structure GuestConfigurationKind
Implements IEquatable(Of GuestConfigurationKind)
- Inheritance
-
GuestConfigurationKind
- Implements
Constructors
GuestConfigurationKind(String) |
Initializes a new instance of GuestConfigurationKind. |
Properties
Dsc |
DSC. |
Methods
Equals(GuestConfigurationKind) |
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(GuestConfigurationKind, GuestConfigurationKind) |
Determines if two GuestConfigurationKind values are the same. |
Implicit(String to GuestConfigurationKind) |
Converts a string to a GuestConfigurationKind. |
Inequality(GuestConfigurationKind, GuestConfigurationKind) |
Determines if two GuestConfigurationKind values are not the same. |
Applies to
Azure SDK for .NET