ArmSelfHelpModelFactory.DiscoveryNlpContent 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 DiscoveryNlpContent.
public static Azure.ResourceManager.SelfHelp.Models.DiscoveryNlpContent DiscoveryNlpContent (string issueSummary = default, string resourceId = default, string serviceId = default, string additionalContext = default);
static member DiscoveryNlpContent : string * string * string * string -> Azure.ResourceManager.SelfHelp.Models.DiscoveryNlpContent
Public Shared Function DiscoveryNlpContent (Optional issueSummary As String = Nothing, Optional resourceId As String = Nothing, Optional serviceId As String = Nothing, Optional additionalContext As String = Nothing) As DiscoveryNlpContent
Parameters
- issueSummary
- String
Natural language description of the issue.
- resourceId
- String
ARM resource Id of the resource that is having the issue. Only applicable for Discovery Solution NLP Subscription Scope.
- serviceId
- String
ARM service Id of the service that is having the issue. For more information on service Id see https://learn.microsoft.com/rest/api/support/services/list?tabs=HTTP.
- additionalContext
- String
Additional information in the form of a string.
Returns
A new DiscoveryNlpContent instance for mocking.
Applies to
Azure SDK for .NET