Language

ExternalEvaluationEndpointSettings Class

Definition

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.

Applies to