IUpdate Schnittstelle

Definition

Die Gesamtheit eines privaten Front-End-Updates als Teil eines Lastenausgleichsupdates.

public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.HasPrivateIPAddress.Update.IWithPrivateIPAddress<Microsoft.Azure.Management.Network.Fluent.LoadBalancerPrivateFrontend.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerPrivateFrontend.Update.IWithSubnet, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Update.IUpdate>
type IUpdate = interface
    interface ISettable<IUpdate>
    interface IWithSubnet
    interface IWithPrivateIPAddress<IUpdate>
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithPrivateIPAddress(Of IUpdate), IWithSubnet
Implementiert

Methoden

Parent()

Die Gesamtheit eines privaten Front-End-Updates als Teil eines Lastenausgleichsupdates.

(Geerbt von ISettable<ParentT>)
WithExistingSubnet(INetwork, String)

Weist das angegebene Subnetz diesem privaten Front-End des internen Lastenausgleichs zu.

(Geerbt von IWithSubnet)
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: