PagedDeployedServicePackageQueryDescription.ApplicationName Propriété
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.
Obtient ou définit le nom d’application des packages de service pour ant obtenir des détails.
public Uri ApplicationName { get; set; }
member this.ApplicationName : Uri with get, set
Public Property ApplicationName As Uri
Valeur de propriété
Remarques
Il s’agit d’un paramètre obligatoire.
Ce paramètre correspond aux noms d’application exacts respectant la casse. Par exemple, la valeur « fabric:/Test » ne correspond pas à « fabric:/TestApp », car il s’agit uniquement d’une correspondance partielle. L’erreur ApplicationNotFound est retournée si le nom ne correspond à aucune application sur le nœud.
S’applique à
Azure SDK for .NET