ArmDataProtectionBackupModelFactory.DataProtectionBackupVaultPatch 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 resources.
public static Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupVaultPatch DataProtectionBackupVaultPatch(Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupVaultPatchProperties properties = default, System.Collections.Generic.IDictionary<string,string> tags = default);
static member DataProtectionBackupVaultPatch : Azure.ResourceManager.Models.ManagedServiceIdentity * Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupVaultPatchProperties * System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupVaultPatch
Public Shared Function DataProtectionBackupVaultPatch (Optional identity As ManagedServiceIdentity = Nothing, Optional properties As DataProtectionBackupVaultPatchProperties = Nothing, Optional tags As IDictionary(Of String, String) = Nothing) As DataProtectionBackupVaultPatch
Parameters
- identity
- ManagedServiceIdentity
Input Managed Identity Details.
- properties
- DataProtectionBackupVaultPatchProperties
Resource properties.
- tags
- IDictionary<String,String>
Resource tags.
Returns
A new DataProtectionBackupVaultPatch instance for mocking.