AutoStorageBaseProperties コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AutoStorageBaseProperties() |
AutoStorageBaseProperties クラスの新しいインスタンスを初期化します。 |
AutoStorageBaseProperties(String, Nullable<AutoStorageAuthenticationMode>, ComputeNodeIdentityReference) |
AutoStorageBaseProperties クラスの新しいインスタンスを初期化します。 |
AutoStorageBaseProperties()
AutoStorageBaseProperties クラスの新しいインスタンスを初期化します。
public AutoStorageBaseProperties ();
Public Sub New ()
適用対象
AutoStorageBaseProperties(String, Nullable<AutoStorageAuthenticationMode>, ComputeNodeIdentityReference)
AutoStorageBaseProperties クラスの新しいインスタンスを初期化します。
public AutoStorageBaseProperties (string storageAccountId, Microsoft.Azure.Management.Batch.Models.AutoStorageAuthenticationMode? authenticationMode = default, Microsoft.Azure.Management.Batch.Models.ComputeNodeIdentityReference nodeIdentityReference = default);
new Microsoft.Azure.Management.Batch.Models.AutoStorageBaseProperties : string * Nullable<Microsoft.Azure.Management.Batch.Models.AutoStorageAuthenticationMode> * Microsoft.Azure.Management.Batch.Models.ComputeNodeIdentityReference -> Microsoft.Azure.Management.Batch.Models.AutoStorageBaseProperties
Public Sub New (storageAccountId As String, Optional authenticationMode As Nullable(Of AutoStorageAuthenticationMode) = Nothing, Optional nodeIdentityReference As ComputeNodeIdentityReference = Nothing)
パラメーター
- storageAccountId
- String
自動ストレージ アカウントに使用するストレージ アカウントのリソース ID。
- authenticationMode
- Nullable<AutoStorageAuthenticationMode>
Batch サービスが自動ストレージ アカウントの管理に使用する認証モード。 使用できる値は、'StorageKeys'、'BatchAccountManagedIdentity' です。
- nodeIdentityReference
- ComputeNodeIdentityReference
自動ストレージへのアクセスにコンピューティング ノードが使用するユーザー割り当て ID への参照。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET