PublishedBlueprint Constructors
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.
Overloads
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. |
PublishedBlueprint()
Initializes a new instance of the PublishedBlueprint class.
public PublishedBlueprint ();
Public Sub New ()
Applies to
PublishedBlueprint(String, String, String, String, String, BlueprintStatus, String, IDictionary<String,ParameterDefinition>, IDictionary<String, ResourceGroupDefinition>, String, String)
Initializes a new instance of the PublishedBlueprint class.
public PublishedBlueprint (string id = default, string type = default, string name = default, string displayName = default, string description = default, Microsoft.Azure.Management.Blueprint.Models.BlueprintStatus status = default, string targetScope = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.Blueprint.Models.ParameterDefinition> parameters = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.Blueprint.Models.ResourceGroupDefinition> resourceGroups = default, string blueprintName = default, string changeNotes = default);
new Microsoft.Azure.Management.Blueprint.Models.PublishedBlueprint : string * string * string * string * string * Microsoft.Azure.Management.Blueprint.Models.BlueprintStatus * string * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.Blueprint.Models.ParameterDefinition> * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.Blueprint.Models.ResourceGroupDefinition> * string * string -> Microsoft.Azure.Management.Blueprint.Models.PublishedBlueprint
Public Sub New (Optional id As String = Nothing, Optional type As String = Nothing, Optional name As String = Nothing, Optional displayName As String = Nothing, Optional description As String = Nothing, Optional status As BlueprintStatus = Nothing, Optional targetScope As String = Nothing, Optional parameters As IDictionary(Of String, ParameterDefinition) = Nothing, Optional resourceGroups As IDictionary(Of String, ResourceGroupDefinition) = Nothing, Optional blueprintName As String = Nothing, Optional changeNotes As String = Nothing)
Parameters
- id
- String
String Id used to locate any resource on Azure.
- type
- String
Type of this resource.
- name
- String
Name of this resource.
- displayName
- String
One-liner string explain this resource.
- description
- String
Multi-line explain this resource.
- status
- BlueprintStatus
Status of the blueprint. This field is readonly.
- targetScope
- String
The scope where this blueprint definition can be assigned. Possible values include: 'subscription', 'managementGroup'
- parameters
- IDictionary<String,ParameterDefinition>
Parameters required by this blueprint definition.
- resourceGroups
- IDictionary<String,ResourceGroupDefinition>
Resource group placeholders defined by this blueprint definition.
- blueprintName
- String
Name of the published blueprint definition.
- changeNotes
- String
Version-specific change notes.
Applies to
Azure SDK for .NET