BatchClient.Open Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Open(BatchSharedKeyCredentials) |
Crée une instance de BatchClient. |
Open(BatchTokenCredentials) |
Crée une instance de BatchClient. |
Open(BatchServiceClient) |
Appel bloquant qui crée un instance de BatchClient associé au spécifiéBatchServiceClient. |
Open(BatchSharedKeyCredentials)
- Source:
- BatchClient.cs
Crée une instance de BatchClient.
public static Microsoft.Azure.Batch.BatchClient Open (Microsoft.Azure.Batch.Auth.BatchSharedKeyCredentials credentials);
static member Open : Microsoft.Azure.Batch.Auth.BatchSharedKeyCredentials -> Microsoft.Azure.Batch.BatchClient
Public Shared Function Open (credentials As BatchSharedKeyCredentials) As BatchClient
Paramètres
- credentials
- BatchSharedKeyCredentials
Informations d’identification du compte Batch.
Retours
Instance de BatchServiceClient.
S’applique à
Open(BatchTokenCredentials)
- Source:
- BatchClient.cs
Crée une instance de BatchClient.
public static Microsoft.Azure.Batch.BatchClient Open (Microsoft.Azure.Batch.Auth.BatchTokenCredentials credentials);
static member Open : Microsoft.Azure.Batch.Auth.BatchTokenCredentials -> Microsoft.Azure.Batch.BatchClient
Public Shared Function Open (credentials As BatchTokenCredentials) As BatchClient
Paramètres
- credentials
- BatchTokenCredentials
Informations d’identification du compte Azure Active Directory Batch.
Retours
Instance de BatchServiceClient.
S’applique à
Open(BatchServiceClient)
- Source:
- BatchClient.cs
Appel bloquant qui crée un instance de BatchClient associé au spécifiéBatchServiceClient.
public static Microsoft.Azure.Batch.BatchClient Open (Microsoft.Azure.Batch.Protocol.BatchServiceClient restClient);
static member Open : Microsoft.Azure.Batch.Protocol.BatchServiceClient -> Microsoft.Azure.Batch.BatchClient
Public Shared Function Open (restClient As BatchServiceClient) As BatchClient
Paramètres
- restClient
- BatchServiceClient
Le instance de BatchServiceClient à utiliser pour tous les appels effectués au service Batch. Il ne sera pas supprimé lorsque BatchClient est supprimé.
Retours
Instance de BatchServiceClient.
S’applique à
Azure SDK for .NET