Compartilhar via


DefaultSecurityRulesOperationsExtensions.Get Método

Definição

Obtenha a regra de segurança de rede padrão especificada.

public static Microsoft.Azure.Management.Network.Models.SecurityRule Get (this Microsoft.Azure.Management.Network.IDefaultSecurityRulesOperations operations, string resourceGroupName, string networkSecurityGroupName, string defaultSecurityRuleName);
static member Get : Microsoft.Azure.Management.Network.IDefaultSecurityRulesOperations * string * string * string -> Microsoft.Azure.Management.Network.Models.SecurityRule
<Extension()>
Public Function Get (operations As IDefaultSecurityRulesOperations, resourceGroupName As String, networkSecurityGroupName As String, defaultSecurityRuleName As String) As SecurityRule

Parâmetros

operations
IDefaultSecurityRulesOperations

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

resourceGroupName
String

O nome do grupo de recursos.

networkSecurityGroupName
String

O nome do grupo de segurança de rede.

defaultSecurityRuleName
String

O nome da regra de segurança padrão.

Retornos

Aplica-se a