ArmModelFactory.DeploymentListResult 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.
Creates a new instance of DeploymentListResult(List<DeploymentExtended>, String).
public static Azure.Connectors.Sdk.Arm.Models.DeploymentListResult DeploymentListResult(System.Collections.Generic.List<Azure.Connectors.Sdk.Arm.Models.DeploymentExtended> value = default, string nextLink = default);
static member DeploymentListResult : System.Collections.Generic.List<Azure.Connectors.Sdk.Arm.Models.DeploymentExtended> * string -> Azure.Connectors.Sdk.Arm.Models.DeploymentListResult
Public Shared Function DeploymentListResult (Optional value As List(Of DeploymentExtended) = Nothing, Optional nextLink As String = Nothing) As DeploymentListResult
Parameters
- value
- List<DeploymentExtended>
- nextLink
- String