ArmDatabaseWatcherModelFactory.DatabaseWatcherPatch 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.
The type used for update operations of the Watcher.
public static Azure.ResourceManager.DatabaseWatcher.Models.DatabaseWatcherPatch DatabaseWatcherPatch(Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.DatabaseWatcher.Models.DatabaseWatcherUpdateProperties properties = default);
static member DatabaseWatcherPatch : Azure.ResourceManager.Models.ManagedServiceIdentity * System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.DatabaseWatcher.Models.DatabaseWatcherUpdateProperties -> Azure.ResourceManager.DatabaseWatcher.Models.DatabaseWatcherPatch
Public Shared Function DatabaseWatcherPatch (Optional identity As ManagedServiceIdentity = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional properties As DatabaseWatcherUpdateProperties = Nothing) As DatabaseWatcherPatch
Parameters
- identity
- ManagedServiceIdentity
The managed service identities assigned to this resource.
- tags
- IDictionary<String,String>
Resource tags.
- properties
- DatabaseWatcherUpdateProperties
The resource-specific properties for this resource.
Returns
A new DatabaseWatcherPatch instance for mocking.