ClusterServiceConfig(String, IEnumerable<ClusterConfigFile>) 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 ClusterServiceConfig.
public ClusterServiceConfig (string component, System.Collections.Generic.IEnumerable<Azure.ResourceManager.HDInsight.Containers.Models.ClusterConfigFile> files);
new Azure.ResourceManager.HDInsight.Containers.Models.ClusterServiceConfig : string * seq<Azure.ResourceManager.HDInsight.Containers.Models.ClusterConfigFile> -> Azure.ResourceManager.HDInsight.Containers.Models.ClusterServiceConfig
Public Sub New (component As String, files As IEnumerable(Of ClusterConfigFile))
Parameters
- component
- String
Name of the component the config files should apply to.
- files
- IEnumerable<ClusterConfigFile>
List of Config Files.
Exceptions
component
or files
is null.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET