ArmNetAppModelFactory.NetAppSmbSettings 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.NetApp.Models.NetAppSmbSettings NetAppSmbSettings(Azure.ResourceManager.NetApp.Models.NetAppSmbEncryptionState? smbEncryption = default, Azure.ResourceManager.NetApp.Models.SmbAccessBasedEnumeration? smbAccessBasedEnumeration = default, Azure.ResourceManager.NetApp.Models.SmbNonBrowsable? smbNonBrowsable = default);
static member NetAppSmbSettings : Nullable<Azure.ResourceManager.NetApp.Models.NetAppSmbEncryptionState> * Nullable<Azure.ResourceManager.NetApp.Models.SmbAccessBasedEnumeration> * Nullable<Azure.ResourceManager.NetApp.Models.SmbNonBrowsable> -> Azure.ResourceManager.NetApp.Models.NetAppSmbSettings
Public Shared Function NetAppSmbSettings (Optional smbEncryption As Nullable(Of NetAppSmbEncryptionState) = Nothing, Optional smbAccessBasedEnumeration As Nullable(Of SmbAccessBasedEnumeration) = Nothing, Optional smbNonBrowsable As Nullable(Of SmbNonBrowsable) = Nothing) As NetAppSmbSettings
Parameters
- smbEncryption
- Nullable<NetAppSmbEncryptionState>
Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol cache.
- smbAccessBasedEnumeration
- Nullable<SmbAccessBasedEnumeration>
Enables access-based enumeration share property for SMB Shares. Only applicable for SMB/DualProtocol volume.
- smbNonBrowsable
- Nullable<SmbNonBrowsable>
Enables non-browsable property for SMB Shares. Only applicable for SMB/DualProtocol volume.
Returns
A new NetAppSmbSettings instance for mocking.