Delen via


JobTargetType Struct

Definition

The type of the target.

public readonly struct JobTargetType : IEquatable<Azure.ResourceManager.Sql.Models.JobTargetType>
type JobTargetType = struct
Public Structure JobTargetType
Implements IEquatable(Of JobTargetType)
Inheritance
JobTargetType
Implements

Constructors

JobTargetType(String)

Initializes a new instance of JobTargetType.

Properties

SqlDatabase

SqlDatabase.

SqlElasticPool

SqlElasticPool.

SqlServer

SqlServer.

SqlShardMap

SqlShardMap.

TargetGroup

TargetGroup.

Methods

Equals(JobTargetType)

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(JobTargetType, JobTargetType)

Determines if two JobTargetType values are the same.

Implicit(String to JobTargetType)

Converts a string to a JobTargetType.

Inequality(JobTargetType, JobTargetType)

Determines if two JobTargetType values are not the same.

Applies to