Freigeben über


AutoImportJobState Struct

Definition

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.

Applies to