IBlank<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.
Première étape d’une définition de sonde de passerelle d’application.
public interface IBlank<ParentT> : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Definition.IWithHost<ParentT>
type IBlank<'ParentT> = interface
interface IWithHost<'ParentT>
Public Interface IBlank(Of ParentT)
Implements IWithHost(Of ParentT)
Paramètres de type
- ParentT
Étape de la définition de la passerelle d’application parente à laquelle revenir après l’attachement de cette définition.
- Dérivé
- Implémente
Méthodes
WithHost(String) |
Spécifie le nom d’hôte vers lequel envoyer la sonde. (Hérité de IWithHost<ParentT>) |
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET