Udostępnij za pośrednictwem


ArmSelfHelpModelFactory.DiscoveryNlpContent Method

Definition

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