MockableDevTestLabsArmClient.GetDevTestLabSecretResource Method

Definition

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

public virtual Azure.ResourceManager.DevTestLabs.DevTestLabSecretResource GetDevTestLabSecretResource (Azure.Core.ResourceIdentifier id);
abstract member GetDevTestLabSecretResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.DevTestLabs.DevTestLabSecretResource
override this.GetDevTestLabSecretResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.DevTestLabs.DevTestLabSecretResource
Public Overridable Function GetDevTestLabSecretResource (id As ResourceIdentifier) As DevTestLabSecretResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a DevTestLabSecretResource object.

Applies to