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
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.CloudAccountDetailsTypeConverter))]
public class CloudAccountDetails : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.ICloudAccountDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.CloudAccountDetailsTypeConverter))>]
type CloudAccountDetails = class
interface ICloudAccountDetails
interface IJsonSerializable
Public Class CloudAccountDetails
Implements ICloudAccountDetails
- Inheritance
-
CloudAccountDetails
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| CloudAccountDetails() |
Creates an new CloudAccountDetails instance. |
Properties
| Name | Description |
|---|---|
| CloudAccountHomeRegion |
Cloud Account Home region |
| CloudAccountName |
Cloud Account name |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CloudAccountDetails. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CloudAccountDetails. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.ICloudAccountDetails. |
| FromJsonString(String) |
Creates a new instance of CloudAccountDetails, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of CloudAccountDetails into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |