次の方法で共有


DataBoxEdgeDeviceExtendedInfo.DeviceSecrets プロパティ

定義

デバイス シークレットを取得します。ODataFilter $expand=deviceSecrets でのみ返されます

[Newtonsoft.Json.JsonProperty(PropertyName="properties.deviceSecrets")]
public System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.DataBoxEdge.Models.Secret> DeviceSecrets { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.deviceSecrets")>]
member this.DeviceSecrets : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.DataBoxEdge.Models.Secret>
Public ReadOnly Property DeviceSecrets As IDictionary(Of String, Secret)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象