Método ConnectionOperationsExtensions.Delete (IConnectionOperations, String, String)
Exclua a conexão. (consulte https://aka.ms/azureautomationsdk/connectionoperations para obter mais informações)
Namespace: Microsoft.WindowsAzure.Management.Automation
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Sintaxe
public static AzureOperationResponse Delete(
this IConnectionOperations operations,
string automationAccount,
string connectionName
)
public:
[ExtensionAttribute]
static AzureOperationResponse^ Delete(
IConnectionOperations^ operations,
String^ automationAccount,
String^ connectionName
)
static member Delete :
operations:IConnectionOperations *
automationAccount:string *
connectionName:string -> AzureOperationResponse
<ExtensionAttribute>
Public Shared Function Delete (
operations As IConnectionOperations,
automationAccount As String,
connectionName As String
) As AzureOperationResponse
Parâmetros
operations
Type: Microsoft.WindowsAzure.Management.Automation.IConnectionOperationsReferência para o Microsoft.WindowsAzure.Management.Automation.IConnectionOperations.
automationAccount
Type: System.StringObrigatório. O nome da conta de automação.
connectionName
Type: System.StringObrigatório. O nome da conexão.
Valor de retorno
Type: Microsoft.Azure.AzureOperationResponse
Uma resposta de serviço padrão, incluindo uma ID de solicitação e o código de status HTTP.
Consulte também
Classe ConnectionOperationsExtensions
Namespace Microsoft.WindowsAzure.Management.Automation
Retornar ao topo