共用方式為


PrivateStoreOfferData Class

Definition

A class representing the PrivateStoreOffer data model. The privateStore offer data structure.

public class PrivateStoreOfferData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Marketplace.PrivateStoreOfferData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Marketplace.PrivateStoreOfferData>
type PrivateStoreOfferData = class
    inherit ResourceData
    interface IJsonModel<PrivateStoreOfferData>
    interface IPersistableModel<PrivateStoreOfferData>
Public Class PrivateStoreOfferData
Inherits ResourceData
Implements IJsonModel(Of PrivateStoreOfferData), IPersistableModel(Of PrivateStoreOfferData)
Inheritance
PrivateStoreOfferData
Implements

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)

Explicit Interface Implementations

IJsonModel<PrivateStoreOfferData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<PrivateStoreOfferData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PrivateStoreOfferData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PrivateStoreOfferData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<PrivateStoreOfferData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to