Freigeben über


AzureAiServicesSettings Class

Definition

Configures Azure AI related services for the project.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.AzureAiServicesSettingsTypeConverter))]
public class AzureAiServicesSettings : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IAzureAiServicesSettings
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.AzureAiServicesSettingsTypeConverter))>]
type AzureAiServicesSettings = class
    interface IAzureAiServicesSettings
    interface IJsonSerializable
Public Class AzureAiServicesSettings
Implements IAzureAiServicesSettings
Inheritance
AzureAiServicesSettings
Attributes
Implements

Constructors

Name Description
AzureAiServicesSettings()

Creates an new AzureAiServicesSettings instance.

Properties

Name Description
AzureAiServicesMode

The property indicates whether Azure AI services is enabled.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AzureAiServicesSettings.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureAiServicesSettings.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IAzureAiServicesSettings.

FromJsonString(String)

Creates a new instance of AzureAiServicesSettings, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureAiServicesSettings into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to