ArmLargeInstanceModelFactory.LargeStorageInstancePatch Method

Definition

The type used for updating tags in AzureLargeStorageInstance resources.

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

Parameters

tags
IDictionary<String,String>

Resource tags.

identity
ManagedServiceIdentity

The managed service identities assigned to this resource.

Returns

A new LargeStorageInstancePatch instance for mocking.

Applies to