OperationsList Constructors
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.
Overloads
OperationsList() |
Initializes a new instance of the OperationsList class. |
OperationsList(Operation) |
Initializes a new instance of the OperationsList class. |
OperationsList()
Initializes a new instance of the OperationsList class.
public OperationsList ();
Public Sub New ()
Applies to
OperationsList(Operation)
Initializes a new instance of the OperationsList class.
public OperationsList (Microsoft.Azure.Management.DeploymentManager.Models.Operation value = default);
new Microsoft.Azure.Management.DeploymentManager.Models.OperationsList : Microsoft.Azure.Management.DeploymentManager.Models.Operation -> Microsoft.Azure.Management.DeploymentManager.Models.OperationsList
Public Sub New (Optional value As Operation = Nothing)
Parameters
- value
- Operation
The list of supported operations
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET