Freigeben über


JobStepActionSource Struct

Definition

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.

Applies to