ArmAppComplianceAutomationModelFactory.ReportListInUseStorageAccountsResult 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.
Initializes a new instance of ReportListInUseStorageAccountsResult.
public static Azure.ResourceManager.AppComplianceAutomation.Models.ReportListInUseStorageAccountsResult ReportListInUseStorageAccountsResult (System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppComplianceAutomation.Models.ReportStorageInfo> storageAccountList = default);
static member ReportListInUseStorageAccountsResult : seq<Azure.ResourceManager.AppComplianceAutomation.Models.ReportStorageInfo> -> Azure.ResourceManager.AppComplianceAutomation.Models.ReportListInUseStorageAccountsResult
Public Shared Function ReportListInUseStorageAccountsResult (Optional storageAccountList As IEnumerable(Of ReportStorageInfo) = Nothing) As ReportListInUseStorageAccountsResult
Parameters
- storageAccountList
- IEnumerable<ReportStorageInfo>
The storage account list which in use in related reports.
Returns
A new ReportListInUseStorageAccountsResult instance for mocking.
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