ProvisionableTemplateAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Attribute used to describe a deployment template.
[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
- Inheritance
-
ProvisionableTemplateAttribute
- Attributes
Constructors
ProvisionableTemplateAttribute(String) |
Deployment teplate stored in resources. |
Properties
ResourceName |
Name of assembly resource file containing a deployment template. |
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET