MockableSqlArmClient.GetFailoverGroupResource(ResourceIdentifier) Method

Definition

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

public virtual Azure.ResourceManager.Sql.FailoverGroupResource GetFailoverGroupResource (Azure.Core.ResourceIdentifier id);
abstract member GetFailoverGroupResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Sql.FailoverGroupResource
override this.GetFailoverGroupResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Sql.FailoverGroupResource
Public Overridable Function GetFailoverGroupResource (id As ResourceIdentifier) As FailoverGroupResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a FailoverGroupResource object.

Applies to