ArmFileSharesModelFactory.FileSharePatch 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 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.