IDiscoveryNlpRequest Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.DiscoveryNlpRequestTypeConverter))]
public interface IDiscoveryNlpRequest : Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.DiscoveryNlpRequestTypeConverter))>]
type IDiscoveryNlpRequest = interface
interface IJsonSerializable
Public Interface IDiscoveryNlpRequest
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| AdditionalContext |
Additional information in the form of a string. |
| IssueSummary |
Describe the issue with the affected resource. |
| ResourceId |
Provide resourceId of affected resource |
| ServiceId |
Service Classification id for the resource. You can find required serviceId from Services API: https://learn.microsoft.com/rest/api/support/services/list?tabs=HTTP Service Id is the GUID which can be found under name field in Services List response |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |