Share via


OutputType Struct

Definition

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