AzureAccountInfoObject Constructeurs
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
AzureAccountInfoObject() | |
AzureAccountInfoObject(String, String, String) |
AzureAccountInfoObject()
- Source:
- AzureAccountInfoObject.cs
- Source:
- AzureAccountInfoObject.cs
public AzureAccountInfoObject ();
Public Sub New ()
S’applique à
AzureAccountInfoObject(String, String, String)
- Source:
- AzureAccountInfoObject.cs
- Source:
- AzureAccountInfoObject.cs
public AzureAccountInfoObject (string azureSubscriptionId, string resourceGroup, string accountName);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.AzureAccountInfoObject : string * string * string -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.AzureAccountInfoObject
Public Sub New (azureSubscriptionId As String, resourceGroup As String, accountName As String)
Paramètres
- azureSubscriptionId
- String
- resourceGroup
- String
- accountName
- String
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET