IProject.AzureAiServiceSettingAzureAiServicesMode Property
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 property indicates whether Azure AI services is enabled.
[Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="The property indicates whether Azure AI services is enabled.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.AzureAiServicesMode) }, ReadOnly=false, Required=false, SerializedName="azureAiServicesMode")]
public Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.AzureAiServicesMode? AzureAiServiceSettingAzureAiServicesMode { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="The property indicates whether Azure AI services is enabled.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.AzureAiServicesMode) }, ReadOnly=false, Required=false, SerializedName="azureAiServicesMode")>]
member this.AzureAiServiceSettingAzureAiServicesMode : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.AzureAiServicesMode> with get, set
Public Property AzureAiServiceSettingAzureAiServicesMode As Nullable(Of AzureAiServicesMode)
Property Value
- Attributes