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.
|
NicIpConfiguration.UpdateDefinitionStages.Blank<NetworkInterface.Update> defineSecondaryIpConfiguration(String name)
name - name for the IP configurationNicIpConfiguration.Update updateIpConfiguration(String name)
name - name of the IP configuration/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/