Show / Hide Table of Contents

Class ImagePublicationPackage

A publication package for image publications.

Inheritance
object
PublicationPackage
ImagePublicationPackage
Inherited Members
PublicationPackage.Description
PublicationPackage.ListingId
PublicationPackage.Version
PublicationPackage.ResourceId
PublicationPackage.TimeCreated
PublicationPackage.OperatingSystem
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.MarketplaceService.Models
Assembly: OCI.DotNetSDK.Marketplace.dll
Syntax
public class ImagePublicationPackage : PublicationPackage

Properties

AppCatalogListingId

Declaration
[JsonProperty(PropertyName = "appCatalogListingId")]
public string AppCatalogListingId { get; set; }
Property Value
Type Description
string

The ID of the listing resource associated with this publication package. For more information, see AppCatalogListing in the Core Services API.

AppCatalogListingResourceVersion

Declaration
[JsonProperty(PropertyName = "appCatalogListingResourceVersion")]
public string AppCatalogListingResourceVersion { get; set; }
Property Value
Type Description
string

The resource version of the listing resource associated with this publication package.

ImageId

Declaration
[JsonProperty(PropertyName = "imageId")]
public string ImageId { get; set; }
Property Value
Type Description
string

The ID of the image that corresponds to the package.

In this article
Back to top