BatchAccountCreateParameters コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
BatchAccountCreateParameters() |
BatchAccountCreateParameters クラスの新しいインスタンスを初期化します。 |
BatchAccountCreateParameters(String, IDictionary<String,String>, AutoStorageBaseProperties, Nullable<PoolAllocationMode>, KeyVaultReference, Nullable<PublicNetworkAccessType>, NetworkProfile, EncryptionProperties, IList<Nullable<AuthenticationMode>>, BatchAccountIdentity) |
BatchAccountCreateParameters クラスの新しいインスタンスを初期化します。 |
BatchAccountCreateParameters()
BatchAccountCreateParameters クラスの新しいインスタンスを初期化します。
public BatchAccountCreateParameters ();
Public Sub New ()
適用対象
BatchAccountCreateParameters(String, IDictionary<String,String>, AutoStorageBaseProperties, Nullable<PoolAllocationMode>, KeyVaultReference, Nullable<PublicNetworkAccessType>, NetworkProfile, EncryptionProperties, IList<Nullable<AuthenticationMode>>, BatchAccountIdentity)
BatchAccountCreateParameters クラスの新しいインスタンスを初期化します。
public BatchAccountCreateParameters (string location, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Batch.Models.AutoStorageBaseProperties autoStorage = default, Microsoft.Azure.Management.Batch.Models.PoolAllocationMode? poolAllocationMode = default, Microsoft.Azure.Management.Batch.Models.KeyVaultReference keyVaultReference = default, Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType? publicNetworkAccess = default, Microsoft.Azure.Management.Batch.Models.NetworkProfile networkProfile = default, Microsoft.Azure.Management.Batch.Models.EncryptionProperties encryption = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.AuthenticationMode?> allowedAuthenticationModes = default, Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity identity = default);
new Microsoft.Azure.Management.Batch.Models.BatchAccountCreateParameters : string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Batch.Models.AutoStorageBaseProperties * Nullable<Microsoft.Azure.Management.Batch.Models.PoolAllocationMode> * Microsoft.Azure.Management.Batch.Models.KeyVaultReference * Nullable<Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType> * Microsoft.Azure.Management.Batch.Models.NetworkProfile * Microsoft.Azure.Management.Batch.Models.EncryptionProperties * System.Collections.Generic.IList<Nullable<Microsoft.Azure.Management.Batch.Models.AuthenticationMode>> * Microsoft.Azure.Management.Batch.Models.BatchAccountIdentity -> Microsoft.Azure.Management.Batch.Models.BatchAccountCreateParameters
Public Sub New (location As String, Optional tags As IDictionary(Of String, String) = Nothing, Optional autoStorage As AutoStorageBaseProperties = Nothing, Optional poolAllocationMode As Nullable(Of PoolAllocationMode) = Nothing, Optional keyVaultReference As KeyVaultReference = Nothing, Optional publicNetworkAccess As Nullable(Of PublicNetworkAccessType) = Nothing, Optional networkProfile As NetworkProfile = Nothing, Optional encryption As EncryptionProperties = Nothing, Optional allowedAuthenticationModes As IList(Of Nullable(Of AuthenticationMode)) = Nothing, Optional identity As BatchAccountIdentity = Nothing)
パラメーター
- location
- String
アカウントを作成するリージョン。
- tags
- IDictionary<String,String>
アカウントに関連付けられているユーザー指定のタグ。
- autoStorage
- AutoStorageBaseProperties
自動ストレージ アカウントに関連するプロパティ。
- poolAllocationMode
- Nullable<PoolAllocationMode>
Batch アカウントでプールを作成するために使用する割り当てモード。
- keyVaultReference
- KeyVaultReference
Batch アカウントに関連付けられている Azure キー コンテナーへの参照。
- publicNetworkAccess
- Nullable<PublicNetworkAccessType>
Azure Batch アカウントにアクセスするためのネットワーク アクセスの種類。
- networkProfile
- NetworkProfile
Batch アカウントのネットワーク プロファイル。各エンドポイントのネットワーク ルール設定が含まれます。
- encryption
- EncryptionProperties
Batch アカウントの暗号化構成。
- allowedAuthenticationModes
- IList<Nullable<AuthenticationMode>>
データ プレーンでの認証に使用できる Batch アカウントで許可される認証モードの一覧。 これは、コントロール プレーンでの認証には影響しません。
- identity
- BatchAccountIdentity
Batch アカウントの ID。
適用対象
Azure SDK for .NET