Dela via


IWithIPConfiguration.WithoutIPConfiguration(String) Method

Definition

Removes the specified IP configuration.

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

Parameters

name
String

The name of an existing IP configuration.

Returns

Applies to