你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

StaticMembersOperationsExtensions.Delete 方法

定义

删除静态成员。

public static void Delete (this Microsoft.Azure.Management.Network.IStaticMembersOperations operations, string resourceGroupName, string networkManagerName, string networkGroupName, string staticMemberName);
static member Delete : Microsoft.Azure.Management.Network.IStaticMembersOperations * string * string * string * string -> unit
<Extension()>
Public Sub Delete (operations As IStaticMembersOperations, resourceGroupName As String, networkManagerName As String, networkGroupName As String, staticMemberName As String)

参数

operations
IStaticMembersOperations

此扩展方法的操作组。

resourceGroupName
String

资源组的名称。

networkManagerName
String

网络管理器的名称。

networkGroupName
String

网络组的名称。

staticMemberName
String

静态成员的名称。

适用于