Share via


TrustedSigningAccountResource.Get(CancellationToken) Method

Definition

Get a trusted Signing Account.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CodeSigning/codeSigningAccounts/{accountName}
  • Operation Id: CodeSigningAccounts_Get
  • Default Api Version: 2024-02-05-preview
  • Resource: TrustedSigningAccountResource
public virtual Azure.Response<Azure.ResourceManager.TrustedSigning.TrustedSigningAccountResource> Get (System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.TrustedSigning.TrustedSigningAccountResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.TrustedSigning.TrustedSigningAccountResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of TrustedSigningAccountResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to