VirtualEnclaveMonitoringDestinationType 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.
List of destination types for monitoring logs.
public readonly struct VirtualEnclaveMonitoringDestinationType : IEquatable<Azure.ResourceManager.Enclave.Models.VirtualEnclaveMonitoringDestinationType>
type VirtualEnclaveMonitoringDestinationType = struct
Public Structure VirtualEnclaveMonitoringDestinationType
Implements IEquatable(Of VirtualEnclaveMonitoringDestinationType)
- Inheritance
-
VirtualEnclaveMonitoringDestinationType
- Implements
Constructors
| Name | Description |
|---|---|
| VirtualEnclaveMonitoringDestinationType(String) |
Initializes a new instance of VirtualEnclaveMonitoringDestinationType. |
Properties
| Name | Description |
|---|---|
| CommunityWorkspace |
MonitoringDestinationType Type CommunityWorkspace. |
| CustomWorkspace |
MonitoringDestinationType Type CustomWorkspace. |
| EnclaveWorkspace |
MonitoringDestinationType Type EnclaveWorkspace. |
Methods
| Name | Description |
|---|---|
| Equals(VirtualEnclaveMonitoringDestinationType) |
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(VirtualEnclaveMonitoringDestinationType, VirtualEnclaveMonitoringDestinationType) |
Determines if two VirtualEnclaveMonitoringDestinationType values are the same. |
| Implicit(String to Nullable<VirtualEnclaveMonitoringDestinationType>) | |
| Implicit(String to VirtualEnclaveMonitoringDestinationType) |
Converts a string to a VirtualEnclaveMonitoringDestinationType. |
| Inequality(VirtualEnclaveMonitoringDestinationType, VirtualEnclaveMonitoringDestinationType) |
Determines if two VirtualEnclaveMonitoringDestinationType values are not the same. |