AzureAiServicesMode Struct

Definition

Indicates whether Azure AI services are enabled for a project.

public readonly struct AzureAiServicesMode : IEquatable<Azure.ResourceManager.DevCenter.Models.AzureAiServicesMode>
type AzureAiServicesMode = struct
Public Structure AzureAiServicesMode
Implements IEquatable(Of AzureAiServicesMode)
Inheritance
AzureAiServicesMode
Implements

Constructors

Name Description
AzureAiServicesMode(String)

Initializes a new instance of AzureAiServicesMode.

Properties

Name Description
AutoDeploy

Azure AI services are enabled for this project and necessary resources will be automatically setup.

Disabled

Azure AI services are disabled for this project.

Methods

Name Description
Equals(AzureAiServicesMode)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(AzureAiServicesMode, AzureAiServicesMode)

Determines if two AzureAiServicesMode values are the same.

Implicit(String to AzureAiServicesMode)

Converts a string to a AzureAiServicesMode.

Implicit(String to Nullable<AzureAiServicesMode>)
Inequality(AzureAiServicesMode, AzureAiServicesMode)

Determines if two AzureAiServicesMode values are not the same.

Applies to