ElasticOrganizationToAzureSubscriptionMappingResponse Class

Definition

The Azure Subscription ID to which the Organization of the logged in user belongs and gets billed into.

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

Properties

Properties

The properties of Azure Subscription ID to which the Organization of the logged in user belongs and gets billed into.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ElasticOrganizationToAzureSubscriptionMappingResponse>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ElasticOrganizationToAzureSubscriptionMappingResponse>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ElasticOrganizationToAzureSubscriptionMappingResponse>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ElasticOrganizationToAzureSubscriptionMappingResponse>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ElasticOrganizationToAzureSubscriptionMappingResponse>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to