Share via


MockableSqlArmClient.GetManagedInstanceResource(ResourceIdentifier) Method

Definition

Gets an object representing a ManagedInstanceResource 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 ManagedInstanceResourceResourceIdentifier from its components.

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a ManagedInstanceResource object.

Applies to