你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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-05-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.