IWithProbe.UpdateProbe(String) Method

Definition

Begins the update of an existing probe.

public Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Update.IUpdate UpdateProbe (string name);
abstract member UpdateProbe : string -> Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Update.IUpdate
Public Function UpdateProbe (name As String) As IUpdate

Parameters

name
String

The name of an existing probe.

Returns

Applies to