IMarketplaceIdentity 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.Marketplace.Models.MarketplaceIdentityTypeConverter))]
public interface IMarketplaceIdentity : Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.MarketplaceIdentityTypeConverter))>]
type IMarketplaceIdentity = interface
interface IJsonSerializable
Public Interface IMarketplaceIdentity
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AdminRequestApprovalId |
The admin request approval ID to get create or update |
CollectionId |
The collection ID |
Id |
Resource identity path |
OfferId |
The offer ID to update or delete |
PrivateStoreId |
The store ID - must use the tenant ID |
RequestApprovalId |
The request approval ID to get create or update |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |