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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET