C# 클래스 Microsoft.Azure.Commands.Batch.BatchAccountContext

Contains Batch account details for use when interacting with the Batch service.
파일 보기 프로젝트 열기: Azure/azure-powershell 1 사용 예제들

Private Properties

프로퍼티 타입 설명
BatchAccountContext Microsoft.Azure.Batch
BatchAccountContext Microsoft.Azure.Batch
ConvertAccountResourceToAccountContext void
ConvertAccountResourceToNewAccountContext BatchAccountContext

보호된 메소드들

메소드 설명
CreateBatchRestClient ( string url, string accountName, string key, DelegatingHandler handler = default(DelegatingHandler) ) : BatchServiceClient

비공개 메소드들

메소드 설명
BatchAccountContext ( ) : Microsoft.Azure.Batch
BatchAccountContext ( string accountEndpoint ) : Microsoft.Azure.Batch
ConvertAccountResourceToAccountContext ( BatchAccount resource ) : void

Take an AccountResource and turn it into a BatchAccountContext

ConvertAccountResourceToNewAccountContext ( BatchAccount resource ) : BatchAccountContext

Create a new BAC and fill it in

메소드 상세

CreateBatchRestClient() 보호된 메소드

protected CreateBatchRestClient ( string url, string accountName, string key, DelegatingHandler handler = default(DelegatingHandler) ) : BatchServiceClient
url string
accountName string
key string
handler DelegatingHandler
리턴 BatchServiceClient