IUpdateDefinition<ParentT> Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Intégralité d’une définition de sonde dans le cadre d’une mise à jour de l’équilibreur de charge.
public interface IUpdateDefinition<ParentT> : Microsoft.Azure.Management.Network.Fluent.LoadBalancerHttpProbe.UpdateDefinition.IBlank<ParentT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerHttpProbe.UpdateDefinition.IWithAttach<ParentT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerHttpProbe.UpdateDefinition.IWithIntervalInSeconds<ParentT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerHttpProbe.UpdateDefinition.IWithNumberOfProbes<ParentT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerHttpProbe.UpdateDefinition.IWithPort<ParentT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerHttpProbe.UpdateDefinition.IWithRequestPath<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<ParentT>
type IUpdateDefinition<'ParentT> = interface
interface IBlank<'ParentT>
interface IWithRequestPath<'ParentT>
interface IWithAttach<'ParentT>
interface IInUpdate<'ParentT>
interface IWithPort<'ParentT>
interface IWithIntervalInSeconds<'ParentT>
interface IWithNumberOfProbes<'ParentT>
Public Interface IUpdateDefinition(Of ParentT)
Implements IBlank(Of ParentT), IInUpdate(Of ParentT), IWithAttach(Of ParentT), IWithIntervalInSeconds(Of ParentT), IWithNumberOfProbes(Of ParentT), IWithPort(Of ParentT), IWithRequestPath(Of ParentT)
Paramètres de type
- ParentT
Étape de la définition parente à laquelle revenir après l’attachement de cette définition.
- Implémente
Méthodes
Attach() |
Intégralité d’une définition de sonde dans le cadre d’une mise à jour de l’équilibreur de charge. (Hérité de IInUpdate<ParentT>) |
WithIntervalInSeconds(Int32) |
Spécifie l’intervalle entre les sondes, en secondes. (Hérité de IWithIntervalInSeconds<ParentT>) |
WithNumberOfProbes(Int32) |
Spécifie le nombre de sondes ayant échoué avant que l’échec ne soit déterminé. (Hérité de IWithNumberOfProbes<ParentT>) |
WithPort(Int32) |
Spécifie le numéro de port à appeler pour la surveillance de l’intégrité. (Hérité de IWithPort<ParentT>) |
WithRequestPath(String) |
Spécifie le chemin de requête HTTP de la sonde à surveiller. (Hérité de IWithRequestPath<ParentT>) |
S’applique à
Azure SDK for .NET