ArmStorageMoverModelFactory.StorageMoverPatch 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.
public static Azure.ResourceManager.StorageMover.Models.StorageMoverPatch StorageMoverPatch(string description = default, System.Collections.Generic.IDictionary<string,string> tags = default);
static member StorageMoverPatch : string * System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.StorageMover.Models.StorageMoverPatch
Public Shared Function StorageMoverPatch (Optional description As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing) As StorageMoverPatch
Parameters
- description
- String
A description for the Storage Mover.
- tags
- IDictionary<String,String>
Resource tags.
Returns
A new StorageMoverPatch instance for mocking.