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
| Name | Description |
|---|---|
| JobStepActionSource(String) |
Initializes a new instance of JobStepActionSource. |
Properties
| Name | Description |
|---|---|
| Inline |
Inline. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |