VirtualEnclaveGovernedServiceItemOption 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.
The governance option for a governed service.
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 |
Allow the governed service. |
| Deny |
Deny the governed service. |
| ExceptionOnly |
Allow only configured exceptions for the governed service. |
| NotApplicable |
The governance option does not apply to the governed service. |
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. |