TaskAgentHttpClientBase.DeleteVariableGroupAsync 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.
Overloads
| DeleteVariableGroupAsync(Guid, Int32, Object, CancellationToken) |
[Preview API] Delete a variable group |
| DeleteVariableGroupAsync(String, Int32, Object, CancellationToken) |
[Preview API] Delete a variable group |
DeleteVariableGroupAsync(Guid, Int32, Object, CancellationToken)
[Preview API] Delete a variable group
public virtual System.Threading.Tasks.Task DeleteVariableGroupAsync(Guid project, int groupId, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member DeleteVariableGroupAsync : Guid * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.DeleteVariableGroupAsync : Guid * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Parameters
- project
- Guid
Project ID
- groupId
- Int32
Id of the variable group.
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.
Returns
Applies to
DeleteVariableGroupAsync(String, Int32, Object, CancellationToken)
[Preview API] Delete a variable group
public virtual System.Threading.Tasks.Task DeleteVariableGroupAsync(string project, int groupId, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member DeleteVariableGroupAsync : string * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.DeleteVariableGroupAsync : string * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Parameters
- project
- String
Project ID or project name
- groupId
- Int32
Id of the variable group.
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.