CognitiveServicesAccountDeploymentProperties Class

Definition

Properties of Cognitive Services account deployment.

public class CognitiveServicesAccountDeploymentProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesAccountDeploymentProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesAccountDeploymentProperties>
type CognitiveServicesAccountDeploymentProperties = class
    interface IJsonModel<CognitiveServicesAccountDeploymentProperties>
    interface IPersistableModel<CognitiveServicesAccountDeploymentProperties>
Public Class CognitiveServicesAccountDeploymentProperties
Implements IJsonModel(Of CognitiveServicesAccountDeploymentProperties), IPersistableModel(Of CognitiveServicesAccountDeploymentProperties)
Inheritance
CognitiveServicesAccountDeploymentProperties
Implements

Constructors

CognitiveServicesAccountDeploymentProperties()

Initializes a new instance of CognitiveServicesAccountDeploymentProperties.

Properties

CallRateLimit

The call rate limit Cognitive Services account.

Capabilities

The capabilities.

Model

Properties of Cognitive Services account deployment model.

ProvisioningState

Gets the status of the resource at the time the operation was called.

RaiPolicyName

The name of RAI policy.

RateLimits

Gets the rate limits.

ScaleSettings

Properties of Cognitive Services account deployment model.

VersionUpgradeOption

Deployment model version upgrade option.

Explicit Interface Implementations

IJsonModel<CognitiveServicesAccountDeploymentProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<CognitiveServicesAccountDeploymentProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CognitiveServicesAccountDeploymentProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CognitiveServicesAccountDeploymentProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<CognitiveServicesAccountDeploymentProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to