Interface AzureComputePlan
Describes an Azure marketplace VM image compute plan.
Namespace: Neon.Kube.Models
Assembly: Neon.Kube.Models.dll
Syntax
[Target("all")]
public interface AzureComputePlan
Properties
Name
Specifies the name of the publisher's offer.
Declaration
[JsonProperty(PropertyName = "Name", Required = Required.Always, DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate)]
string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Product
Specifies the product/offer name.
Declaration
[JsonProperty(PropertyName = "Product", Required = Required.Always, DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate)]
string Product { get; set; }
Property Value
Type | Description |
---|---|
string |
Publisher
Specifies the name of the entity publishing the image to the marketplace.
Declaration
[JsonProperty(PropertyName = "Publisher", Required = Required.Always, DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate)]
string Publisher { get; set; }
Property Value
Type | Description |
---|---|
string |