Partilhar via


AzureCliScript.Arguments Propriedade

Definição

Obtém ou define argumentos de linha de comando a serem passados para o script. Os argumentos são separados por espaços. ex: -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 da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a