Aracılığıyla paylaş


FabricClient.ClusterManagementClient.RemoveNodeTagsAsync Method

Definition

Overloads

RemoveNodeTagsAsync(String, List<String>)

Removes tags from the node

RemoveNodeTagsAsync(String, List<String>, TimeSpan, CancellationToken)

Adds tags to the node

RemoveNodeTagsAsync(String, List<String>)

Removes tags from the node

public System.Threading.Tasks.Task RemoveNodeTagsAsync (string nodeName, System.Collections.Generic.List<string> nodeTagsList);
member this.RemoveNodeTagsAsync : string * System.Collections.Generic.List<string> -> System.Threading.Tasks.Task
Public Function RemoveNodeTagsAsync (nodeName As String, nodeTagsList As List(Of String)) As Task

Parameters

nodeName
String
nodeTagsList
List<String>

Returns

Applies to

RemoveNodeTagsAsync(String, List<String>, TimeSpan, CancellationToken)

Adds tags to the node

public System.Threading.Tasks.Task RemoveNodeTagsAsync (string nodeName, System.Collections.Generic.List<string> nodeTagsList, TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
member this.RemoveNodeTagsAsync : string * System.Collections.Generic.List<string> * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function RemoveNodeTagsAsync (nodeName As String, nodeTagsList As List(Of String), timeout As TimeSpan, cancellationToken As CancellationToken) As Task

Parameters

nodeName
String
nodeTagsList
List<String>
timeout
TimeSpan
cancellationToken
CancellationToken

Returns

Applies to