Share via


ConnectionTypeOperationsExtensions Class

Definition

Extension methods for ConnectionTypeOperations.

public static class ConnectionTypeOperationsExtensions
type ConnectionTypeOperationsExtensions = class
Public Module ConnectionTypeOperationsExtensions
Inheritance
ConnectionTypeOperationsExtensions

Methods

Microsoft.Azure.Management.Automation.ConnectionTypeOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.Automation.IConnectionTypeOperations,System.String,System.String,Microsoft.Azure.Management.Automation.Models.ConnectionTypeCreateOrUpdateParameters) Microsoft.Azure.Management.Automation.ConnectionTypeOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.Automation.IConnectionTypeOperations,System.String,System.String,Microsoft.Azure.Management.Automation.Models.ConnectionTypeCreateOrUpdateParameters) Microsoft.Azure.Management.Automation.ConnectionTypeOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.Automation.IConnectionTypeOperations,System.String,System.String,System.String) Microsoft.Azure.Management.Automation.ConnectionTypeOperationsExtensions.GetAsync(Microsoft.Azure.Management.Automation.IConnectionTypeOperations,System.String,System.String,System.String)
Name Description
Delete(IConnectionTypeOperations, String, String, String)

Delete the connection type.

Get(IConnectionTypeOperations, String, String, String)

Retrieve the connection type identified by connection type name.

List(IConnectionTypeOperations, String, String)
ListAsync(IConnectionTypeOperations, String, String)
ListNext(IConnectionTypeOperations, String)
ListNextAsync(IConnectionTypeOperations, String)

Applies to