AnalysisServerResource.DissociateGatewayAsync(CancellationToken) Method

Definition

Dissociates a Unified Gateway associated with the server.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName}/dissociateGateway
  • Operation Id: Servers_DissociateGateway
public virtual System.Threading.Tasks.Task<Azure.Response> DissociateGatewayAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member DissociateGatewayAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.DissociateGatewayAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function DissociateGatewayAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to