Condividi tramite


AutoProvisionState Struct

Definition

Describes what kind of security agent provisioning action to take.

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

Constructors

AutoProvisionState(String)

Initializes a new instance of AutoProvisionState.

Properties

Off

Do not install security agent on the VMs automatically.

On

Install missing security agent on VMs automatically.

Methods

Equals(AutoProvisionState)

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

Determines if two AutoProvisionState values are the same.

Implicit(String to AutoProvisionState)

Converts a string to a AutoProvisionState.

Inequality(AutoProvisionState, AutoProvisionState)

Determines if two AutoProvisionState values are not the same.

Applies to