PublishedBlueprint 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 published blueprint.
[Microsoft.Rest.Serialization.JsonTransformation]
public class PublishedBlueprint : Microsoft.Azure.Management.Blueprint.Models.AzureResourceBase
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PublishedBlueprint = class
inherit AzureResourceBase
Public Class PublishedBlueprint
Inherits AzureResourceBase
- Inheritance
- Attributes
Constructors
PublishedBlueprint() |
Initializes a new instance of the PublishedBlueprint class. |
PublishedBlueprint(String, String, String, String, String, BlueprintStatus, String, IDictionary<String,ParameterDefinition>, IDictionary<String, ResourceGroupDefinition>, String, String) |
Initializes a new instance of the PublishedBlueprint class. |
Properties
BlueprintName |
Gets or sets name of the published blueprint definition. |
ChangeNotes |
Gets or sets version-specific change notes. |
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) |
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) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET