Compartilhar via


StaticMembersOperationsExtensions.Delete Método

Definição

Exclui um membro estático.

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)

Parâmetros

operations
IStaticMembersOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos.

networkManagerName
String

O nome do gerenciador de rede.

networkGroupName
String

O nome do grupo de rede.

staticMemberName
String

O nome do membro estático.

Aplica-se a