ArmDataProtectionBackupModelFactory.ResourceGuardPatch 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.
Patch Request content for Microsoft.DataProtection Resource Guard resources.
public static Azure.ResourceManager.DataProtectionBackup.Models.ResourceGuardPatch ResourceGuardPatch(System.Collections.Generic.IDictionary<string,string> tags = default);
static member ResourceGuardPatch : System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.DataProtectionBackup.Models.ResourceGuardPatch
Public Shared Function ResourceGuardPatch (Optional tags As IDictionary(Of String, String) = Nothing) As ResourceGuardPatch
Parameters
- tags
- IDictionary<String,String>
Resource Guard tags.
Returns
A new ResourceGuardPatch instance for mocking.