MarketplaceOrderingIdentity 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Models.MarketplaceOrderingIdentityTypeConverter))]
public class MarketplaceOrderingIdentity : Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Models.IMarketplaceOrderingIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Models.MarketplaceOrderingIdentityTypeConverter))>]
type MarketplaceOrderingIdentity = class
interface IMarketplaceOrderingIdentity
interface IJsonSerializable
Public Class MarketplaceOrderingIdentity
Implements IMarketplaceOrderingIdentity
- Inheritance
-
MarketplaceOrderingIdentity
- Attributes
- Implements
Constructors
| MarketplaceOrderingIdentity() |
Creates an new MarketplaceOrderingIdentity instance. |
Properties
| Id |
Resource identity path |
| OfferId |
Offer identifier string of image being deployed. |
| OfferType |
Offer Type, currently only virtualmachine type is supported. |
| PlanId |
Plan identifier string of image being deployed. |
| PublisherId |
Publisher identifier string of image being deployed. |
| SubscriptionId |
The subscription ID that identifies an Azure subscription. |
Methods
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MarketplaceOrderingIdentity. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MarketplaceOrderingIdentity. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Models.IMarketplaceOrderingIdentity. |
| FromJsonString(String) |
Creates a new instance of MarketplaceOrderingIdentity, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of MarketplaceOrderingIdentity into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |