public static interface NicIpConfiguration.UpdateDefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
NicIpConfiguration.UpdateDefinitionStages.Blank<ParentT>
The first stage of network interface IP configuration definition.
|
static interface |
NicIpConfiguration.UpdateDefinitionStages.WithApplicationGateway<ParentT>
The stage of the network interface IP configuration definition allowing to specify the load balancer to
associate this IP configuration with.
|
static interface |
NicIpConfiguration.UpdateDefinitionStages.WithAttach<ParentT>
The final stage of network interface IP configuration.
|
static interface |
NicIpConfiguration.UpdateDefinitionStages.WithLoadBalancer<ParentT>
The stage of the network interface IP configuration definition allowing to specify the load balancer to
associate this IP configuration with.
|
static interface |
NicIpConfiguration.UpdateDefinitionStages.WithNetwork<ParentT>
The stage of the network interface IP configuration definition allowing to specify the virtual network.
|
static interface |
NicIpConfiguration.UpdateDefinitionStages.WithPrivateIP<ParentT>
The stage of the network interface IP configuration definition allowing to specify private IP address within
a virtual network subnet.
|
static interface |
NicIpConfiguration.UpdateDefinitionStages.WithPublicIPAddress<ParentT>
The stage of the network interface IP configuration definition allowing to associate it with a public IP
address.
|
static interface |
NicIpConfiguration.UpdateDefinitionStages.WithSubnet<ParentT>
The stage of the network interface IP configuration definition allowing to specify subnet.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.