Class OrchestrationPublicationPackage
A publication package for stack publications.
Inherited Members
Namespace: Oci.MarketplaceService.Models
Assembly: OCI.DotNetSDK.Marketplace.dll
Syntax
public class OrchestrationPublicationPackage : PublicationPackage
Properties
ResourceLink
Declaration
[JsonProperty(PropertyName = "resourceLink")]
public string ResourceLink { get; set; }
Property Value
| Type | Description |
|---|---|
| string | A link to the stack resource. |
Variables
Declaration
[JsonProperty(PropertyName = "variables")]
public List<OrchestrationVariable> Variables { get; set; }
Property Value
| Type | Description |
|---|---|
| List<OrchestrationVariable> | A list of variables for the stack resource. |