GuestConfigurationAssignmentReportType 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.
Type of report, Consistency or Initial.
public readonly struct GuestConfigurationAssignmentReportType : IEquatable<Azure.ResourceManager.GuestConfiguration.Models.GuestConfigurationAssignmentReportType>
type GuestConfigurationAssignmentReportType = struct
Public Structure GuestConfigurationAssignmentReportType
Implements IEquatable(Of GuestConfigurationAssignmentReportType)
- Inheritance
-
GuestConfigurationAssignmentReportType
- Implements
Constructors
GuestConfigurationAssignmentReportType(String) |
Initializes a new instance of GuestConfigurationAssignmentReportType. |
Properties
Consistency |
Consistency. |
Initial |
Initial. |
Methods
Equals(GuestConfigurationAssignmentReportType) |
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(GuestConfigurationAssignmentReportType, GuestConfigurationAssignmentReportType) |
Determines if two GuestConfigurationAssignmentReportType values are the same. |
Implicit(String to GuestConfigurationAssignmentReportType) |
Converts a string to a GuestConfigurationAssignmentReportType. |
Inequality(GuestConfigurationAssignmentReportType, GuestConfigurationAssignmentReportType) |
Determines if two GuestConfigurationAssignmentReportType values are not the same. |