IWithProbe.UpdateHttpsProbe(String) Method

Definition

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

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

Parameters

name
String

The name of the probe to update.

Returns

Applies to