Share via


StorageTaskPreviewActionProperties Constructor

Definition

Initializes a new instance of StorageTaskPreviewActionProperties.

public StorageTaskPreviewActionProperties (Azure.ResourceManager.StorageActions.Models.StorageTaskPreviewContainerProperties container, System.Collections.Generic.IEnumerable<Azure.ResourceManager.StorageActions.Models.StorageTaskPreviewBlobProperties> blobs, Azure.ResourceManager.StorageActions.Models.StorageTaskPreviewActionCondition action);
new Azure.ResourceManager.StorageActions.Models.StorageTaskPreviewActionProperties : Azure.ResourceManager.StorageActions.Models.StorageTaskPreviewContainerProperties * seq<Azure.ResourceManager.StorageActions.Models.StorageTaskPreviewBlobProperties> * Azure.ResourceManager.StorageActions.Models.StorageTaskPreviewActionCondition -> Azure.ResourceManager.StorageActions.Models.StorageTaskPreviewActionProperties
Public Sub New (container As StorageTaskPreviewContainerProperties, blobs As IEnumerable(Of StorageTaskPreviewBlobProperties), action As StorageTaskPreviewActionCondition)

Parameters

container
StorageTaskPreviewContainerProperties

Properties of a sample container to test for a match with the preview action.

blobs
IEnumerable<StorageTaskPreviewBlobProperties>

Properties of some sample blobs in the container to test for matches with the preview action.

action
StorageTaskPreviewActionCondition

Preview action to test.

Exceptions

container, blobs or action is null.

Applies to