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

DeploymentWhatIfProperties 类

定义

部署 What-if 属性。

public class DeploymentWhatIfProperties : Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentProperties
type DeploymentWhatIfProperties = class
    inherit DeploymentProperties
Public Class DeploymentWhatIfProperties
Inherits DeploymentProperties
继承
DeploymentWhatIfProperties

构造函数

DeploymentWhatIfProperties()

初始化 DeploymentWhatIfProperties 类的新实例。

DeploymentWhatIfProperties(DeploymentMode, Object, TemplateLink, Object, ParametersLink, DebugSetting, OnErrorDeployment, ExpressionEvaluationOptions, DeploymentWhatIfSettings)

初始化 DeploymentWhatIfProperties 类的新实例。

属性

DebugSetting

获取或设置部署的调试设置。

(继承自 DeploymentProperties)
ExpressionEvaluationOptions

获取或设置指定是在父模板还是嵌套模板的范围内计算模板表达式。 仅适用于嵌套模板。 如果未指定,默认值为 outer。

(继承自 DeploymentProperties)
Mode

获取或设置用于部署资源的模式。 此值可以是 Incremental 或 Complete。 在增量模式下,将在不删除模板中未包含的现有资源的情况下部署资源。 在“完成”模式下,将部署资源,并删除资源组中未包含在模板中的现有资源。 使用“完成”模式时要小心,因为可能会无意中删除资源。 可能的值包括:“Incremental”、“Complete”

(继承自 DeploymentProperties)
OnErrorDeployment

获取或设置错误行为时部署。

(继承自 DeploymentProperties)
Parameters

获取或设置定义模板部署参数的名称和值对。 如果要直接在请求中提供参数值,而不是链接到现有参数文件,请使用此元素。 使用 parametersLink 属性或 parameters 属性,但不能同时使用两者。 它可以是 JObject 或格式正确的 JSON 字符串。

(继承自 DeploymentProperties)
ParametersLink

获取或设置参数文件的 URI。 使用此元素链接到现有参数文件。 使用 parametersLink 属性或 parameters 属性,但不能同时使用两者。

(继承自 DeploymentProperties)
Template

获取或设置模板内容。 如果要直接在请求中传递模板语法,而不是链接到现有模板,请使用此元素。 它可以是 JObject 或格式正确的 JSON 字符串。 使用 templateLink 属性或 template 属性,但不能同时使用两者。

(继承自 DeploymentProperties)
TemplateLink

获取或设置模板的 URI。 使用 templateLink 属性或 template 属性,但不能同时使用两者。

(继承自 DeploymentProperties)
WhatIfSettings

获取或设置可选的What-If操作设置。

方法

Validate()

验证 对象。

适用于