Delen via


BastionHostsOperationsExtensions.UpdateTagsAsync Method

Definition

Updates Tags for BastionHost resource

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.BastionHost> UpdateTagsAsync (this Microsoft.Azure.Management.Network.IBastionHostsOperations operations, string resourceGroupName, string bastionHostName, Microsoft.Azure.Management.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default);
static member UpdateTagsAsync : Microsoft.Azure.Management.Network.IBastionHostsOperations * string * string * Microsoft.Azure.Management.Network.Models.TagsObject * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.BastionHost>
<Extension()>
Public Function UpdateTagsAsync (operations As IBastionHostsOperations, resourceGroupName As String, bastionHostName As String, parameters As TagsObject, Optional cancellationToken As CancellationToken = Nothing) As Task(Of BastionHost)

Parameters

operations
IBastionHostsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

bastionHostName
String

The name of the Bastion Host.

parameters
TagsObject

Parameters supplied to update BastionHost tags.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to