Share via


MockableTrustedSigningArmClient.GetTrustedSigningAccountResource Method

Definition

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

public virtual Azure.ResourceManager.TrustedSigning.TrustedSigningAccountResource GetTrustedSigningAccountResource (Azure.Core.ResourceIdentifier id);
abstract member GetTrustedSigningAccountResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.TrustedSigning.TrustedSigningAccountResource
override this.GetTrustedSigningAccountResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.TrustedSigning.TrustedSigningAccountResource
Public Overridable Function GetTrustedSigningAccountResource (id As ResourceIdentifier) As TrustedSigningAccountResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a TrustedSigningAccountResource object.

Applies to