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