ConnectionTypeOperationsExtensions クラス

定義

ConnectionTypeOperations の拡張メソッド。

public static class ConnectionTypeOperationsExtensions
type ConnectionTypeOperationsExtensions = class
Public Module ConnectionTypeOperationsExtensions
継承
ConnectionTypeOperationsExtensions

メソッド

CreateOrUpdate(IConnectionTypeOperations, String, String, ConnectionTypeCreateOrUpdateParameters)

ConnectionTypeOperations の拡張メソッド。

CreateOrUpdate(IConnectionTypeOperations, String, String, String, ConnectionTypeCreateOrUpdateParameters)

接続の種類を作成します。 http://aka.ms/azureautomationsdk/connectiontypeoperations

CreateOrUpdateAsync(IConnectionTypeOperations, String, String, ConnectionTypeCreateOrUpdateParameters)

ConnectionTypeOperations の拡張メソッド。

CreateOrUpdateAsync(IConnectionTypeOperations, String, String, String, ConnectionTypeCreateOrUpdateParameters, CancellationToken)

接続の種類を作成します。 http://aka.ms/azureautomationsdk/connectiontypeoperations

Delete(IConnectionTypeOperations, String, String, String)

接続の種類を削除します。 http://aka.ms/azureautomationsdk/connectiontypeoperations

DeleteAsync(IConnectionTypeOperations, String, String, String)

ConnectionTypeOperations の拡張メソッド。

DeleteAsync(IConnectionTypeOperations, String, String, String, CancellationToken)

接続の種類を削除します。 http://aka.ms/azureautomationsdk/connectiontypeoperations

Get(IConnectionTypeOperations, String, String, String)

接続の種類名で識別される接続の種類を取得します。 http://aka.ms/azureautomationsdk/connectiontypeoperations

GetAsync(IConnectionTypeOperations, String, String, String)

ConnectionTypeOperations の拡張メソッド。

GetAsync(IConnectionTypeOperations, String, String, String, CancellationToken)

接続の種類名で識別される接続の種類を取得します。 http://aka.ms/azureautomationsdk/connectiontypeoperations

List(IConnectionTypeOperations, String, String)

ConnectionTypeOperations の拡張メソッド。

ListAsync(IConnectionTypeOperations, String, String)

ConnectionTypeOperations の拡張メソッド。

ListByAutomationAccount(IConnectionTypeOperations, String, String)

接続の種類の一覧を取得します。 http://aka.ms/azureautomationsdk/connectiontypeoperations

ListByAutomationAccountAsync(IConnectionTypeOperations, String, String, CancellationToken)

接続の種類の一覧を取得します。 http://aka.ms/azureautomationsdk/connectiontypeoperations

ListByAutomationAccountNext(IConnectionTypeOperations, String)

接続の種類の一覧を取得します。 http://aka.ms/azureautomationsdk/connectiontypeoperations

ListByAutomationAccountNextAsync(IConnectionTypeOperations, String, CancellationToken)

接続の種類の一覧を取得します。 http://aka.ms/azureautomationsdk/connectiontypeoperations

ListNext(IConnectionTypeOperations, String)

ConnectionTypeOperations の拡張メソッド。

ListNextAsync(IConnectionTypeOperations, String)

ConnectionTypeOperations の拡張メソッド。

適用対象