IMarketplaceRegistrationDefinition Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.MarketplaceRegistrationDefinitionTypeConverter))]
public interface IMarketplaceRegistrationDefinition : Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.MarketplaceRegistrationDefinitionTypeConverter))>]
type IMarketplaceRegistrationDefinition = interface
    interface IJsonSerializable
Public Interface IMarketplaceRegistrationDefinition
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Authorization

The collection of authorization objects describing the access Azure Active Directory principals in the managedBy tenant will receive on the delegated resource in the managed tenant.

EligibleAuthorization

The collection of eligible authorization objects describing the just-in-time access Azure Active Directory principals in the managedBy tenant will receive on the delegated resource in the managed tenant.

Id

The fully qualified path of the marketplace registration definition.

ManagedByTenantId

The identifier of the managedBy tenant.

Name

The name of the marketplace registration definition.

OfferDisplayName

The marketplace offer display name.

PlanDisplayName

The marketplace plan display name.

PlanName

Azure Marketplace plan name.

PlanProduct

Azure Marketplace product code.

PlanPublisher

Azure Marketplace publisher ID.

PlanVersion

Azure Marketplace plan's version.

PublisherDisplayName

The marketplace publisher display name.

Type

The type of the Azure resource (Microsoft.ManagedServices/marketplaceRegistrationDefinitions).

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to