CloudAccountDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Cloud Account Details model.
public class CloudAccountDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.OracleDatabase.Models.CloudAccountDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.OracleDatabase.Models.CloudAccountDetails>
type CloudAccountDetails = class
interface IJsonModel<CloudAccountDetails>
interface IPersistableModel<CloudAccountDetails>
Public Class CloudAccountDetails
Implements IJsonModel(Of CloudAccountDetails), IPersistableModel(Of CloudAccountDetails)
- Inheritance
-
CloudAccountDetails
- Implements
Properties
CloudAccountHomeRegion |
Cloud Account Home region. |
CloudAccountName |
Cloud Account name. |
Explicit Interface Implementations
IJsonModel<CloudAccountDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<CloudAccountDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<CloudAccountDetails>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<CloudAccountDetails>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<CloudAccountDetails>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET