ApplicationDefinitionProperties.Artifacts Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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