IMarketplaceSubscriptionProperties Interface
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 interface IMarketplaceSubscriptionProperties : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.MarketplaceSubscriptionPropertiesTypeConverter))>]
type IMarketplaceSubscriptionProperties = interface
interface IJsonSerializable
Public Interface IMarketplaceSubscriptionProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |