OracleIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.OracleIdentityTypeConverter))]
public class OracleIdentity : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IOracleIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.OracleIdentityTypeConverter))>]
type OracleIdentity = class
    interface IOracleIdentity
    interface IJsonSerializable
Public Class OracleIdentity
Implements IOracleIdentity
Inheritance
OracleIdentity
Attributes
Implements

Constructors

Name Description
OracleIdentity()

Creates an new OracleIdentity instance.

Properties

Name Description
Adbbackupid

AutonomousDatabaseBackup id

Adbscharsetname

AutonomousDatabaseCharacterSet name

Adbsncharsetname

AutonomousDatabaseNationalCharacterSets name

Autonomousdatabasename

The database name.

Autonomousdbversionsname

AutonomousDbVersion name

Cloudexadatainfrastructurename

CloudExadataInfrastructure name

Cloudvmclustername

CloudVmCluster name

Dbnodeocid

DbNode OCID.

Dbserverocid

DbServer OCID.

DbSystemName

The name of the DbSystem

Dbsystemshapename

DbSystemShape name

Dbversionsname

DbVersion name

Dnsprivateviewocid

DnsPrivateView OCID

Dnsprivatezonename

DnsPrivateZone name

ExadbVMClusterName

The name of the ExadbVmCluster

ExascaleDbNodeName

The name of the ExascaleDbNode

ExascaleDbStorageVaultName

The name of the ExascaleDbStorageVault

FlexComponentName

The name of the FlexComponent

GiMinorVersionName

The name of the GiMinorVersion

Giversionname

GiVersion name

Id

Resource identity path

Location

The name of the Azure region.

NetworkAnchorName

The name of the NetworkAnchor

ResourceAnchorName

The name of the ResourceAnchor

ResourceGroupName

The name of the resource group. The name is case insensitive.

SubscriptionId

The ID of the target subscription. The value must be an UUID.

Systemversionname

SystemVersion name

Virtualnetworkaddressname

Virtual IP address hostname.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OracleIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OracleIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IOracleIdentity.

FromJsonString(String)

Creates a new instance of OracleIdentity, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of OracleIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to