IWithSubnet<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.
Étape d’une définition frontale de passerelle d’application permettant de spécifier un sous-réseau à partir du réseau sélectionné pour rendre cette passerelle d’application visible.
public interface IWithSubnet<ParentT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.HasSubnet.Definition.IWithSubnet<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayFrontend.Definition.IWithAttach<ParentT>>
type IWithSubnet<'ParentT> = interface
interface IWithSubnet<IWithAttach<'ParentT>>
Public Interface IWithSubnet(Of ParentT)
Implements IWithSubnet(Of IWithAttach(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
-
IWithSubnet<IWithAttach<ParentT>>
Méthodes
WithExistingSubnet(INetwork, String) |
Affecte le sous-réseau spécifié à ce serveur frontal privé. |
WithExistingSubnet(String, String) |
Affecte le sous-réseau spécifié à cette ressource. (Hérité de IWithSubnet<ReturnT>) |
S’applique à
Azure SDK for .NET