ArmPurviewModelFactory.PurviewAccountPatch 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 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.