你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IMarketplaceRegistrationDefinition 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.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) |