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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET