Compartir a través de


AzureCliScript.Arguments Propiedad

Definición

Obtiene o establece argumentos de línea de comandos que se van a pasar al script. Los argumentos están separados por espacios. por ejemplo: -Name blue* -Location 'West US 2'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.arguments")]
public string Arguments { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.arguments")>]
member this.Arguments : string with get, set
Public Property Arguments As String

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a