IntegrationAccountBatchConfigurationsOperationsExtensions.List 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.
List the batch configurations for an integration account.
public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Logic.Models.BatchConfiguration> List(this Microsoft.Azure.Management.Logic.IIntegrationAccountBatchConfigurationsOperations operations, string resourceGroupName, string integrationAccountName);
static member List : Microsoft.Azure.Management.Logic.IIntegrationAccountBatchConfigurationsOperations * string * string -> seq<Microsoft.Azure.Management.Logic.Models.BatchConfiguration>
<Extension()>
Public Function List (operations As IIntegrationAccountBatchConfigurationsOperations, resourceGroupName As String, integrationAccountName As String) As IEnumerable(Of BatchConfiguration)
Parameters
The operations group for this extension method.
- resourceGroupName
- String
The resource group name.
- integrationAccountName
- String
The integration account name.
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET