BlueprintModel Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
BlueprintModel() |
Initialiseert een nieuw exemplaar van de klasse BlueprintModel. |
BlueprintModel(String, String, String, String, String, BlueprintStatus, String, IDictionary<String,ParameterDefinition>, IDictionary<String, ResourceGroupDefinition>, Object, Object) |
Initialiseert een nieuw exemplaar van de klasse BlueprintModel. |
BlueprintModel()
Initialiseert een nieuw exemplaar van de klasse BlueprintModel.
public BlueprintModel ();
Public Sub New ()
Van toepassing op
BlueprintModel(String, String, String, String, String, BlueprintStatus, String, IDictionary<String,ParameterDefinition>, IDictionary<String, ResourceGroupDefinition>, Object, Object)
Initialiseert een nieuw exemplaar van de klasse BlueprintModel.
public BlueprintModel (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, object versions = default, object layout = default);
new Microsoft.Azure.Management.Blueprint.Models.BlueprintModel : 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> * obj * obj -> Microsoft.Azure.Management.Blueprint.Models.BlueprintModel
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 versions As Object = Nothing, Optional layout As Object = Nothing)
Parameters
- id
- String
Tekenreeks-id die wordt gebruikt om een resource in Azure te zoeken.
- type
- String
Type van deze resource.
- name
- String
Naam van deze resource.
- displayName
- String
Eén lijntekenreeks legt deze resource uit.
- description
- String
Uitleg over deze resource in meerdere regels.
- status
- BlueprintStatus
Status van de blauwdruk. Dit veld is alleen-lezen.
- targetScope
- String
Het bereik waaraan deze blauwdrukdefinitie kan worden toegewezen. Mogelijke waarden zijn: 'subscription', 'managementGroup'
- parameters
- IDictionary<String,ParameterDefinition>
Parameters die vereist zijn voor deze blauwdrukdefinitie.
- resourceGroups
- IDictionary<String,ResourceGroupDefinition>
Tijdelijke aanduidingen voor resourcegroepen die zijn gedefinieerd door deze blauwdrukdefinitie.
- versions
- Object
Gepubliceerde versies van deze blauwdrukdefinitie.
- layout
- Object
Indelingsweergave van de blauwdrukdefinitie voor naslaginformatie over de gebruikersinterface.
Van toepassing op
Azure SDK for .NET