ClusterLibraryManagementOperationProperties Constructor
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 ClusterLibraryManagementOperationProperties.
public ClusterLibraryManagementOperationProperties (Azure.ResourceManager.HDInsight.Containers.Models.LibraryManagementAction action, System.Collections.Generic.IEnumerable<Azure.ResourceManager.HDInsight.Containers.Models.ClusterLibrary> libraries);
new Azure.ResourceManager.HDInsight.Containers.Models.ClusterLibraryManagementOperationProperties : Azure.ResourceManager.HDInsight.Containers.Models.LibraryManagementAction * seq<Azure.ResourceManager.HDInsight.Containers.Models.ClusterLibrary> -> Azure.ResourceManager.HDInsight.Containers.Models.ClusterLibraryManagementOperationProperties
Public Sub New (action As LibraryManagementAction, libraries As IEnumerable(Of ClusterLibrary))
Parameters
- action
- LibraryManagementAction
The library management action.
- libraries
- IEnumerable<ClusterLibrary>
The libraries to be installed/updated/uninstalled.
Exceptions
libraries
is null.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET