NetworkManagerResource.GetActiveConnectivityConfigurationsAsync 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 active connectivity configurations in a network manager.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/listActiveConnectivityConfigurations
- Operation Id: ListActiveConnectivityConfigurations
- Default Api Version: 2024-03-01
- Resource: ExpressRouteProviderPortResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.Network.Models.ActiveConnectivityConfiguration> GetActiveConnectivityConfigurationsAsync (Azure.ResourceManager.Network.Models.ActiveConfigurationContent content, int? top = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetActiveConnectivityConfigurationsAsync : Azure.ResourceManager.Network.Models.ActiveConfigurationContent * Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.Models.ActiveConnectivityConfiguration>
override this.GetActiveConnectivityConfigurationsAsync : Azure.ResourceManager.Network.Models.ActiveConfigurationContent * Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.Models.ActiveConnectivityConfiguration>
Public Overridable Function GetActiveConnectivityConfigurationsAsync (content As ActiveConfigurationContent, Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ActiveConnectivityConfiguration)
Parameters
- content
- ActiveConfigurationContent
Active Configuration Parameter.
An optional query parameter which specifies the maximum number of records to be returned by the server.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async collection of ActiveConnectivityConfiguration that may take multiple service requests to iterate over.
Exceptions
content
is null.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET