次の方法で共有


ApplicationDefinitionProperties.Artifacts Property

Definition

The collection of appliance artifacts. The portal will use the files specified as artifacts to construct the user experience of creating an appliance from an application definition.

[Newtonsoft.Json.JsonProperty(Required=Newtonsoft.Json.Required.Default)]
public Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationArtifact[] Artifacts { get; set; }
[<Newtonsoft.Json.JsonProperty(Required=Newtonsoft.Json.Required.Default)>]
member this.Artifacts : Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationArtifact[] with get, set
Public Property Artifacts As ApplicationArtifact()

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to