ArmHDInsightContainersModelFactory.ClusterServiceConfigProperties Method
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 ClusterServiceConfigProperties.
public static Azure.ResourceManager.HDInsight.Containers.Models.ClusterServiceConfigProperties ClusterServiceConfigProperties (string serviceName = default, string fileName = default, string content = default, string componentName = default, string serviceConfigListResultPropertiesType = default, string path = default, System.Collections.Generic.IReadOnlyDictionary<string,string> customKeys = default, System.Collections.Generic.IReadOnlyDictionary<string,Azure.ResourceManager.HDInsight.Containers.Models.ClusterServiceConfigValueEntity> defaultKeys = default);
static member ClusterServiceConfigProperties : string * string * string * string * string * string * System.Collections.Generic.IReadOnlyDictionary<string, string> * System.Collections.Generic.IReadOnlyDictionary<string, Azure.ResourceManager.HDInsight.Containers.Models.ClusterServiceConfigValueEntity> -> Azure.ResourceManager.HDInsight.Containers.Models.ClusterServiceConfigProperties
Public Shared Function ClusterServiceConfigProperties (Optional serviceName As String = Nothing, Optional fileName As String = Nothing, Optional content As String = Nothing, Optional componentName As String = Nothing, Optional serviceConfigListResultPropertiesType As String = Nothing, Optional path As String = Nothing, Optional customKeys As IReadOnlyDictionary(Of String, String) = Nothing, Optional defaultKeys As IReadOnlyDictionary(Of String, ClusterServiceConfigValueEntity) = Nothing) As ClusterServiceConfigProperties
Parameters
- serviceName
- String
Service Config Name.
- fileName
- String
File Name.
- content
- String
Content in the service config file.
- componentName
- String
Component Name.
- serviceConfigListResultPropertiesType
- String
Config type.
- path
- String
Config file path.
- customKeys
- IReadOnlyDictionary<String,String>
The custom keys.
- defaultKeys
- IReadOnlyDictionary<String,ClusterServiceConfigValueEntity>
The default keys.
Returns
A new ClusterServiceConfigProperties instance for mocking.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET