ArmMachineLearningModelFactory.MachineLearningDiagnoseResultValue 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 MachineLearningDiagnoseResultValue.
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningDiagnoseResultValue MachineLearningDiagnoseResultValue (System.Collections.Generic.IEnumerable<Azure.ResourceManager.MachineLearning.Models.MachineLearningDiagnoseResult> userDefinedRouteResults = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MachineLearning.Models.MachineLearningDiagnoseResult> networkSecurityRuleResults = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MachineLearning.Models.MachineLearningDiagnoseResult> resourceLockResults = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MachineLearning.Models.MachineLearningDiagnoseResult> dnsResolutionResults = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MachineLearning.Models.MachineLearningDiagnoseResult> storageAccountResults = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MachineLearning.Models.MachineLearningDiagnoseResult> keyVaultResults = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MachineLearning.Models.MachineLearningDiagnoseResult> containerRegistryResults = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MachineLearning.Models.MachineLearningDiagnoseResult> applicationInsightsResults = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MachineLearning.Models.MachineLearningDiagnoseResult> otherResults = default);
static member MachineLearningDiagnoseResultValue : seq<Azure.ResourceManager.MachineLearning.Models.MachineLearningDiagnoseResult> * seq<Azure.ResourceManager.MachineLearning.Models.MachineLearningDiagnoseResult> * seq<Azure.ResourceManager.MachineLearning.Models.MachineLearningDiagnoseResult> * seq<Azure.ResourceManager.MachineLearning.Models.MachineLearningDiagnoseResult> * seq<Azure.ResourceManager.MachineLearning.Models.MachineLearningDiagnoseResult> * seq<Azure.ResourceManager.MachineLearning.Models.MachineLearningDiagnoseResult> * seq<Azure.ResourceManager.MachineLearning.Models.MachineLearningDiagnoseResult> * seq<Azure.ResourceManager.MachineLearning.Models.MachineLearningDiagnoseResult> * seq<Azure.ResourceManager.MachineLearning.Models.MachineLearningDiagnoseResult> -> Azure.ResourceManager.MachineLearning.Models.MachineLearningDiagnoseResultValue
Public Shared Function MachineLearningDiagnoseResultValue (Optional userDefinedRouteResults As IEnumerable(Of MachineLearningDiagnoseResult) = Nothing, Optional networkSecurityRuleResults As IEnumerable(Of MachineLearningDiagnoseResult) = Nothing, Optional resourceLockResults As IEnumerable(Of MachineLearningDiagnoseResult) = Nothing, Optional dnsResolutionResults As IEnumerable(Of MachineLearningDiagnoseResult) = Nothing, Optional storageAccountResults As IEnumerable(Of MachineLearningDiagnoseResult) = Nothing, Optional keyVaultResults As IEnumerable(Of MachineLearningDiagnoseResult) = Nothing, Optional containerRegistryResults As IEnumerable(Of MachineLearningDiagnoseResult) = Nothing, Optional applicationInsightsResults As IEnumerable(Of MachineLearningDiagnoseResult) = Nothing, Optional otherResults As IEnumerable(Of MachineLearningDiagnoseResult) = Nothing) As MachineLearningDiagnoseResultValue
Parameters
- userDefinedRouteResults
- IEnumerable<MachineLearningDiagnoseResult>
- networkSecurityRuleResults
- IEnumerable<MachineLearningDiagnoseResult>
- resourceLockResults
- IEnumerable<MachineLearningDiagnoseResult>
- dnsResolutionResults
- IEnumerable<MachineLearningDiagnoseResult>
- storageAccountResults
- IEnumerable<MachineLearningDiagnoseResult>
- keyVaultResults
- IEnumerable<MachineLearningDiagnoseResult>
- containerRegistryResults
- IEnumerable<MachineLearningDiagnoseResult>
- applicationInsightsResults
- IEnumerable<MachineLearningDiagnoseResult>
- otherResults
- IEnumerable<MachineLearningDiagnoseResult>
Returns
A new MachineLearningDiagnoseResultValue instance for mocking.
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