DeploymentPropertiesExtended.Parameters Property

Definition

Deployment parameters. Use only one of Parameters or ParametersLink.

[System.Text.Json.Serialization.JsonPropertyName("parameters")]
public System.Text.Json.JsonElement? Parameters { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("parameters")>]
member this.Parameters : Nullable<System.Text.Json.JsonElement> with get, set
Public Property Parameters As Nullable(Of JsonElement)

Property Value

Attributes

Applies to