VirtualEnclaveGovernedServiceItemEnforcement Struct

Definition

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

Constructors

Name Description
VirtualEnclaveGovernedServiceItemEnforcement(String)

Initializes a new instance of VirtualEnclaveGovernedServiceItemEnforcement.

Properties

Name Description
Disabled

Gets the Disabled.

Enabled

Gets the Enabled.

Methods

Name Description
Equals(VirtualEnclaveGovernedServiceItemEnforcement)

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

Determines if two VirtualEnclaveGovernedServiceItemEnforcement values are the same.

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

Converts a string to a VirtualEnclaveGovernedServiceItemEnforcement.

Inequality(VirtualEnclaveGovernedServiceItemEnforcement, VirtualEnclaveGovernedServiceItemEnforcement)

Determines if two VirtualEnclaveGovernedServiceItemEnforcement values are not the same.

Applies to