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
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