Udostępnij za pośrednictwem


ElasticOrganizationToAzureSubscriptionMappingProperties Class

Definition

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

public class ElasticOrganizationToAzureSubscriptionMappingProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Elastic.Models.ElasticOrganizationToAzureSubscriptionMappingProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Elastic.Models.ElasticOrganizationToAzureSubscriptionMappingProperties>
type ElasticOrganizationToAzureSubscriptionMappingProperties = class
    interface IJsonModel<ElasticOrganizationToAzureSubscriptionMappingProperties>
    interface IPersistableModel<ElasticOrganizationToAzureSubscriptionMappingProperties>
Public Class ElasticOrganizationToAzureSubscriptionMappingProperties
Implements IJsonModel(Of ElasticOrganizationToAzureSubscriptionMappingProperties), IPersistableModel(Of ElasticOrganizationToAzureSubscriptionMappingProperties)
Inheritance
ElasticOrganizationToAzureSubscriptionMappingProperties
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<ElasticOrganizationToAzureSubscriptionMappingProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ElasticOrganizationToAzureSubscriptionMappingProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ElasticOrganizationToAzureSubscriptionMappingProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ElasticOrganizationToAzureSubscriptionMappingProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ElasticOrganizationToAzureSubscriptionMappingProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to