OfferProperties 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.
public class OfferProperties
type OfferProperties = class
Public Class OfferProperties
- Inheritance
-
OfferProperties
Constructors
OfferProperties() |
Initializes a new instance of the OfferProperties class. |
OfferProperties(String, String, String, String, String, String, String, IList<String>, Nullable<Boolean>, IDictionary<String,String>, IList<Plan>) |
Initializes a new instance of the OfferProperties class. |
Properties
CreatedAt |
Gets private store offer creation date |
ETag |
Gets or sets identifier for purposes of race condition |
IconFileUris |
Gets or sets icon File Uris |
ModifiedAt |
Gets private store offer modification date |
OfferDisplayName |
Gets it will be displayed prominently in the marketplace |
Plans |
Gets or sets offer plans |
PrivateStoreId |
Gets private store unique id |
PublisherDisplayName |
Gets publisher name that will be displayed prominently in the marketplace |
SpecificPlanIdsLimitation |
Gets or sets plan ids limitation for this offer |
UniqueOfferId |
Gets offers unique id |
UpdateSuppressedDueIdempotence |
Gets or sets 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. |
Applies to
Azure SDK for .NET