次の方法で共有


AutomationAccountResource.GetAutomationConnectionType メソッド

定義

接続の種類名で識別される接続の種類を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/connectionTypes/{connectionTypeName}
  • 操作IdConnectionType_Get
public virtual Azure.Response<Azure.ResourceManager.Automation.AutomationConnectionTypeResource> GetAutomationConnectionType (string connectionTypeName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAutomationConnectionType : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Automation.AutomationConnectionTypeResource>
override this.GetAutomationConnectionType : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Automation.AutomationConnectionTypeResource>
Public Overridable Function GetAutomationConnectionType (connectionTypeName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AutomationConnectionTypeResource)

パラメーター

connectionTypeName
String

接続の種類の名前。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

connectionTypeName は空の文字列であり、空でないと想定されていました。

connectionTypeName が null です。

適用対象