共用方式為


ElasticOrganizationToAzureSubscriptionMappingResult Class

Definition

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

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

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

IJsonModel<ElasticOrganizationToAzureSubscriptionMappingResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ElasticOrganizationToAzureSubscriptionMappingResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ElasticOrganizationToAzureSubscriptionMappingResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ElasticOrganizationToAzureSubscriptionMappingResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to