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 (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/