Udostępnij za pośrednictwem


MockablePostgreSqlFlexibleServersArmClient.GetPostgreSqlFlexibleServerResource Method

Definition

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

public virtual Azure.ResourceManager.PostgreSql.FlexibleServers.PostgreSqlFlexibleServerResource GetPostgreSqlFlexibleServerResource (Azure.Core.ResourceIdentifier id);
abstract member GetPostgreSqlFlexibleServerResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.PostgreSql.FlexibleServers.PostgreSqlFlexibleServerResource
override this.GetPostgreSqlFlexibleServerResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.PostgreSql.FlexibleServers.PostgreSqlFlexibleServerResource
Public Overridable Function GetPostgreSqlFlexibleServerResource (id As ResourceIdentifier) As PostgreSqlFlexibleServerResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a PostgreSqlFlexibleServerResource object.

Applies to