OutputType 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.
Connection monitor output destination type. Currently, only "Workspace" is supported.
public readonly struct OutputType : IEquatable<Azure.ResourceManager.Network.Models.OutputType>
type OutputType = struct
Public Structure OutputType
Implements IEquatable(Of OutputType)
- Inheritance
-
OutputType
- Implements
Constructors
OutputType(String) |
Initializes a new instance of OutputType. |
Properties
Workspace |
Workspace. |
Methods
Equals(OutputType) |
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
Equality(OutputType, OutputType) |
Determines if two OutputType values are the same. |
Implicit(String to OutputType) |
Converts a string to a OutputType. |
Inequality(OutputType, OutputType) |
Determines if two OutputType values are not the same. |
Applies to
Azure SDK for .NET