Compartilhar via


Classe ConnectionTypeOperationsExtensions

 

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)

Hierarquia de herança

System.Object
  Microsoft.WindowsAzure.Management.Automation.ConnectionTypeOperationsExtensions

Sintaxe

public static class ConnectionTypeOperationsExtensions
[ExtensionAttribute]
public ref class ConnectionTypeOperationsExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type ConnectionTypeOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class ConnectionTypeOperationsExtensions

Métodos

Nome Descrição
Create(IConnectionTypeOperations, String, ConnectionTypeCreateParameters)

Crie um connectiontype. (consulte https://aka.ms/azureautomationsdk/connectiontypeoperations para obter mais informações)

CreateAsync(IConnectionTypeOperations, String, ConnectionTypeCreateParameters)

Crie um connectiontype. (consulte https://aka.ms/azureautomationsdk/connectiontypeoperations para obter mais informações)

Delete(IConnectionTypeOperations, String, String)

Exclua o connectiontype. (consulte https://aka.ms/azureautomationsdk/connectiontypeoperations para obter mais informações)

DeleteAsync(IConnectionTypeOperations, String, String)

Exclua o connectiontype. (consulte https://aka.ms/azureautomationsdk/connectiontypeoperations para obter mais informações)

Get(IConnectionTypeOperations, String, String)

Recupere o connectiontype identificado pelo nome connectiontype. (consulte https://aka.ms/azureautomationsdk/connectiontypeoperations para obter mais informações)

GetAsync(IConnectionTypeOperations, String, String)

Recupere o connectiontype identificado pelo nome connectiontype. (consulte https://aka.ms/azureautomationsdk/connectiontypeoperations para obter mais informações)

List(IConnectionTypeOperations, String)

Recupere uma lista de connectiontypes. (consulte https://aka.ms/azureautomationsdk/connectiontypeoperations para obter mais informações)

ListAsync(IConnectionTypeOperations, String)

Recupere uma lista de connectiontypes. (consulte https://aka.ms/azureautomationsdk/connectiontypeoperations para obter mais informações)

ListNext(IConnectionTypeOperations, String)

Recupere a lista próxima de connectiontypes. (consulte https://aka.ms/azureautomationsdk/connectiontypeoperations para obter mais informações)

ListNextAsync(IConnectionTypeOperations, String)

Recupere a lista próxima de connectiontypes. (consulte https://aka.ms/azureautomationsdk/connectiontypeoperations para obter mais informações)

Acesso thread-safe

Qualquer estático público (Compartilhado no Visual Basic) membros desde tipo são thread safe. Não há garantia de que qualquer membro de instância seja thread-safe.

Consulte também

Namespace Microsoft.WindowsAzure.Management.Automation

Retornar ao topo