次の方法で共有


StorageAccountCredential コンストラクター

定義

オーバーロード

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

オブジェクトの階層型。

kind
Nullable<Kind>

オブジェクトの種類。 現在、サポートされているのは Series8000 のみです。 使用可能な値は次のとおりです: 'Series8000'

accessKey
AsymmetricEncryptedSecret

ストレージ アカウントのパスワードの詳細。

volumesCount
Nullable<Int32>

このストレージ アカウント資格情報を使用するボリュームの数。

適用対象