ArmQumuloModelFactory.QumuloFileSystemResourcePatch 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.
public static Azure.ResourceManager.Qumulo.Models.QumuloFileSystemResourcePatch QumuloFileSystemResourcePatch(Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.Qumulo.Models.FileSystemResourceUpdateProperties properties = default);
static member QumuloFileSystemResourcePatch : Azure.ResourceManager.Models.ManagedServiceIdentity * System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.Qumulo.Models.FileSystemResourceUpdateProperties -> Azure.ResourceManager.Qumulo.Models.QumuloFileSystemResourcePatch
Public Shared Function QumuloFileSystemResourcePatch (Optional identity As ManagedServiceIdentity = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional properties As FileSystemResourceUpdateProperties = Nothing) As QumuloFileSystemResourcePatch
Parameters
- identity
- ManagedServiceIdentity
The managed service identities assigned to this resource.
- tags
- IDictionary<String,String>
Resource tags.
- properties
- FileSystemResourceUpdateProperties
The updatable properties of the FileSystemResource.
Returns
A new QumuloFileSystemResourcePatch instance for mocking.