Freigeben über


IWithPrivateIPAddress Schnittstelle

Definition

Die Phase einer Anwendungsgatewaydefinition, die es ermöglicht, die Standard-IP-Adresse anzugeben, unter der das App-Gateway intern verfügbar ist, wenn ein standardmäßiges privates Front-End aktiviert wurde.

public interface IWithPrivateIPAddress : Microsoft.Azure.Management.Network.Fluent.HasPrivateIPAddress.Definition.IWithPrivateIPAddress<Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Definition.IWithCreate>
type IWithPrivateIPAddress = interface
    interface IWithPrivateIPAddress<IWithCreate>
Public Interface IWithPrivateIPAddress
Implements IWithPrivateIPAddress(Of IWithCreate)
Abgeleitet
Implementiert

Methoden

WithPrivateIPAddressDynamic()

Aktiviert die dynamische private IP-Adresszuordnung innerhalb des zugeordneten Subnetzes.

(Geerbt von IWithPrivateIPAddress<ReturnT>)
WithPrivateIPAddressStatic(String)

Weist die angegebene statische private IP-Adresse innerhalb des zugeordneten Subnetzes zu.

(Geerbt von IWithPrivateIPAddress<ReturnT>)

Gilt für: