Uses of Class
com.azure.resourcemanager.machinelearning.models.DiagnoseResult
-
Packages that use DiagnoseResult Package Description com.azure.resourcemanager.machinelearning.models Package containing the data models for AzureMachineLearningWorkspaces. -
-
Uses of DiagnoseResult in com.azure.resourcemanager.machinelearning.models
Methods in com.azure.resourcemanager.machinelearning.models that return types with arguments of type DiagnoseResult Modifier and Type Method Description List<DiagnoseResult>
DiagnoseResponseResultValue. applicationInsightsResults()
Get the applicationInsightsResults property: The applicationInsightsResults property.List<DiagnoseResult>
DiagnoseResponseResultValue. containerRegistryResults()
Get the containerRegistryResults property: The containerRegistryResults property.List<DiagnoseResult>
DiagnoseResponseResultValue. dnsResolutionResults()
Get the dnsResolutionResults property: The dnsResolutionResults property.List<DiagnoseResult>
DiagnoseResponseResultValue. keyVaultResults()
Get the keyVaultResults property: The keyVaultResults property.List<DiagnoseResult>
DiagnoseResponseResultValue. networkSecurityRuleResults()
Get the networkSecurityRuleResults property: The networkSecurityRuleResults property.List<DiagnoseResult>
DiagnoseResponseResultValue. otherResults()
Get the otherResults property: The otherResults property.List<DiagnoseResult>
DiagnoseResponseResultValue. resourceLockResults()
Get the resourceLockResults property: The resourceLockResults property.List<DiagnoseResult>
DiagnoseResponseResultValue. storageAccountResults()
Get the storageAccountResults property: The storageAccountResults property.List<DiagnoseResult>
DiagnoseResponseResultValue. userDefinedRouteResults()
Get the userDefinedRouteResults property: The userDefinedRouteResults property.Method parameters in com.azure.resourcemanager.machinelearning.models with type arguments of type DiagnoseResult Modifier and Type Method Description DiagnoseResponseResultValue
DiagnoseResponseResultValue. withApplicationInsightsResults(List<DiagnoseResult> applicationInsightsResults)
Set the applicationInsightsResults property: The applicationInsightsResults property.DiagnoseResponseResultValue
DiagnoseResponseResultValue. withContainerRegistryResults(List<DiagnoseResult> containerRegistryResults)
Set the containerRegistryResults property: The containerRegistryResults property.DiagnoseResponseResultValue
DiagnoseResponseResultValue. withDnsResolutionResults(List<DiagnoseResult> dnsResolutionResults)
Set the dnsResolutionResults property: The dnsResolutionResults property.DiagnoseResponseResultValue
DiagnoseResponseResultValue. withKeyVaultResults(List<DiagnoseResult> keyVaultResults)
Set the keyVaultResults property: The keyVaultResults property.DiagnoseResponseResultValue
DiagnoseResponseResultValue. withNetworkSecurityRuleResults(List<DiagnoseResult> networkSecurityRuleResults)
Set the networkSecurityRuleResults property: The networkSecurityRuleResults property.DiagnoseResponseResultValue
DiagnoseResponseResultValue. withOtherResults(List<DiagnoseResult> otherResults)
Set the otherResults property: The otherResults property.DiagnoseResponseResultValue
DiagnoseResponseResultValue. withResourceLockResults(List<DiagnoseResult> resourceLockResults)
Set the resourceLockResults property: The resourceLockResults property.DiagnoseResponseResultValue
DiagnoseResponseResultValue. withStorageAccountResults(List<DiagnoseResult> storageAccountResults)
Set the storageAccountResults property: The storageAccountResults property.DiagnoseResponseResultValue
DiagnoseResponseResultValue. withUserDefinedRouteResults(List<DiagnoseResult> userDefinedRouteResults)
Set the userDefinedRouteResults property: The userDefinedRouteResults property.
-