Udostępnij za pośrednictwem


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

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