CertificateReference.StoreName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定要安裝憑證之計算節點上憑證存放區的名稱。
[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
屬性值
- 屬性
-
Newtonsoft.Json.JsonPropertyAttribute
備註
此屬性僅適用于使用 windows 節點設定的集區, (使用 cloudServiceConfiguration 建立,或使用 Windows 映像參考) 使用 virtualMachineConfiguration。 常見的市集名稱包括:My、Root、CA、Trust、Disallowed、TrustedPeople、TrustedPublisher、AuthRoot、AddressBook,但也可以使用任何自訂存放區名稱。 預設值為 My。