ArmStorageMoverModelFactory.StorageMoverPatch Method

Definition

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.

Applies to