ConnectionTypeOperationsExtensions.Delete Method (IConnectionTypeOperations, String, String)
Delete the connectiontype. (see https://aka.ms/azureautomationsdk/connectiontypeoperations for more information)
Namespace: Microsoft.WindowsAzure.Management.Automation
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
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
Parameters
operations
Type: Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperationsReference to the Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations.
automationAccount
Type: System.StringRequired. The automation account name.
connectionTypeName
Type: System.StringRequired. The name of connectiontype.
Return Value
Type: Microsoft.Azure.AzureOperationResponse
A standard service response including an HTTP status code and request ID.
See Also
ConnectionTypeOperationsExtensions Class
Microsoft.WindowsAzure.Management.Automation Namespace
Return to top