DscConfigurationCollection.GetAllAsync 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.
Retrieve a list of configurations.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/configurations
- Operation Id: DscConfiguration_ListByAutomationAccount
public virtual Azure.AsyncPageable<Azure.ResourceManager.Automation.DscConfigurationResource> GetAllAsync (string filter = default, int? skip = default, int? top = default, string inlinecount = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * Nullable<int> * Nullable<int> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Automation.DscConfigurationResource>
override this.GetAllAsync : string * Nullable<int> * Nullable<int> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Automation.DscConfigurationResource>
Public Overridable Function GetAllAsync (Optional filter As String = Nothing, Optional skip As Nullable(Of Integer) = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional inlinecount As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DscConfigurationResource)
Parameters
- filter
- String
The filter to apply on the operation.
- inlinecount
- String
Return total rows.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async collection of DscConfigurationResource that may take multiple service requests to iterate over.
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