Share via


StorageTaskRunResult Struct

Definition

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

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

Constructors

StorageTaskRunResult(String)

Initializes a new instance of StorageTaskRunResult.

Properties

Failed

Failed.

Succeeded

Succeeded.

Methods

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

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