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