Share via


MockableDeviceRegistryArmClient.GetCredentialResource Method

Definition

Gets an object representing a CredentialResource along with the instance operations that can be performed on it but with no data.

public virtual Azure.ResourceManager.DeviceRegistry.CredentialResource GetCredentialResource(Azure.Core.ResourceIdentifier id);
abstract member GetCredentialResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.DeviceRegistry.CredentialResource
override this.GetCredentialResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.DeviceRegistry.CredentialResource
Public Overridable Function GetCredentialResource (id As ResourceIdentifier) As CredentialResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a CredentialResource object.

Applies to