ArmStorageActionsModelFactory Class

Definition

A factory class for creating instances of the models for mocking.

public static class ArmStorageActionsModelFactory
type ArmStorageActionsModelFactory = class
Public Class ArmStorageActionsModelFactory
Inheritance
ArmStorageActionsModelFactory

Methods

Name Description
StorageTaskData(ResourceIdentifier, String, ResourceType, SystemData, IDictionary<String,String>, AzureLocation, ManagedServiceIdentity, StorageTaskProperties)

Represents Storage Task.

StorageTaskIfCondition(String, IEnumerable<StorageTaskOperationInfo>)

The if block of storage task operation.

StorageTaskOperationInfo(StorageTaskOperationName, IDictionary<String,String>, Nullable<OnSuccessAction>, Nullable<OnFailureAction>)

Represents an operation to be performed on the object.

StorageTaskPatch(ManagedServiceIdentity, IDictionary<String,String>, StorageTaskUpdateProperties)

Parameters of the storage task update request.

StorageTaskPreviewActionProperties(StorageTaskPreviewContainerProperties, IEnumerable<StorageTaskPreviewBlobProperties>, StorageTaskPreviewActionCondition)

Storage task preview action properties.

StorageTaskPreviewBlobProperties(String, IEnumerable<StorageTaskPreviewKeyValueProperties>, IEnumerable<StorageTaskPreviewKeyValueProperties>, IEnumerable<StorageTaskPreviewKeyValueProperties>, Nullable<MatchedBlockName>)

Storage task preview container properties.

StorageTaskPreviewContainerProperties(String, IEnumerable<StorageTaskPreviewKeyValueProperties>)

Storage task preview container properties.

StorageTaskProperties(Nullable<Int64>, Boolean, String, StorageTaskAction, Nullable<StorageTaskProvisioningState>, Nullable<DateTimeOffset>)

Properties of the storage task.

StorageTaskReportInstance(ResourceIdentifier, String, ResourceType, SystemData, StorageTaskReportProperties)

Storage Tasks run report instance.

StorageTaskReportProperties(ResourceIdentifier, ResourceIdentifier, String, String, String, String, String, String, String, Nullable<StorageTaskRunStatus>, String, ResourceIdentifier, String, Nullable<StorageTaskRunResult>)

Storage task execution report for a run instance.

StorageTaskUpdateProperties(Nullable<Int64>, Nullable<Boolean>, String, StorageTaskAction, Nullable<StorageTaskProvisioningState>, Nullable<DateTimeOffset>)

Properties of the storage task.

Applies to