public static interface NicIpConfiguration.UpdateStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
NicIpConfiguration.UpdateStages.WithApplicationGateway
The stage of the network interface IP configuration update allowing to specify the load balancer to associate
this IP configuration with.
|
static interface |
NicIpConfiguration.UpdateStages.WithLoadBalancer
The stage of the network interface's IP configuration allowing to specify the load balancer to associate this
IP configuration with.
|
static interface |
NicIpConfiguration.UpdateStages.WithPrivateIP
The stage of the network interface IP configuration update allowing to specify private IP.
|
static interface |
NicIpConfiguration.UpdateStages.WithPublicIPAddress
The stage of the network interface IP configuration update allowing to specify public IP address.
|
static interface |
NicIpConfiguration.UpdateStages.WithSubnet
The stage of the network interface IP configuration update allowing to specify subnet.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.