CloudAccountDetails Interface

public interface CloudAccountDetails

An immutable client-side representation of CloudAccountDetails.

Method Summary

Modifier and Type Method and Description
abstract String cloudAccountHomeRegion()

Gets the cloudAccountHomeRegion property: Cloud Account Home region.

abstract String cloudAccountName()

Gets the cloudAccountName property: Cloud Account name.

abstract CloudAccountDetailsInner innerModel()

Gets the inner com.azure.resourcemanager.oracledatabase.fluent.models.CloudAccountDetailsInner object.

Method Details

cloudAccountHomeRegion

public abstract String cloudAccountHomeRegion()

Gets the cloudAccountHomeRegion property: Cloud Account Home region.

Returns:

the cloudAccountHomeRegion value.

cloudAccountName

public abstract String cloudAccountName()

Gets the cloudAccountName property: Cloud Account name.

Returns:

the cloudAccountName value.

innerModel

public abstract CloudAccountDetailsInner innerModel()

Gets the inner com.azure.resourcemanager.oracledatabase.fluent.models.CloudAccountDetailsInner object.

Returns:

the inner object.

Applies to