DellFileSystemProperties Constructor
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.
Initializes a new instance of DellFileSystemProperties.
public DellFileSystemProperties(Azure.ResourceManager.Dell.Storage.Models.DellFileSystemMarketplaceDetails marketplace, Azure.Core.ResourceIdentifier delegatedSubnetId, string delegatedSubnetCidr, Azure.ResourceManager.Dell.Storage.Models.DellFileSystemUserDetails user, string dellReferenceNumber, Azure.ResourceManager.Dell.Storage.Models.DellFileSystemEncryptionProperties encryption);
new Azure.ResourceManager.Dell.Storage.Models.DellFileSystemProperties : Azure.ResourceManager.Dell.Storage.Models.DellFileSystemMarketplaceDetails * Azure.Core.ResourceIdentifier * string * Azure.ResourceManager.Dell.Storage.Models.DellFileSystemUserDetails * string * Azure.ResourceManager.Dell.Storage.Models.DellFileSystemEncryptionProperties -> Azure.ResourceManager.Dell.Storage.Models.DellFileSystemProperties
Public Sub New (marketplace As DellFileSystemMarketplaceDetails, delegatedSubnetId As ResourceIdentifier, delegatedSubnetCidr As String, user As DellFileSystemUserDetails, dellReferenceNumber As String, encryption As DellFileSystemEncryptionProperties)
Parameters
- marketplace
- DellFileSystemMarketplaceDetails
Marketplace details.
- delegatedSubnetId
- ResourceIdentifier
Delegated subnet id for Vnet injection.
- delegatedSubnetCidr
- String
Domain range for the delegated subnet.
User Details.
- dellReferenceNumber
- String
DellReferenceNumber of the resource.
- encryption
- DellFileSystemEncryptionProperties
EncryptionProperties of the resource.
Exceptions
marketplace, delegatedSubnetId, delegatedSubnetCidr, user, dellReferenceNumber or encryption is null.