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