Language

VirtualEnclaveGovernedServiceItemPolicyAction Struct

Definition

The policy action for a governed service.

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

Constructors

Name Description
VirtualEnclaveGovernedServiceItemPolicyAction(String)

Initializes a new instance of VirtualEnclaveGovernedServiceItemPolicyAction.

Properties

Name Description
AuditOnly

Audit policy violations without enforcing the policy.

Enforce

Enforce the policy.

None

Do not apply a policy action.

Methods

Name Description
Equals(VirtualEnclaveGovernedServiceItemPolicyAction)

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

Determines if two VirtualEnclaveGovernedServiceItemPolicyAction values are the same.

Implicit(String to Nullable<VirtualEnclaveGovernedServiceItemPolicyAction>)
Implicit(String to VirtualEnclaveGovernedServiceItemPolicyAction)

Converts a string to a VirtualEnclaveGovernedServiceItemPolicyAction.

Inequality(VirtualEnclaveGovernedServiceItemPolicyAction, VirtualEnclaveGovernedServiceItemPolicyAction)

Determines if two VirtualEnclaveGovernedServiceItemPolicyAction values are not the same.

Applies to