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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET