ArmFileSharesModelFactory.FileSharePatch Method

Definition

The type used for update operations of the FileShare.

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

Parameters

tags
IDictionary<String,String>

Resource tags.

properties
FileSharePatchProperties

The resource-specific properties for this resource.

Returns

A new FileSharePatch instance for mocking.

Applies to