Udostępnij przez


GuestConfigurationAssignmentReportType Struct

Definition

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

Name Description
GuestConfigurationAssignmentReportType(String)

Initializes a new instance of GuestConfigurationAssignmentReportType.

Properties

Name Description
Consistency

Consistency.

Initial

Initial.

Methods

Name Description
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

Name Description
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.

Applies to