Language

IdentityIntegrationAuthenticationPolicyResource.Update Method

Definition

Updates the tags and identity of an authentication policy.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/authenticationPolicies/{authenticationPolicyName}.
  • Operation Id. : AuthenticationPolicies_Update.
  • Default Api Version. : 2026-01-01.
  • Resource. : IdentityIntegrationAuthenticationPolicyResource.
public virtual Azure.Response<Azure.ResourceManager.Network.IdentityIntegrationAuthenticationPolicyResource> Update(Azure.ResourceManager.Network.Models.IdentityIntegrationAuthenticationPolicyPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.Network.Models.IdentityIntegrationAuthenticationPolicyPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.IdentityIntegrationAuthenticationPolicyResource>
override this.Update : Azure.ResourceManager.Network.Models.IdentityIntegrationAuthenticationPolicyPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.IdentityIntegrationAuthenticationPolicyResource>
Public Overridable Function Update (patch As IdentityIntegrationAuthenticationPolicyPatch, Optional cancellationToken As CancellationToken = Nothing) As Response(Of IdentityIntegrationAuthenticationPolicyResource)

Parameters

patch
IdentityIntegrationAuthenticationPolicyPatch

Parameters supplied to update the authentication policy.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

patch is null.

Applies to