ServiceGovernanceOptionType 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.
ServiceGovernanceOptionType.
public readonly struct ServiceGovernanceOptionType : IEquatable<Azure.ResourceManager.VirtualEnclaves.Models.ServiceGovernanceOptionType>
type ServiceGovernanceOptionType = struct
Public Structure ServiceGovernanceOptionType
Implements IEquatable(Of ServiceGovernanceOptionType)
- Inheritance
-
ServiceGovernanceOptionType
- Implements
Constructors
| Name | Description |
|---|---|
| ServiceGovernanceOptionType(String) |
Initializes a new instance of ServiceGovernanceOptionType. |
Properties
| Name | Description |
|---|---|
| Allow |
Gets the Allow. |
| Deny |
Gets the Deny. |
| ExceptionOnly |
Gets the ExceptionOnly. |
| NotApplicable |
Gets the NotApplicable. |
Methods
| Name | Description |
|---|---|
| Equals(ServiceGovernanceOptionType) |
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(ServiceGovernanceOptionType, ServiceGovernanceOptionType) |
Determines if two ServiceGovernanceOptionType values are the same. |
| Implicit(String to Nullable<ServiceGovernanceOptionType>) | |
| Implicit(String to ServiceGovernanceOptionType) |
Converts a string to a ServiceGovernanceOptionType. |
| Inequality(ServiceGovernanceOptionType, ServiceGovernanceOptionType) |
Determines if two ServiceGovernanceOptionType values are not the same. |