Partager via


CertificateReference.StoreName Propriété

Définition

Obtient ou définit le nom du magasin de certificats sur le nœud de calcul dans lequel installer le certificat.

[Newtonsoft.Json.JsonProperty(PropertyName="storeName")]
public string StoreName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="storeName")>]
member this.StoreName : string with get, set
Public Property StoreName As String

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

Remarques

Cette propriété s’applique uniquement aux pools configurés avec des nœuds Windows (c’est-à-dire créés avec cloudServiceConfiguration ou avec virtualMachineConfiguration à l’aide d’une référence d’image Windows). Les noms de magasins courants incluent : My, Root, CA, Trust, Disallowed, TrustedPeople, TrustedPublisher, AuthRoot, AddressBook, mais tout nom de magasin personnalisé peut également être utilisé. La valeur par défaut est My.

S’applique à