ScriptActivityLogDestination 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.
The destination of logs. Type: string.
public readonly struct ScriptActivityLogDestination : IEquatable<Azure.ResourceManager.DataFactory.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
Azure SDK for .NET