VirtualEnclaveGovernedServiceItemOption Struct

Definition

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

Constructors

Name Description
VirtualEnclaveGovernedServiceItemOption(String)

Initializes a new instance of VirtualEnclaveGovernedServiceItemOption.

Properties

Name Description
Allow

Gets the Allow.

Deny

Gets the Deny.

ExceptionOnly

Gets the ExceptionOnly.

NotApplicable

Gets the NotApplicable.

Methods

Name Description
Equals(VirtualEnclaveGovernedServiceItemOption)

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

Determines if two VirtualEnclaveGovernedServiceItemOption values are the same.

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

Converts a string to a VirtualEnclaveGovernedServiceItemOption.

Inequality(VirtualEnclaveGovernedServiceItemOption, VirtualEnclaveGovernedServiceItemOption)

Determines if two VirtualEnclaveGovernedServiceItemOption values are not the same.

Applies to