IWithProbe.UpdateHttpProbe(String) Method

Definition

Begins the description of an update to an existing HTTP probe on this load balancer.

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

Parameters

name
String

The name of the probe to update.

Returns

Applies to