你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
NetworkManagerSecurityUserRulesCollection.GetAll 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.
Lists all the security user rule collections in a security configuration, in a paginated format.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityUserConfigurations/{configurationName}/ruleCollections
- Operation Id: SecurityUserRuleCollections_List
- Default Api Version: 2024-05-01
- Resource: NetworkManagerSecurityUserRulesResource
public virtual Azure.Pageable<Azure.ResourceManager.Network.NetworkManagerSecurityUserRulesResource> GetAll(int? top = default, string skipToken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : Nullable<int> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.NetworkManagerSecurityUserRulesResource>
override this.GetAll : Nullable<int> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.NetworkManagerSecurityUserRulesResource>
Public Overridable Function GetAll (Optional top As Nullable(Of Integer) = Nothing, Optional skipToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of NetworkManagerSecurityUserRulesResource)
Parameters
An optional query parameter which specifies the maximum number of records to be returned by the server.
- skipToken
- String
SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of NetworkManagerSecurityUserRulesResource that may take multiple service requests to iterate over.