VirtualEnclaveDiagnosticDestination 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.
Specifies the destination of where to store diagnostic logs.
public readonly struct VirtualEnclaveDiagnosticDestination : IEquatable<Azure.ResourceManager.Enclave.Models.VirtualEnclaveDiagnosticDestination>
type VirtualEnclaveDiagnosticDestination = struct
Public Structure VirtualEnclaveDiagnosticDestination
Implements IEquatable(Of VirtualEnclaveDiagnosticDestination)
- Inheritance
-
VirtualEnclaveDiagnosticDestination
- Implements
Constructors
| Name | Description |
|---|---|
| VirtualEnclaveDiagnosticDestination(String) |
Initializes a new instance of VirtualEnclaveDiagnosticDestination. |
Properties
| Name | Description |
|---|---|
| Both |
DiagnosticDestination Type Both. |
| CommunityOnly |
DiagnosticDestination Type CommunityOnly. |
| EnclaveOnly |
DiagnosticDestination Type EnclaveOnly. |
Methods
| Name | Description |
|---|---|
| Equals(VirtualEnclaveDiagnosticDestination) |
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(VirtualEnclaveDiagnosticDestination, VirtualEnclaveDiagnosticDestination) |
Determines if two VirtualEnclaveDiagnosticDestination values are the same. |
| Implicit(String to Nullable<VirtualEnclaveDiagnosticDestination>) | |
| Implicit(String to VirtualEnclaveDiagnosticDestination) |
Converts a string to a VirtualEnclaveDiagnosticDestination. |
| Inequality(VirtualEnclaveDiagnosticDestination, VirtualEnclaveDiagnosticDestination) |
Determines if two VirtualEnclaveDiagnosticDestination values are not the same. |