MarketplaceRegistrationDefinition 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.ManagedServices.Models.Api20200201Preview.MarketplaceRegistrationDefinitionTypeConverter))]
public class MarketplaceRegistrationDefinition : Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IMarketplaceRegistrationDefinition
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.MarketplaceRegistrationDefinitionTypeConverter))>]
type MarketplaceRegistrationDefinition = class
interface IMarketplaceRegistrationDefinition
interface IJsonSerializable
Public Class MarketplaceRegistrationDefinition
Implements IMarketplaceRegistrationDefinition
- Inheritance
-
MarketplaceRegistrationDefinition
- Attributes
- Implements
Constructors
MarketplaceRegistrationDefinition() |
Creates an new MarketplaceRegistrationDefinition 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. |
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. |
ResourceGroupName |
Gets the resource group name |
Type |
The type of the Azure resource (Microsoft.ManagedServices/marketplaceRegistrationDefinitions). |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MarketplaceRegistrationDefinition. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MarketplaceRegistrationDefinition. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IMarketplaceRegistrationDefinition. |
FromJsonString(String) |
Creates a new instance of MarketplaceRegistrationDefinition, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MarketplaceRegistrationDefinition into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |