你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Deployment 类

定义

认知服务帐户部署。

public class Deployment : Microsoft.Azure.Management.CognitiveServices.Models.ProxyResource
type Deployment = class
    inherit ProxyResource
Public Class Deployment
Inherits ProxyResource
继承

构造函数

Deployment()

初始化 Deployment 类的新实例。

Deployment(String, String, String, SystemData, String, DeploymentProperties)

初始化 Deployment 类的新实例。

属性

Etag

获取资源 Etag。

Id

获取资源的完全限定的资源 ID。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(继承自 Resource)
Name

获取资源的名称

(继承自 Resource)
Properties

获取或设置认知服务帐户部署的属性。

SystemData

认知服务帐户部署。

Type

获取资源的类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”

(继承自 Resource)

适用于