AutoImportJobState 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.
The state of the auto import operation.
public readonly struct AutoImportJobState : IEquatable<Azure.ResourceManager.StorageCache.Models.AutoImportJobState>
type AutoImportJobState = struct
Public Structure AutoImportJobState
Implements IEquatable(Of AutoImportJobState)
- Inheritance
-
AutoImportJobState
- Implements
Constructors
| Name | Description |
|---|---|
| AutoImportJobState(String) |
Initializes a new instance of AutoImportJobState. |
Properties
| Name | Description |
|---|---|
| Disabled |
Disabled. |
| Disabling |
Disabling. |
| Failed |
Failed. |
| InProgress |
InProgress. |
Methods
| Name | Description |
|---|---|
| Equals(AutoImportJobState) |
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(AutoImportJobState, AutoImportJobState) |
Determines if two AutoImportJobState values are the same. |
| Implicit(String to AutoImportJobState) |
Converts a String to a AutoImportJobState. |
| Inequality(AutoImportJobState, AutoImportJobState) |
Determines if two AutoImportJobState values are not the same. |