Language

ArmCommvaultContentStoreModelFactory.CloudAccountPatch Method

Definition

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

Parameters

identity
ManagedServiceIdentity

The managed service identities assigned to this resource.

tags
IDictionary<String,String>

Resource tags.

properties
CloudAccountPatchProperties

The resource-specific properties for this resource.

Returns

A new CloudAccountPatch instance for mocking.

Applies to