Show / Hide Table of Contents

Class CreateImagePublicationPackage

An object for creating an image publication package.

Inheritance
object
CreatePublicationPackage
CreateImagePublicationPackage
Inherited Members
CreatePublicationPackage.PackageVersion
CreatePublicationPackage.OperatingSystem
CreatePublicationPackage.Eula
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 CreateImagePublicationPackage : CreatePublicationPackage

Properties

ImageId

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

The unique identifier for the base image of the publication.

In this article
Back to top