Compartir a través de


Container.Image Propiedad

Definición

Obtiene o establece el nombre de la imagen utilizada para crear la instancia de contenedor.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a