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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET