Megosztás a következőn keresztül:


MarketplaceRegistrationDefinitionProperties Class

Definition

The properties of the marketplace registration definition.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.MarketplaceRegistrationDefinitionPropertiesTypeConverter))]
public class MarketplaceRegistrationDefinitionProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IMarketplaceRegistrationDefinitionProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.MarketplaceRegistrationDefinitionPropertiesTypeConverter))>]
type MarketplaceRegistrationDefinitionProperties = class
    interface IMarketplaceRegistrationDefinitionProperties
    interface IJsonSerializable
Public Class MarketplaceRegistrationDefinitionProperties
Implements IMarketplaceRegistrationDefinitionProperties
Inheritance
MarketplaceRegistrationDefinitionProperties
Attributes
Implements

Constructors

MarketplaceRegistrationDefinitionProperties()

Creates an new MarketplaceRegistrationDefinitionProperties instance.

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.

ManagedByTenantId

The identifier of the managedBy tenant.

OfferDisplayName

The marketplace offer display name.

PlanDisplayName

The marketplace plan display name.

PublisherDisplayName

The marketplace publisher display name.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MarketplaceRegistrationDefinitionProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MarketplaceRegistrationDefinitionProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IMarketplaceRegistrationDefinitionProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of MarketplaceRegistrationDefinitionProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to