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

ManagedOnlineDeployment interface

特定于 ManagedOnlineDeployment 的属性。

扩展

属性

endpointComputeType

多态鉴别器,它指定此对象可以的不同类型的

继承属性

appInsightsEnabled

如果为 true,则启用 Application Insights 日志记录。

codeConfiguration

终结点部署的代码配置。

dataCollector

mdc 配置,在 mdc 为 null 时禁用 mdc。

description

终结点部署的说明。

egressPublicNetworkAccess

如果已启用,则允许出口公共网络访问。 如果禁用,这将创建安全出口。 默认值:已启用。

environmentId

终结点部署的环境规范的 ARM 资源 ID 或 AssetId。

environmentVariables

部署的环境变量配置。

instanceType

计算实例类型。

livenessProbe

运行情况探测会定期监视容器的运行状况。

model

模型的 URI 路径。

modelMountPath

在自定义容器中装载模型的路径。

properties

属性字典。 可以添加属性,但不能删除或更改属性。

provisioningState

终结点部署的预配状态。 注意:此属性不会序列化。 它只能由服务器填充。

readinessProbe

就绪情况探测会验证容器是否准备好为流量提供服务。 属性和默认值与实时探测相同。

requestSettings

请求部署设置。

scaleSettings

部署的规模设置。 如果为 null 或未提供,则默认为 KubernetesOnlineDeployment 的 TargetUtilizationScaleSettings 和 ManagedOnlineDeployment 的 DefaultScaleSettings。

属性详细信息

endpointComputeType

多态鉴别器,它指定此对象可以的不同类型的

endpointComputeType: "Managed"

属性值

"Managed"

继承属性详细信息

appInsightsEnabled

如果为 true,则启用 Application Insights 日志记录。

appInsightsEnabled?: boolean

属性值

boolean

继承自OnlineDeploymentProperties.appInsightsEnabled

codeConfiguration

终结点部署的代码配置。

codeConfiguration?: CodeConfiguration

属性值

继承自OnlineDeploymentProperties.codeConfiguration

dataCollector

mdc 配置,在 mdc 为 null 时禁用 mdc。

dataCollector?: DataCollector

属性值

继承自OnlineDeploymentProperties.dataCollector

description

终结点部署的说明。

description?: string

属性值

string

继承自OnlineDeploymentProperties.description

egressPublicNetworkAccess

如果已启用,则允许出口公共网络访问。 如果禁用,这将创建安全出口。 默认值:已启用。

egressPublicNetworkAccess?: string

属性值

string

继承自OnlineDeploymentProperties.egressPublicNetworkAccess

environmentId

终结点部署的环境规范的 ARM 资源 ID 或 AssetId。

environmentId?: string

属性值

string

继承自OnlineDeploymentProperties.environmentId

environmentVariables

部署的环境变量配置。

environmentVariables?: {[propertyName: string]: string | null}

属性值

{[propertyName: string]: string | null}

继承自OnlineDeploymentProperties.environmentVariables

instanceType

计算实例类型。

instanceType?: string

属性值

string

继承自OnlineDeploymentProperties.instanceType

livenessProbe

运行情况探测会定期监视容器的运行状况。

livenessProbe?: ProbeSettings

属性值

继承自 OnlineDeploymentProperties.livenessProbe

model

模型的 URI 路径。

model?: string

属性值

string

继承自OnlineDeploymentProperties.model

modelMountPath

在自定义容器中装载模型的路径。

modelMountPath?: string

属性值

string

继承自OnlineDeploymentProperties.modelMountPath

properties

属性字典。 可以添加属性,但不能删除或更改属性。

properties?: {[propertyName: string]: string | null}

属性值

{[propertyName: string]: string | null}

继承自OnlineDeploymentProperties.properties

provisioningState

终结点部署的预配状态。 注意:此属性不会序列化。 它只能由服务器填充。

provisioningState?: string

属性值

string

继承自OnlineDeploymentProperties.provisioningState

readinessProbe

就绪情况探测会验证容器是否准备好为流量提供服务。 属性和默认值与实时探测相同。

readinessProbe?: ProbeSettings

属性值

继承自OnlineDeploymentProperties.readinessProbe

requestSettings

请求部署设置。

requestSettings?: OnlineRequestSettings

属性值

继承自OnlineDeploymentProperties.requestSettings

scaleSettings

部署的规模设置。 如果为 null 或未提供,则默认为 KubernetesOnlineDeployment 的 TargetUtilizationScaleSettings 和 ManagedOnlineDeployment 的 DefaultScaleSettings。

scaleSettings?: OnlineScaleSettingsUnion

属性值

继承自OnlineDeploymentProperties.scaleSettings