ArmDatabaseWatcherModelFactory.DatabaseWatcherPatch Method

Definition

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.

Applies to