Partilhar via


AutomationAccountResource.GetAutomationConnectionTypeAsync Método

Definição

Recupere o tipo de conexão identificado pelo nome do tipo de conexão.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/connectionTypes/{connectionTypeName}
  • Operação IdConnectionType_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automation.AutomationConnectionTypeResource>> GetAutomationConnectionTypeAsync (string connectionTypeName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAutomationConnectionTypeAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automation.AutomationConnectionTypeResource>>
override this.GetAutomationConnectionTypeAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automation.AutomationConnectionTypeResource>>
Public Overridable Function GetAutomationConnectionTypeAsync (connectionTypeName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AutomationConnectionTypeResource))

Parâmetros

connectionTypeName
String

O nome do tipo de conexão.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

connectionTypeName é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.

connectionTypeName é nulo.

Aplica-se a