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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET