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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET