ParentT - the return type of the final Attachable.attach()public static interface NicIPConfiguration.DefinitionStages.WithSubnet<ParentT>
| Modifier and Type | Method and Description |
|---|---|
NicIPConfiguration.DefinitionStages.WithPrivateIP<ParentT> |
withSubnet(String name)
Associate a subnet with the network interface IP configuration.
|
NicIPConfiguration.DefinitionStages.WithPrivateIP<ParentT> 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.
*/