MockableOracleDatabaseArmClient.GetDbSystemShapeResource Method

Definition

Gets an object representing a DbSystemShapeResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, AzureLocation, String) to create a DbSystemShapeResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.OracleDatabase.DbSystemShapeResource GetDbSystemShapeResource (Azure.Core.ResourceIdentifier id);
abstract member GetDbSystemShapeResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.OracleDatabase.DbSystemShapeResource
override this.GetDbSystemShapeResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.OracleDatabase.DbSystemShapeResource
Public Overridable Function GetDbSystemShapeResource (id As ResourceIdentifier) As DbSystemShapeResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a DbSystemShapeResource object.

Applies to