你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
EncryptionServices Constructors
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.
Overloads
EncryptionServices() |
Initializes a new instance of the EncryptionServices class. |
EncryptionServices(EncryptionService, EncryptionService, EncryptionService, EncryptionService) |
Initializes a new instance of the EncryptionServices class. |
EncryptionServices()
Initializes a new instance of the EncryptionServices class.
public EncryptionServices ();
Public Sub New ()
Applies to
EncryptionServices(EncryptionService, EncryptionService, EncryptionService, EncryptionService)
Initializes a new instance of the EncryptionServices class.
public EncryptionServices (Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.EncryptionService blob = default, Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.EncryptionService file = default, Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.EncryptionService table = default, Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.EncryptionService queue = default);
new Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.EncryptionServices : Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.EncryptionService * Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.EncryptionService * Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.EncryptionService * Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.EncryptionService -> Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.EncryptionServices
Public Sub New (Optional blob As EncryptionService = Nothing, Optional file As EncryptionService = Nothing, Optional table As EncryptionService = Nothing, Optional queue As EncryptionService = Nothing)
Parameters
- blob
- EncryptionService
The encryption function of the blob storage service.
- file
- EncryptionService
The encryption function of the file storage service.
- table
- EncryptionService
The encryption function of the table storage service.
- queue
- EncryptionService
The encryption function of the queue storage service.