CloudServiceProperties.ConfigurationUrl 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 une URL qui fait référence à l’emplacement de la configuration du service dans le service Blob. L’URL du package de service peut être un URI de signature d’accès partagé (SAS) à partir de n’importe quel compte de stockage. Il s’agit d’une propriété en écriture seule qui n’est pas retournée dans les appels GET.
[Newtonsoft.Json.JsonProperty(PropertyName="configurationUrl")]
public string ConfigurationUrl { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="configurationUrl")>]
member this.ConfigurationUrl : string with get, set
Public Property ConfigurationUrl As String
Valeur de propriété
- Attributs
-
Newtonsoft.Json.JsonPropertyAttribute
S’applique à
Azure SDK for .NET