Freigeben über


StorageTaskRunResult Struct

Definition

Represents the overall result of the execution for the run instance.

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

Constructors

Name Description
StorageTaskRunResult(String)

Initializes a new instance of StorageTaskRunResult.

Properties

Name Description
Failed

Failed.

Succeeded

Succeeded.

Methods

Name Description
Equals(StorageTaskRunResult)

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

Determines if two StorageTaskRunResult values are the same.

Implicit(String to StorageTaskRunResult)

Converts a String to a StorageTaskRunResult.

Inequality(StorageTaskRunResult, StorageTaskRunResult)

Determines if two StorageTaskRunResult values are not the same.

Applies to