Megosztás a következőn keresztül:


GuestConfigurationAssignmentType Struct

Definition

Specifies the assignment type and execution of the configuration. Possible values are Audit, DeployAndAutoCorrect, ApplyAndAutoCorrect and ApplyAndMonitor.

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

Constructors

GuestConfigurationAssignmentType(String)

Initializes a new instance of GuestConfigurationAssignmentType.

Properties

ApplyAndAutoCorrect

ApplyAndAutoCorrect.

ApplyAndMonitor

ApplyAndMonitor.

Audit

Audit.

DeployAndAutoCorrect

DeployAndAutoCorrect.

Methods

Equals(GuestConfigurationAssignmentType)

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

Determines if two GuestConfigurationAssignmentType values are the same.

Implicit(String to GuestConfigurationAssignmentType)

Converts a string to a GuestConfigurationAssignmentType.

Inequality(GuestConfigurationAssignmentType, GuestConfigurationAssignmentType)

Determines if two GuestConfigurationAssignmentType values are not the same.

Applies to