ArmDellStorageModelFactory.DellFileSystemPatchProperties Method

Definition

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.

Applies to