PSConfiguration.Content Property

Definition

Gets or sets Content for the configuration.

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="content")]
public Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationContent Content { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="content")>]
member this.Content : Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationContent with get, set
Public Property Content As PSConfigurationContent

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to