AutomationCredentialCollection.Get(String, CancellationToken) Method

Definition

Retrieve the credential identified by credential name.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/credentials/{credentialName}
  • Operation Id: Credential_Get
public virtual Azure.Response<Azure.ResourceManager.Automation.AutomationCredentialResource> Get (string credentialName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Automation.AutomationCredentialResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Automation.AutomationCredentialResource>
Public Overridable Function Get (credentialName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AutomationCredentialResource)

Parameters

credentialName
String

The name of credential.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

credentialName is an empty string, and was expected to be non-empty.

credentialName is null.

Applies to