Click or drag to resize
DnsJobStatus Properties
This API is preliminary and subject to change.

The DnsJobStatus type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCompleted
Gets a DnsJobStatus representing a job which completed successfully.
Public propertyStatic memberError
Gets a DnsJobStatus representing a job which terminated with an error.
Public propertyStatic memberInitialized
Gets a DnsJobStatus representing a job which has been accepted by the DNS service but has not yet started.
Public propertyName
Gets the canonical name of this member.
(Inherited from ExtensibleEnumT.)
Public propertyStatic memberRunning
Gets a DnsJobStatus representing a job which is currently running.
Top
See Also