ExternalEvaluationEndpointSettings Class
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.
The settings of an external endpoint providing evaluation results.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.ExternalEvaluationEndpointSettingsTypeConverter))]
public class ExternalEvaluationEndpointSettings : Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IExternalEvaluationEndpointSettings
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.ExternalEvaluationEndpointSettingsTypeConverter))>]
type ExternalEvaluationEndpointSettings = class
interface IExternalEvaluationEndpointSettings
interface IJsonSerializable
Public Class ExternalEvaluationEndpointSettings
Implements IExternalEvaluationEndpointSettings
- Inheritance
-
ExternalEvaluationEndpointSettings
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ExternalEvaluationEndpointSettings() |
Creates an new ExternalEvaluationEndpointSettings instance. |
Properties
| Name | Description |
|---|---|
| Detail |
The details of the endpoint. |
| Kind |
The kind of the endpoint. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ExternalEvaluationEndpointSettings. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ExternalEvaluationEndpointSettings. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IExternalEvaluationEndpointSettings. |
| FromJsonString(String) |
Creates a new instance of ExternalEvaluationEndpointSettings, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ExternalEvaluationEndpointSettings into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |