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