public static interface NetworkInterface.DefinitionStages.WithPrimaryNetworkSubnet
| Modifier and Type | Method and Description |
|---|---|
NetworkInterface.DefinitionStages.WithPrimaryPrivateIP |
withSubnet(String name)
Associate a subnet with the network interface's primary IP configuration.
|
NetworkInterface.DefinitionStages.WithPrimaryPrivateIP withSubnet(String name)
name - the subnet name/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/