public static interface NetworkInterface.UpdateStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
NetworkInterface.UpdateStages.WithAcceleratedNetworking
The stage of the network interface definition allowing to disable accelerated networking.
|
static interface |
NetworkInterface.UpdateStages.WithDnsServer
The stage of the network interface update allowing to specify DNS servers.
|
static interface |
NetworkInterface.UpdateStages.WithIPConfiguration
The stage of the network interface update allowing to configure IP configuration.
|
static interface |
NetworkInterface.UpdateStages.WithIPForwarding
The stage of the network interface update allowing to enable or disable IP forwarding.
|
static interface |
NetworkInterface.UpdateStages.WithLoadBalancer
The stage of the network interface update allowing to associate it with a load balancer.
|
static interface |
NetworkInterface.UpdateStages.WithNetworkSecurityGroup
The stage of the network interface update allowing to associate network security group.
|
static interface |
NetworkInterface.UpdateStages.WithPrimaryNetworkSubnet
The stage of the network interface update allowing to specify subnet.
|
static interface |
NetworkInterface.UpdateStages.WithPrimaryPrivateIP
The stage of the network interface update allowing to specify private IP address within
a virtual network subnet.
|
static interface |
NetworkInterface.UpdateStages.WithPrimaryPublicIPAddress
The stage of the network interface update allowing to associate public IP address with it's primary
IP configuration.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/