Sdílet prostřednictvím


JobName Struct

Definition

Defines the job name.

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

Constructors

JobName(String)

Initializes a new instance of JobName.

Properties

InitialSync

InitialSync.

Methods

Equals(JobName)

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

Determines if two JobName values are the same.

Implicit(String to JobName)

Converts a string to a JobName.

Inequality(JobName, JobName)

Determines if two JobName values are not the same.

Applies to