次の方法で共有


CloudServiceOsProfile.Secrets プロパティ

定義

ロール インスタンスにインストールする必要がある証明書のセットを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="secrets")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.CloudServiceVaultSecretGroup> Secrets { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="secrets")>]
member this.Secrets : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.CloudServiceVaultSecretGroup> with get, set
Public Property Secrets As IList(Of CloudServiceVaultSecretGroup)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象