ScriptActivityLogDestination Struct

Definition

The destination of logs. Type: string.

public readonly struct ScriptActivityLogDestination : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.ScriptActivityLogDestination>
type ScriptActivityLogDestination = struct
Public Structure ScriptActivityLogDestination
Implements IEquatable(Of ScriptActivityLogDestination)
Inheritance
ScriptActivityLogDestination
Implements

Constructors

ScriptActivityLogDestination(String)

Initializes a new instance of ScriptActivityLogDestination.

Properties

ActivityOutput

ActivityOutput.

ExternalStore

ExternalStore.

Methods

Equals(ScriptActivityLogDestination)

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(ScriptActivityLogDestination, ScriptActivityLogDestination)

Determines if two ScriptActivityLogDestination values are the same.

Implicit(String to ScriptActivityLogDestination)

Converts a string to a ScriptActivityLogDestination.

Inequality(ScriptActivityLogDestination, ScriptActivityLogDestination)

Determines if two ScriptActivityLogDestination values are not the same.

Applies to