Share via


IWithSubnet.WithSubnet(String) Method

Definition

Associate a subnet with the network interface IP configuration.

public Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.Update.IUpdate WithSubnet (string name);
abstract member WithSubnet : string -> Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.Update.IUpdate
Public Function WithSubnet (name As String) As IUpdate

Parameters

name
String

The subnet name.

Returns

Applies to