IUpdate Interface

Definition

The entirety of a network interface IP configuration update as part of a network interface update.

public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.HasPrivateIPAddress.Update.IWithPrivateIPAddress<Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Update.IWithExistingPublicIPAddress<Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Update.IWithNewPublicIPAddress<Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Update.IWithNewPublicIPAddressNoDnsLabel<Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Update.IWithPublicIPAddress<Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.Update.IWithApplicationGateway, Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.Update.IWithLoadBalancer, Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.Update.IWithPrivateIP, Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.Update.IWithPublicIPAddress, Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.Update.IWithSubnet, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Network.Fluent.NetworkInterface.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IUpdate = interface
    interface ISettable<IUpdate>
    interface IWithSubnet
    interface IWithPrivateIP
    interface IWithPrivateIPAddress<IUpdate>
    interface IWithPublicIPAddress
    interface IWithPublicIPAddress<IUpdate>
    interface IWithExistingPublicIPAddress<IUpdate>
    interface IWithNewPublicIPAddress<IUpdate>
    interface IWithNewPublicIPAddressNoDnsLabel<IUpdate>
    interface IWithLoadBalancer
    interface IWithApplicationGateway
    interface IWithApplicationGatewayBeta
    interface IBeta
Public Interface IUpdate
Implements IBeta, ISettable(Of IUpdate), IWithApplicationGateway, IWithExistingPublicIPAddress(Of IUpdate), IWithLoadBalancer, IWithNewPublicIPAddress(Of IUpdate), IWithNewPublicIPAddressNoDnsLabel(Of IUpdate), IWithPrivateIP, IWithPrivateIPAddress(Of IUpdate), IWithPublicIPAddress, IWithPublicIPAddress(Of IUpdate), IWithSubnet
Implements

Methods

Parent() (Inherited from ISettable<ParentT>)
WithExistingApplicationGatewayBackend(IApplicationGateway, String)

Specifies the application gateway backend to associate this IP configuration with.

(Inherited from IWithApplicationGatewayBeta)
WithExistingLoadBalancerBackend(ILoadBalancer, String)

Specifies the load balancer to associate this IP configuration with.

(Inherited from IWithLoadBalancer)
WithExistingLoadBalancerInboundNatRule(ILoadBalancer, String)

Specifies the load balancer inbound NAT rule to associate this IP configuration with.

(Inherited from IWithLoadBalancer)
WithExistingPublicIPAddress(IPublicIPAddress)

Associates an existing public IP address with the resource.

(Inherited from IWithExistingPublicIPAddress<ReturnT>)
WithExistingPublicIPAddress(String)

Associates an existing public IP address with the resource.

(Inherited from IWithExistingPublicIPAddress<ReturnT>)
WithNewPublicIPAddress()

Creates a new public IP address in the same region and group as the resource and associates it with the resource. The internal name and DNS label for the public IP address will be derived from the resource's name.

(Inherited from IWithNewPublicIPAddressNoDnsLabel<ReturnT>)
WithNewPublicIPAddress(ICreatable<IPublicIPAddress>)

Creates a new public IP address to associate with the resource.

(Inherited from IWithNewPublicIPAddressNoDnsLabel<ReturnT>)
WithNewPublicIPAddress(String)

Creates a new public IP address in the same region and group as the resource, with the specified DNS label and associates it with the resource. The internal name for the public IP address will be derived from the DNS label.

(Inherited from IWithNewPublicIPAddress<ReturnT>)
WithoutApplicationGatewayBackends()

Removes all existing associations with application gateway backends.

(Inherited from IWithApplicationGatewayBeta)
WithoutLoadBalancerBackends()

Removes all the existing associations with load balancer backends.

(Inherited from IWithLoadBalancer)
WithoutLoadBalancerInboundNatRules()

Removes all the existing associations with load balancer inbound NAT rules.

(Inherited from IWithLoadBalancer)
WithoutPublicIPAddress()

Removes the existing reference to a public IP address.

(Inherited from IWithExistingPublicIPAddress<ReturnT>)
WithPrivateIPAddressDynamic()

Enables dynamic private IP address allocation within the associated subnet.

(Inherited from IWithPrivateIPAddress<ReturnT>)
WithPrivateIPAddressStatic(String)

Assigns the specified static private IP address within the associated subnet.

(Inherited from IWithPrivateIPAddress<ReturnT>)
WithPrivateIPVersion(IPVersion)

Specifies the IP version for the private IP address.

(Inherited from IWithPrivateIP)
WithSubnet(String)

Associate a subnet with the network interface IP configuration.

(Inherited from IWithSubnet)

Applies to