共用方式為


DataBoxEdgeDeviceExtendedInfo.DeviceSecrets Property

Definition

Gets device secrets, will be returned only with 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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to