MarketplaceSubscriptionProperties 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.MachineLearningServices.Models.Api20240401.MarketplaceSubscriptionPropertiesTypeConverter))]
public class MarketplaceSubscriptionProperties : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IMarketplaceSubscriptionProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.MarketplaceSubscriptionPropertiesTypeConverter))>]
type MarketplaceSubscriptionProperties = class
interface IMarketplaceSubscriptionProperties
interface IJsonSerializable
Public Class MarketplaceSubscriptionProperties
Implements IMarketplaceSubscriptionProperties
- Inheritance
-
MarketplaceSubscriptionProperties
- Attributes
- Implements
Constructors
MarketplaceSubscriptionProperties() |
Creates an new MarketplaceSubscriptionProperties instance. |
Properties
MarketplacePlanId |
The identifying name of the Plan of the Marketplace Plan. |
MarketplacePlanOfferId |
The identifying name of the Offer of the Marketplace Plan. |
MarketplacePlanPublisherId |
The identifying name of the Publisher of the Marketplace Plan. |
MarketplaceSubscriptionStatus |
Current status of the Marketplace Subscription. |
ModelId |
[Required] Target Marketplace Model ID to create a Marketplace Subscription for. |
ProvisioningState |
Provisioning State of the Marketplace Subscription. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MarketplaceSubscriptionProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MarketplaceSubscriptionProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IMarketplaceSubscriptionProperties. |
FromJsonString(String) |
Creates a new instance of MarketplaceSubscriptionProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MarketplaceSubscriptionProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |