JobName Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the job name.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Support.JobNameTypeConverter))]
public struct JobName : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Support.JobName>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Support.JobNameTypeConverter))>]
type JobName = struct
interface IArgumentCompleter
Public Structure JobName
Implements IArgumentCompleter, IEquatable(Of JobName)
- Inheritance
-
JobName
- Attributes
- Implements
Fields
InitialSync |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(JobName) |
Compares values of enum type JobName |
Equals(Object) |
Compares values of enum type JobName (override for Object) |
GetHashCode() |
Returns hashCode for enum JobName |
ToString() |
Returns string representation for JobName |
Operators
Equality(JobName, JobName) |
Overriding == operator for enum JobName |
Implicit(JobName to String) |
Implicit operator to convert JobName to string |
Implicit(String to JobName) |
Implicit operator to convert string to JobName |
Inequality(JobName, JobName) |
Overriding != operator for enum JobName |