ArmPurviewModelFactory.PurviewAccountPatch Method

Definition

The account update properties.

public static Azure.ResourceManager.Purview.Models.PurviewAccountPatch PurviewAccountPatch(Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, Azure.ResourceManager.Purview.Models.PurviewAccountProperties properties = default, System.Collections.Generic.IDictionary<string,string> tags = default);
static member PurviewAccountPatch : Azure.ResourceManager.Models.ManagedServiceIdentity * Azure.ResourceManager.Purview.Models.PurviewAccountProperties * System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.Purview.Models.PurviewAccountPatch
Public Shared Function PurviewAccountPatch (Optional identity As ManagedServiceIdentity = Nothing, Optional properties As PurviewAccountProperties = Nothing, Optional tags As IDictionary(Of String, String) = Nothing) As PurviewAccountPatch

Parameters

identity
ManagedServiceIdentity

The Managed Identity of the resource.

properties
PurviewAccountProperties

The account properties.

tags
IDictionary<String,String>

Tags on the azure resource.

Returns

A new PurviewAccountPatch instance for mocking.

Applies to