ResubscribeProperties Class

Definition

Resubscribe Properties.

public class ResubscribeProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Elastic.Models.ResubscribeProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Elastic.Models.ResubscribeProperties>
type ResubscribeProperties = class
    interface IJsonModel<ResubscribeProperties>
    interface IPersistableModel<ResubscribeProperties>
Public Class ResubscribeProperties
Implements IJsonModel(Of ResubscribeProperties), IPersistableModel(Of ResubscribeProperties)
Inheritance
ResubscribeProperties
Implements

Constructors

ResubscribeProperties()

Initializes a new instance of ResubscribeProperties.

Properties

OrganizationId

Organization Id of the Elastic Organization that needs to be resubscribed.

PlanId

Newly selected plan Id to create the new Marketplace subscription for Resubscribe.

ResourceGroup

Newly selected Azure resource group in which the new Marketplace subscription will be created for Resubscribe.

SubscriptionId

Newly selected Azure Subscription Id in which the new Marketplace subscription will be created for Resubscribe.

Term

Newly selected term to create the new Marketplace subscription for Resubscribe.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ResubscribeProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ResubscribeProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResubscribeProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResubscribeProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ResubscribeProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to