ArmDellStorageModelFactory.DellFileSystemPatchProperties 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.Dell.Storage.Models.DellFileSystemPatchProperties DellFileSystemPatchProperties(Azure.Core.ResourceIdentifier delegatedSubnetId = default, Azure.ResourceManager.Dell.Storage.Models.DellFileSystemCapacity capacity = default, Azure.ResourceManager.Dell.Storage.Models.DellFileSystemEncryptionPatchProperties encryption = default);
static member DellFileSystemPatchProperties : Azure.Core.ResourceIdentifier * Azure.ResourceManager.Dell.Storage.Models.DellFileSystemCapacity * Azure.ResourceManager.Dell.Storage.Models.DellFileSystemEncryptionPatchProperties -> Azure.ResourceManager.Dell.Storage.Models.DellFileSystemPatchProperties
Public Shared Function DellFileSystemPatchProperties (Optional delegatedSubnetId As ResourceIdentifier = Nothing, Optional capacity As DellFileSystemCapacity = Nothing, Optional encryption As DellFileSystemEncryptionPatchProperties = Nothing) As DellFileSystemPatchProperties
Parameters
- delegatedSubnetId
- ResourceIdentifier
Delegated subnet id for Vnet injection.
- capacity
- DellFileSystemCapacity
Capacity for Dell Filesystem.
- encryption
- DellFileSystemEncryptionPatchProperties
Encryption Details of the resource.
Returns
A new DellFileSystemPatchProperties instance for mocking.