C# Class Microsoft.Azure.Commands.Batch.BatchAccountContext

Contains Batch account details for use when interacting with the Batch service.
Afficher le fichier Open project: Azure/azure-powershell Class Usage Examples

Private Properties

Свойство Type Description
BatchAccountContext Microsoft.Azure.Batch
BatchAccountContext Microsoft.Azure.Batch
ConvertAccountResourceToAccountContext void
ConvertAccountResourceToNewAccountContext BatchAccountContext

Méthodes protégées

Méthode Description
CreateBatchRestClient ( string url, string accountName, string key, DelegatingHandler handler = default(DelegatingHandler) ) : BatchServiceClient

Private Methods

Méthode Description
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

Method Details

CreateBatchRestClient() protected méthode

protected CreateBatchRestClient ( string url, string accountName, string key, DelegatingHandler handler = default(DelegatingHandler) ) : BatchServiceClient
url string
accountName string
key string
handler DelegatingHandler
Résultat BatchServiceClient