NetworkManagerSecurityUserConfigurationResource.GetNetworkManagerSecurityUserRulesAsync 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.
Gets a network manager security user configuration rule collection.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityUserConfigurations/{configurationName}/ruleCollections/{ruleCollectionName}
- Operation Id: SecurityUserRuleCollections_Get
- Default Api Version: 2024-03-01
- Resource: NetworkManagerSecurityUserRulesResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.NetworkManagerSecurityUserRulesResource>> GetNetworkManagerSecurityUserRulesAsync (string ruleCollectionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetNetworkManagerSecurityUserRulesAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.NetworkManagerSecurityUserRulesResource>>
override this.GetNetworkManagerSecurityUserRulesAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.NetworkManagerSecurityUserRulesResource>>
Public Overridable Function GetNetworkManagerSecurityUserRulesAsync (ruleCollectionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of NetworkManagerSecurityUserRulesResource))
Parameters
- ruleCollectionName
- String
The name of the network manager security Configuration rule collection.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
ruleCollectionName
is null.
ruleCollectionName
is an empty string, and was expected to be non-empty.
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET