NetworkManagementClientExtensions.ListNetworkManagerEffectiveSecurityAdminRules Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List all effective security admin rules applied on a virtual network.
public static Microsoft.Azure.Management.Network.Models.NetworkManagerEffectiveSecurityAdminRulesListResult ListNetworkManagerEffectiveSecurityAdminRules (this Microsoft.Azure.Management.Network.INetworkManagementClient operations, Microsoft.Azure.Management.Network.Models.QueryRequestOptions parameters, string resourceGroupName, string virtualNetworkName, int? top = default);
static member ListNetworkManagerEffectiveSecurityAdminRules : Microsoft.Azure.Management.Network.INetworkManagementClient * Microsoft.Azure.Management.Network.Models.QueryRequestOptions * string * string * Nullable<int> -> Microsoft.Azure.Management.Network.Models.NetworkManagerEffectiveSecurityAdminRulesListResult
<Extension()>
Public Function ListNetworkManagerEffectiveSecurityAdminRules (operations As INetworkManagementClient, parameters As QueryRequestOptions, resourceGroupName As String, virtualNetworkName As String, Optional top As Nullable(Of Integer) = Nothing) As NetworkManagerEffectiveSecurityAdminRulesListResult
Parameters
- operations
- INetworkManagementClient
The operations group for this extension method.
- parameters
- QueryRequestOptions
Parameters supplied to list correct page.
- resourceGroupName
- String
The name of the resource group.
- virtualNetworkName
- String
The name of the virtual network.
An optional query parameter which specifies the maximum number of records to be returned by the server.
Returns
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET