Share via


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

Name Description
ScriptActivityLogDestination(String)

Initializes a new instance of ScriptActivityLogDestination.

Properties

Name Description
ActivityOutput

ActivityOutput.

ExternalStore

ExternalStore.

Methods

Name Description
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

Name Description
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