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)

リソースに格納されているデプロイ テプレート。

プロパティ

ResourceName

デプロイ テンプレートを含むアセンブリ リソース ファイルの名前。

適用対象