ArmPlan Class
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.
Representation of a publisher plan for marketplace RPs.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.ResourceManager.Models.ArmPlan+ArmPlanConverter))]
public sealed class ArmPlan : IEquatable<Azure.ResourceManager.Models.ArmPlan>, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Models.ArmPlan>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Models.ArmPlan>
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.ResourceManager.Models.ArmPlan+ArmPlanConverter))>]
type ArmPlan = class
interface IEquatable<ArmPlan>
interface IJsonModel<ArmPlan>
interface IPersistableModel<ArmPlan>
Public NotInheritable Class ArmPlan
Implements IEquatable(Of ArmPlan), IJsonModel(Of ArmPlan), IPersistableModel(Of ArmPlan)
- Inheritance
-
ArmPlan
- Attributes
- Implements
Constructors
ArmPlan(String, String, String) |
Initializes a new instance of ArmPlan. |
Properties
Name |
A user defined name of the 3rd Party Artifact that is being procured. |
Product |
The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding. |
PromotionCode |
A publisher provided promotion code as provisioned in Data Market for the said product/artifact. |
Publisher |
The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic. |
Version |
The version of the desired product/artifact. |
Methods
Equals(ArmPlan) |
Compares this ArmPlan instance with another object and determines if they are equals. |
Operators
Equality(ArmPlan, ArmPlan) |
Compares this ArmPlan instance with another object and determines if they are equals. |
Inequality(ArmPlan, ArmPlan) |
Compares this ArmPlan instance with another object and determines if they are equals. |
Explicit Interface Implementations
IJsonModel<ArmPlan>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ArmPlan>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ArmPlan>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ArmPlan>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ArmPlan>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET