IVariableOperations.DeleteAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> DeleteAsync(string resourceGroupName, string automationAccount, string variableName, System.Threading.CancellationToken cancellationToken);
abstract member DeleteAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
Public Function DeleteAsync (resourceGroupName As String, automationAccount As String, variableName As String, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)
Parameters
- resourceGroupName
- String
- automationAccount
- String
- variableName
- String
- cancellationToken
- CancellationToken
Returns
Task<Microsoft.Azure.AzureOperationResponse>