BlueprintModel 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.
Represents a Blueprint definition.
[Microsoft.Rest.Serialization.JsonTransformation]
public class BlueprintModel : Microsoft.Azure.Management.Blueprint.Models.AzureResourceBase
[<Microsoft.Rest.Serialization.JsonTransformation>]
type BlueprintModel = class
inherit AzureResourceBase
Public Class BlueprintModel
Inherits AzureResourceBase
- Inheritance
- Attributes
Constructors
BlueprintModel() |
Initializes a new instance of the BlueprintModel class. |
BlueprintModel(String, String, String, String, String, BlueprintStatus, String, IDictionary<String,ParameterDefinition>, IDictionary<String, ResourceGroupDefinition>, Object, Object) |
Initializes a new instance of the BlueprintModel class. |
Properties
Description |
Gets or sets multi-line explain this resource. |
DisplayName |
Gets or sets one-liner string explain this resource. |
Id |
Gets string Id used to locate any resource on Azure. (Inherited from AzureResourceBase) |
Layout |
Gets or sets layout view of the blueprint definition for UI reference. |
Name |
Gets name of this resource. (Inherited from AzureResourceBase) |
Parameters |
Gets or sets parameters required by this blueprint definition. |
ResourceGroups |
Gets or sets resource group placeholders defined by this blueprint definition. |
Status |
Gets status of the blueprint. This field is readonly. |
TargetScope |
Gets or sets the scope where this blueprint definition can be assigned. Possible values include: 'subscription', 'managementGroup' |
Type |
Gets type of this resource. (Inherited from AzureResourceBase) |
Versions |
Gets or sets published versions of this blueprint definition. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET