StorageAccountCredential コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
StorageAccountCredential() |
StorageAccountCredential クラスの新しいインスタンスを初期化します。 |
StorageAccountCredential(String, SslStatus, String, String, String, Nullable<Kind>, AsymmetricEncryptedSecret, Nullable<Int32>) |
StorageAccountCredential クラスの新しいインスタンスを初期化します。 |
StorageAccountCredential()
StorageAccountCredential クラスの新しいインスタンスを初期化します。
public StorageAccountCredential();
Public Sub New ()
適用対象
StorageAccountCredential(String, SslStatus, String, String, String, Nullable<Kind>, AsymmetricEncryptedSecret, Nullable<Int32>)
StorageAccountCredential クラスの新しいインスタンスを初期化します。
public StorageAccountCredential(string endPoint, Microsoft.Azure.Management.StorSimple8000Series.Models.SslStatus sslStatus, string id = default, string name = default, string type = default, Microsoft.Azure.Management.StorSimple8000Series.Models.Kind? kind = default, Microsoft.Azure.Management.StorSimple8000Series.Models.AsymmetricEncryptedSecret accessKey = default, int? volumesCount = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.StorageAccountCredential : string * Microsoft.Azure.Management.StorSimple8000Series.Models.SslStatus * string * string * string * Nullable<Microsoft.Azure.Management.StorSimple8000Series.Models.Kind> * Microsoft.Azure.Management.StorSimple8000Series.Models.AsymmetricEncryptedSecret * Nullable<int> -> Microsoft.Azure.Management.StorSimple8000Series.Models.StorageAccountCredential
Public Sub New (endPoint As String, sslStatus As SslStatus, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As Nullable(Of Kind) = Nothing, Optional accessKey As AsymmetricEncryptedSecret = Nothing, Optional volumesCount As Nullable(Of Integer) = Nothing)
パラメーター
- endPoint
- String
ストレージ エンドポイント
- sslStatus
- SslStatus
SSL を有効にする必要があるかどうかを示します。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'
- id
- String
オブジェクトを一意に識別するパス ID。
- name
- String
オブジェクトの名前。
- type
- String
オブジェクトの階層型。
- accessKey
- AsymmetricEncryptedSecret
ストレージ アカウントのパスワードの詳細。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET