ArmSecurityCenterModelFactory.AzureDevOpsOrgListResult 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.
public static Azure.ResourceManager.SecurityCenter.Models.AzureDevOpsOrgListResult AzureDevOpsOrgListResult(System.Collections.Generic.IEnumerable<Azure.ResourceManager.SecurityCenter.AzureDevOpsOrgData> value = default, Uri nextLink = default);
static member AzureDevOpsOrgListResult : seq<Azure.ResourceManager.SecurityCenter.AzureDevOpsOrgData> * Uri -> Azure.ResourceManager.SecurityCenter.Models.AzureDevOpsOrgListResult
Public Shared Function AzureDevOpsOrgListResult (Optional value As IEnumerable(Of AzureDevOpsOrgData) = Nothing, Optional nextLink As Uri = Nothing) As AzureDevOpsOrgListResult
Parameters
- value
- IEnumerable<AzureDevOpsOrgData>
The AzureDevOpsOrg items on this page.
- nextLink
- Uri
The link to the next page of items.
Returns
A new AzureDevOpsOrgListResult instance for mocking.