次の方法で共有


IWithSecondaryNetworkInterface.WithoutSecondaryNetworkInterface メソッド

定義

注意事項

WithoutSecondaryNetworkInterface is deprecated, use WithoutNetworkInterface instead.

仮想マシンからセカンダリ ネットワーク インターフェイスを削除します。

[System.Obsolete("WithoutSecondaryNetworkInterface is deprecated, use WithoutNetworkInterface instead.")]
public Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Update.IUpdate WithoutSecondaryNetworkInterface (string name);
[<System.Obsolete("WithoutSecondaryNetworkInterface is deprecated, use WithoutNetworkInterface instead.")>]
abstract member WithoutSecondaryNetworkInterface : string -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Update.IUpdate
Public Function WithoutSecondaryNetworkInterface (name As String) As IUpdate

パラメーター

name
String

削除するセカンダリ ネットワーク インターフェイスの名前。

戻り値

属性

適用対象