次の方法で共有


EncryptionServices コンストラクター

定義

オーバーロード

EncryptionServices()

EncryptionServices クラスの新しいインスタンスを初期化します。

EncryptionServices(EncryptionService, EncryptionService, EncryptionService, EncryptionService)

EncryptionServices クラスの新しいインスタンスを初期化します。

EncryptionServices()

EncryptionServices クラスの新しいインスタンスを初期化します。

public EncryptionServices ();
Public Sub New ()

適用対象

EncryptionServices(EncryptionService, EncryptionService, EncryptionService, EncryptionService)

EncryptionServices クラスの新しいインスタンスを初期化します。

public EncryptionServices (Microsoft.Azure.Management.Storage.Models.EncryptionService blob = default, Microsoft.Azure.Management.Storage.Models.EncryptionService file = default, Microsoft.Azure.Management.Storage.Models.EncryptionService table = default, Microsoft.Azure.Management.Storage.Models.EncryptionService queue = default);
new Microsoft.Azure.Management.Storage.Models.EncryptionServices : Microsoft.Azure.Management.Storage.Models.EncryptionService * Microsoft.Azure.Management.Storage.Models.EncryptionService * Microsoft.Azure.Management.Storage.Models.EncryptionService * Microsoft.Azure.Management.Storage.Models.EncryptionService -> Microsoft.Azure.Management.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)

パラメーター

blob
EncryptionService

BLOB ストレージ サービスの暗号化関数。

file
EncryptionService

ファイル ストレージ サービスの暗号化機能。

table
EncryptionService

テーブル ストレージ サービスの暗号化関数。

queue
EncryptionService

キュー ストレージ サービスの暗号化関数。

適用対象