NetworkInterface.Update |
NetworkInterface.UpdateStages.WithAcceleratedNetworking.withAcceleratedNetworking() |
Enables accelerated networking.
|
NetworkInterface.Update |
NetworkInterface.UpdateStages.WithDnsServer.withAzureDnsServer() |
Specifies to use the default Azure DNS server for the network interface.
|
NetworkInterface.Update |
NetworkInterface.UpdateStages.WithDnsServer.withDnsServer(String ipAddress) |
Specifies the IP address of the custom DNS server to associate with the network interface.
|
NetworkInterface.Update |
NetworkInterface.UpdateStages.WithApplicationSecurityGroup.withExistingApplicationSecurityGroup(ApplicationSecurityGroup applicationSecurityGroup) |
Associates an existing application security group with the network interface.
|
NetworkInterface.Update |
NetworkInterface.UpdateStages.WithLoadBalancer.withExistingLoadBalancerBackend(LoadBalancer loadBalancer,
String backendName) |
Associates the network interface's primary IP configuration with a backend of an existing load balancer.
|
NetworkInterface.Update |
NetworkInterface.UpdateStages.WithLoadBalancer.withExistingLoadBalancerInboundNatRule(LoadBalancer loadBalancer,
String inboundNatRuleName) |
Associates the network interface's primary IP configuration with an inbound NAT rule of an existing load
balancer.
|
NetworkInterface.Update |
NetworkInterface.UpdateStages.WithNetworkSecurityGroup.withExistingNetworkSecurityGroup(NetworkSecurityGroup networkSecurityGroup) |
Associates an existing network security group with the network interface.
|
NetworkInterface.Update |
NetworkInterface.UpdateStages.WithPrimaryPublicIPAddress.withExistingPrimaryPublicIPAddress(PublicIpAddress publicIPAddress) |
Associates an existing public IP address with the network interface's primary IP configuration.
|
NetworkInterface.Update |
NetworkInterface.UpdateStages.WithIPForwarding.withIPForwarding() |
Enable IP forwarding in the network interface.
|
NetworkInterface.Update |
NetworkInterface.UpdateStages.WithNetworkSecurityGroup.withNewNetworkSecurityGroup(Creatable<NetworkSecurityGroup> creatable) |
Create a new network security group to associate with network interface, based on the provided
definition.
|
NetworkInterface.Update |
NetworkInterface.UpdateStages.WithPrimaryPublicIPAddress.withNewPrimaryPublicIPAddress() |
Creates a new public IP address in the same region and group as the resource and associate it with the
network interface's primary IP configuration.
|
NetworkInterface.Update |
NetworkInterface.UpdateStages.WithPrimaryPublicIPAddress.withNewPrimaryPublicIPAddress(Creatable<PublicIpAddress> creatable) |
Create a new public IP address to associate the network interface's primary IP configuration, based on
the provided definition.
|
NetworkInterface.Update |
NetworkInterface.UpdateStages.WithPrimaryPublicIPAddress.withNewPrimaryPublicIPAddress(String leafDnsLabel) |
Creates a new public IP address in the same region and group as the resource, with the specified DNS
label and associate it with the network interface's primary IP configuration.
|
NetworkInterface.Update |
NetworkInterface.UpdateStages.WithAcceleratedNetworking.withoutAcceleratedNetworking() |
Disables accelerated networking.
|
NetworkInterface.Update |
NetworkInterface.UpdateStages.WithApplicationSecurityGroup.withoutApplicationSecurityGroup(String applicationSecurityGroupName) |
Removes the application security group from the network interface.
|
NetworkInterface.Update |
NetworkInterface.UpdateStages.WithDnsServer.withoutDnsServer(String ipAddress) |
Removes a DNS server associated with the network interface.
|
NetworkInterface.Update |
NetworkInterface.UpdateStages.WithIPConfiguration.withoutIPConfiguration(String name) |
Removes the specified IP configuration.
|
NetworkInterface.Update |
NetworkInterface.UpdateStages.WithIPForwarding.withoutIPForwarding() |
Disable IP forwarding in the network interface.
|
NetworkInterface.Update |
NetworkInterface.UpdateStages.WithLoadBalancer.withoutLoadBalancerBackends() |
Removes all the existing associations with any load balancer backends.
|
NetworkInterface.Update |
NetworkInterface.UpdateStages.WithLoadBalancer.withoutLoadBalancerInboundNatRules() |
Removes all the existing associations with any load balancer inbound NAT rules.
|
NetworkInterface.Update |
NetworkInterface.UpdateStages.WithNetworkSecurityGroup.withoutNetworkSecurityGroup() |
Specifies that remove any network security group associated with the network interface.
|
NetworkInterface.Update |
NetworkInterface.UpdateStages.WithPrimaryPublicIPAddress.withoutPrimaryPublicIPAddress() |
Specifies that remove any public IP associated with the network interface's primary IP configuration.
|
NetworkInterface.Update |
NetworkInterface.UpdateStages.WithPrimaryPrivateIP.withPrimaryPrivateIPAddressDynamic() |
Enables dynamic private IP address allocation within the specified existing virtual network subnet for
the network interface's primary IP configuration.
|
NetworkInterface.Update |
NetworkInterface.UpdateStages.WithPrimaryPrivateIP.withPrimaryPrivateIPAddressStatic(String staticPrivateIPAddress) |
Assigns the specified static private IP address within the specified existing virtual network subnet to
the network interface's primary IP configuration.
|
NetworkInterface.Update |
NetworkInterface.UpdateStages.WithPrimaryNetworkSubnet.withSubnet(String name) |
Associate a subnet with the network interface.
|