MockableSqlArmClient.GetManagedInstanceServerTrustCertificateResource Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a ManagedInstanceServerTrustCertificateResource object.

Applies to