Freigeben über


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

Name Description
JobTargetType(String)

Initializes a new instance of JobTargetType.

Properties

Name Description
SqlDatabase

SqlDatabase.

SqlElasticPool

SqlElasticPool.

SqlServer

SqlServer.

SqlShardMap

SqlShardMap.

TargetGroup

TargetGroup.

Methods

Name Description
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

Name Description
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