public static interface NetworkInterface.UpdateStages.WithIPConfiguration
| Modifier and Type | Method and Description |
|---|---|
NicIPConfiguration.UpdateDefinitionStages.Blank<NetworkInterface.Update> |
defineSecondaryIPConfiguration(String name)
Starts definition of a secondary IP configuration.
|
NicIPConfiguration.Update |
updateIPConfiguration(String name)
Starts update of an IP configuration.
|
NetworkInterface.Update |
withoutIPConfiguration(String name)
Removes the specified IP configuration.
|
NicIPConfiguration.UpdateDefinitionStages.Blank<NetworkInterface.Update> defineSecondaryIPConfiguration(String name)
name - name for the IP configurationNicIPConfiguration.Update updateIPConfiguration(String name)
name - name of the IP configurationNetworkInterface.Update withoutIPConfiguration(String name)
name - the name of an existing IP configuration/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/