PolicySignaturesOverridesForIdpsResource.UpdateAsync 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.
Invokes the UpdateAsync compatibility operation.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.PolicySignaturesOverridesForIdpsResource>> UpdateAsync(Azure.ResourceManager.Network.PolicySignaturesOverridesForIdpsData p0, System.Threading.CancellationToken p1);
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.PolicySignaturesOverridesForIdpsResource>> UpdateAsync(Azure.ResourceManager.Network.PolicySignaturesOverridesForIdpsData data, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.ResourceManager.Network.PolicySignaturesOverridesForIdpsData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.PolicySignaturesOverridesForIdpsResource>>
override this.UpdateAsync : Azure.ResourceManager.Network.PolicySignaturesOverridesForIdpsData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.PolicySignaturesOverridesForIdpsResource>>
abstract member UpdateAsync : Azure.ResourceManager.Network.PolicySignaturesOverridesForIdpsData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.PolicySignaturesOverridesForIdpsResource>>
override this.UpdateAsync : Azure.ResourceManager.Network.PolicySignaturesOverridesForIdpsData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.PolicySignaturesOverridesForIdpsResource>>
Public Overridable Function UpdateAsync (p0 As PolicySignaturesOverridesForIdpsData, p1 As CancellationToken) As Task(Of Response(Of PolicySignaturesOverridesForIdpsResource))
Public Overridable Function UpdateAsync (data As PolicySignaturesOverridesForIdpsData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of PolicySignaturesOverridesForIdpsResource))
Parameters
- p1cancellationToken
- CancellationToken
Returns
Exceptions
data is null.