ManagedServicesMarketplaceRegistrationProperties 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.
The properties of the marketplace registration definition.
public class ManagedServicesMarketplaceRegistrationProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ManagedServices.Models.ManagedServicesMarketplaceRegistrationProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ManagedServices.Models.ManagedServicesMarketplaceRegistrationProperties>
public class ManagedServicesMarketplaceRegistrationProperties
type ManagedServicesMarketplaceRegistrationProperties = class
interface IJsonModel<ManagedServicesMarketplaceRegistrationProperties>
interface IPersistableModel<ManagedServicesMarketplaceRegistrationProperties>
type ManagedServicesMarketplaceRegistrationProperties = class
Public Class ManagedServicesMarketplaceRegistrationProperties
Implements IJsonModel(Of ManagedServicesMarketplaceRegistrationProperties), IPersistableModel(Of ManagedServicesMarketplaceRegistrationProperties)
Public Class ManagedServicesMarketplaceRegistrationProperties
- Inheritance
-
ManagedServicesMarketplaceRegistrationProperties
- Implements
Properties
Authorizations |
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. |
EligibleAuthorizations |
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
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ManagedServicesMarketplaceRegistrationProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ManagedServicesMarketplaceRegistrationProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ManagedServicesMarketplaceRegistrationProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ManagedServicesMarketplaceRegistrationProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ManagedServicesMarketplaceRegistrationProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET