ArmHDInsightModelFactory.ExcludedServicesConfig(String, String) 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.
public static Azure.ResourceManager.HDInsight.Models.ExcludedServicesConfig ExcludedServicesConfig(string excludedServicesConfigId = default, string excludedServicesList = default);
static member ExcludedServicesConfig : string * string -> Azure.ResourceManager.HDInsight.Models.ExcludedServicesConfig
Public Shared Function ExcludedServicesConfig (Optional excludedServicesConfigId As String = Nothing, Optional excludedServicesList As String = Nothing) As ExcludedServicesConfig
Parameters
- excludedServicesConfigId
- String
The config id of excluded services.
- excludedServicesList
- String
The list of excluded services.
Returns
A new ExcludedServicesConfig instance for mocking.