PrivateStoreOfferData 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.
A class representing the PrivateStoreOffer data model. The privateStore offer data structure.
public class PrivateStoreOfferData : Azure.ResourceManager.Models.ResourceData
type PrivateStoreOfferData = class
inherit ResourceData
Public Class PrivateStoreOfferData
Inherits ResourceData
- Inheritance
Constructors
PrivateStoreOfferData() |
Initializes a new instance of PrivateStoreOfferData. |
Properties
CreatedOn |
Private store offer creation date. |
ETag |
Identifier for purposes of race condition. |
IconFileUris |
Icon File Uris. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
IsUpdateSuppressedDueToIdempotence |
Indicating whether the offer was not updated to db (true = not updated). If the allow list is identical to the existed one in db, the offer would not be updated. |
ModifiedOn |
Private store offer modification date. |
Name |
The name of the resource. (Inherited from ResourceData) |
OfferDisplayName |
It will be displayed prominently in the marketplace. |
Plans |
Offer plans. |
PrivateStoreId |
Private store unique id. |
PublisherDisplayName |
Publisher name that will be displayed prominently in the marketplace. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
SpecificPlanIdsLimitation |
Plan ids limitation for this offer. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
UniqueOfferId |
Offers unique id. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Applies to
Azure SDK for .NET