Share via


OracleAzureSubscriptionsContent Class

Definition

Azure Subscriptions model.

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

Constructors

OracleAzureSubscriptionsContent(IEnumerable<String>)

Initializes a new instance of OracleAzureSubscriptionsContent.

Properties

AzureSubscriptionIds

Azure Subscription Ids to be updated.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<OracleAzureSubscriptionsContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<OracleAzureSubscriptionsContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OracleAzureSubscriptionsContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OracleAzureSubscriptionsContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<OracleAzureSubscriptionsContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to