ArmStorageActionsModelFactory.StorageTaskPreviewContainerProperties 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 container properties.
public static Azure.ResourceManager.StorageActions.Models.StorageTaskPreviewContainerProperties StorageTaskPreviewContainerProperties(string name = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.StorageActions.Models.StorageTaskPreviewKeyValueProperties> metadata = default);
static member StorageTaskPreviewContainerProperties : string * seq<Azure.ResourceManager.StorageActions.Models.StorageTaskPreviewKeyValueProperties> -> Azure.ResourceManager.StorageActions.Models.StorageTaskPreviewContainerProperties
Public Shared Function StorageTaskPreviewContainerProperties (Optional name As String = Nothing, Optional metadata As IEnumerable(Of StorageTaskPreviewKeyValueProperties) = Nothing) As StorageTaskPreviewContainerProperties
Parameters
- name
- String
Name of test container.
metadata key value pairs to be tested for a match against the provided condition.
Returns
A new StorageTaskPreviewContainerProperties instance for mocking.