Share via


MarketplaceSubscription Class

Definition

Azure Resource Manager resource envelope.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.MarketplaceSubscriptionTypeConverter))]
public class MarketplaceSubscription : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IMarketplaceSubscription, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IHeaderSerializable, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.MarketplaceSubscriptionTypeConverter))>]
type MarketplaceSubscription = class
    interface IMarketplaceSubscription
    interface IJsonSerializable
    interface IResource
    interface IValidates
    interface IHeaderSerializable
Public Class MarketplaceSubscription
Implements IHeaderSerializable, IMarketplaceSubscription, IValidates
Inheritance
MarketplaceSubscription
Attributes
Implements

Constructors

MarketplaceSubscription()

Creates an new MarketplaceSubscription instance.

Properties

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

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.

ModelId

[Required] Target Marketplace Model ID to create a Marketplace Subscription for.

Name

The name of the resource

ProvisioningState

Provisioning State of the Marketplace Subscription.

ResourceGroupName

Gets the resource group name

Status

Current status of the Marketplace Subscription.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

XmsAsyncOperationTimeout

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MarketplaceSubscription.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MarketplaceSubscription.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IMarketplaceSubscription.

FromJsonString(String)

Creates a new instance of MarketplaceSubscription, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of MarketplaceSubscription into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Explicit Interface Implementations

IHeaderSerializable.ReadHeaders(HttpResponseHeaders)

Applies to