共用方式為


CertificateReference.StoreName 屬性

定義

取得或設定要安裝憑證之計算節點上憑證存放區的名稱。

[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。

適用於