SecurityRulesOperationsExtensions.Get(ISecurityRulesOperations, String, String, String) Method

Definition

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

Parameters

resourceGroupName
String
networkSecurityGroupName
String
securityRuleName
String

Returns

SecurityRule

Applies to