AutoProvisionState 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.
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
Azure SDK for .NET