ElasticOrganizationToAzureSubscriptionMappingResponseProperties Class

Definition

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

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

Properties

BilledAzureSubscriptionId

The Azure Subscription ID to which the Organization belongs and gets billed into. This is empty for a new user OR a user without an Elastic Organization.

ElasticOrganizationId

The Elastic Organization Id.

ElasticOrganizationName

The Elastic Organization Name.

MarketplaceSaasInfo

Marketplace SaaS Info of the resource.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ElasticOrganizationToAzureSubscriptionMappingResponseProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ElasticOrganizationToAzureSubscriptionMappingResponseProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ElasticOrganizationToAzureSubscriptionMappingResponseProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ElasticOrganizationToAzureSubscriptionMappingResponseProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ElasticOrganizationToAzureSubscriptionMappingResponseProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to