你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Volume.DefinitionStages.WithSmbEncryption Interface

public static interface Volume.DefinitionStages.WithSmbEncryption

The stage of the Volume definition allowing to specify smbEncryption.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withSmbEncryption(Boolean smbEncryption)

Specifies the smbEncryption property: Enables encryption for in-flight smb3 data.

Method Details

withSmbEncryption

public abstract Volume.DefinitionStages.WithCreate withSmbEncryption(Boolean smbEncryption)

Specifies the smbEncryption property: Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol volume. To be used with swagger version 2020-08-01 or later.

Parameters:

smbEncryption - Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol volume. To be used with swagger version 2020-08-01 or later.

Returns:

the next definition stage.

Applies to