StorageTaskPreviewActionProperties Constructor
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.
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.
Properties of some sample blobs in the container to test for matches with the preview action.
Preview action to test.
Exceptions
container
, blobs
or action
is null.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET