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

DeploymentScript 类

定义

部署脚本对象。

public class DeploymentScript : Microsoft.Azure.Management.ResourceManager.Models.AzureResourceBase
type DeploymentScript = class
    inherit AzureResourceBase
Public Class DeploymentScript
Inherits AzureResourceBase
继承
DeploymentScript
派生

构造函数

DeploymentScript()

初始化 DeploymentScript 类的新实例。

DeploymentScript(String, String, String, String, ManagedServiceIdentity, IDictionary<String,String>, SystemData)

初始化 DeploymentScript 类的新实例。

属性

Id

获取用于在 Azure 上查找任何资源的字符串 ID。

(继承自 AzureResourceBase)
Identity

获取或设置可选属性。 要用于此部署脚本的托管标识。 目前,仅支持用户分配的 MSI。

Location

获取或设置部署脚本的 ACI 和存储帐户的位置。

Name

获取此资源的名称。

(继承自 AzureResourceBase)
SystemData

获取与此资源相关的系统元数据。

Tags

获取或设置资源标记。

Type

获取此资源的类型。

(继承自 AzureResourceBase)

方法

Validate()

验证 对象。

适用于