다음을 통해 공유


BatchAccountKeys 생성자

정의

오버로드

BatchAccountKeys()

BatchAccountKeys 클래스의 새 instance 초기화합니다.

BatchAccountKeys(String, String, String)

BatchAccountKeys 클래스의 새 instance 초기화합니다.

BatchAccountKeys()

BatchAccountKeys 클래스의 새 instance 초기화합니다.

public BatchAccountKeys ();
Public Sub New ()

적용 대상

BatchAccountKeys(String, String, String)

BatchAccountKeys 클래스의 새 instance 초기화합니다.

public BatchAccountKeys (string accountName = default, string primary = default, string secondary = default);
new Microsoft.Azure.Management.Batch.Models.BatchAccountKeys : string * string * string -> Microsoft.Azure.Management.Batch.Models.BatchAccountKeys
Public Sub New (Optional accountName As String = Nothing, Optional primary As String = Nothing, Optional secondary As String = Nothing)

매개 변수

accountName
String

배치 계정 이름입니다.

primary
String

계정과 연결된 기본 키입니다.

secondary
String

계정과 연결된 보조 키입니다.

적용 대상