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

ProvisionableTemplateAttribute 类

定义

用于描述部署模板的属性。

[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class, AllowMultiple=true, Inherited=false)]
public class ProvisionableTemplateAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class, AllowMultiple=true, Inherited=false)>]
type ProvisionableTemplateAttribute = class
    inherit Attribute
Public Class ProvisionableTemplateAttribute
Inherits Attribute
继承
ProvisionableTemplateAttribute
属性

构造函数

ProvisionableTemplateAttribute(String)

部署存储在资源中的 teplate。

属性

ResourceName

包含部署模板的程序集资源文件的名称。

适用于