MockableConfidentialLedgerArmClient.GetManagedCcfResource Method

Definition

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

public virtual Azure.ResourceManager.ConfidentialLedger.ManagedCcfResource GetManagedCcfResource (Azure.Core.ResourceIdentifier id);
abstract member GetManagedCcfResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ConfidentialLedger.ManagedCcfResource
override this.GetManagedCcfResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ConfidentialLedger.ManagedCcfResource
Public Overridable Function GetManagedCcfResource (id As ResourceIdentifier) As ManagedCcfResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a ManagedCcfResource object.

Applies to