ArmStorageActionsModelFactory.StorageTaskPreviewActionProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Storage task preview action properties.
public static Azure.ResourceManager.StorageActions.Models.StorageTaskPreviewActionProperties StorageTaskPreviewActionProperties(Azure.ResourceManager.StorageActions.Models.StorageTaskPreviewContainerProperties container = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.StorageActions.Models.StorageTaskPreviewBlobProperties> blobs = default, Azure.ResourceManager.StorageActions.Models.StorageTaskPreviewActionCondition action = default);
static member StorageTaskPreviewActionProperties : Azure.ResourceManager.StorageActions.Models.StorageTaskPreviewContainerProperties * seq<Azure.ResourceManager.StorageActions.Models.StorageTaskPreviewBlobProperties> * Azure.ResourceManager.StorageActions.Models.StorageTaskPreviewActionCondition -> Azure.ResourceManager.StorageActions.Models.StorageTaskPreviewActionProperties
Public Shared Function StorageTaskPreviewActionProperties (Optional container As StorageTaskPreviewContainerProperties = Nothing, Optional blobs As IEnumerable(Of StorageTaskPreviewBlobProperties) = Nothing, Optional action As StorageTaskPreviewActionCondition = Nothing) As StorageTaskPreviewActionProperties
Parameters
- container
- StorageTaskPreviewContainerProperties
Properties of a sample container to test for a match with the preview action.
Properties of some sample blobs in the container to test for matches with the preview action.
Preview action to test.
Returns
A new StorageTaskPreviewActionProperties instance for mocking.