Método ConnectionTypeOperationsExtensions.Delete (IConnectionTypeOperations, String, String)
Exclua o connectiontype. (consulte https://aka.ms/azureautomationsdk/connectiontypeoperations 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 IConnectionTypeOperations operations,
string automationAccount,
string connectionTypeName
)
public:
[ExtensionAttribute]
static AzureOperationResponse^ Delete(
IConnectionTypeOperations^ operations,
String^ automationAccount,
String^ connectionTypeName
)
static member Delete :
operations:IConnectionTypeOperations *
automationAccount:string *
connectionTypeName:string -> AzureOperationResponse
<ExtensionAttribute>
Public Shared Function Delete (
operations As IConnectionTypeOperations,
automationAccount As String,
connectionTypeName As String
) As AzureOperationResponse
Parâmetros
operations
Type: Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperationsReferência para o Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations.
automationAccount
Type: System.StringObrigatório. O nome da conta de automação.
connectionTypeName
Type: System.StringObrigatório. O nome do connectiontype.
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 ConnectionTypeOperationsExtensions
Namespace Microsoft.WindowsAzure.Management.Automation
Retornar ao topo