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