다음을 통해 공유


ApplicationProfile.GalleryApplications Property

Definition

Gets or sets specifies the gallery applications that should be made available to the VM/VMSS

[Newtonsoft.Json.JsonProperty(PropertyName="galleryApplications")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VMGalleryApplication> GalleryApplications { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="galleryApplications")>]
member this.GalleryApplications : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VMGalleryApplication> with get, set
Public Property GalleryApplications As IList(Of VMGalleryApplication)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to