TemplateArtifact Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
TemplateArtifact() |
Inicializuje novou instanci TemplateArtifact třídy. |
TemplateArtifact(Object, IDictionary<String,ParameterValue>, String, String, String, String, String, IList<String>, String) |
Inicializuje novou instanci TemplateArtifact třídy. |
TemplateArtifact()
Inicializuje novou instanci TemplateArtifact třídy.
public TemplateArtifact ();
Public Sub New ()
Platí pro
TemplateArtifact(Object, IDictionary<String,ParameterValue>, String, String, String, String, String, IList<String>, String)
Inicializuje novou instanci TemplateArtifact třídy.
public TemplateArtifact (object template, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.Blueprint.Models.ParameterValue> parameters, string id = default, string type = default, string name = default, string displayName = default, string description = default, System.Collections.Generic.IList<string> dependsOn = default, string resourceGroup = default);
new Microsoft.Azure.Management.Blueprint.Models.TemplateArtifact : obj * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.Blueprint.Models.ParameterValue> * string * string * string * string * string * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.Blueprint.Models.TemplateArtifact
Public Sub New (template As Object, parameters As IDictionary(Of String, ParameterValue), 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 dependsOn As IList(Of String) = Nothing, Optional resourceGroup As String = Nothing)
Parametry
- template
- Object
Tělo artefaktu podrobného plánu šablony Resource Manager
- parameters
- IDictionary<String,ParameterValue>
Resource Manager hodnoty parametrů artefaktu podrobného plánu šablony.
- id
- String
ID řetězce použitého k vyhledání jakéhokoli prostředku v Azure.
- type
- String
Typ tohoto prostředku.
- name
- String
Název tohoto prostředku.
- displayName
- String
Tento zdroj je vysvětlený jedním řetězcem.
- description
- String
Víceřádkové vysvětlení tohoto prostředku
- resourceGroup
- String
Pokud je to možné, název zástupného symbolu skupiny prostředků, do kterého se nasadí artefakt podrobného plánu šablony Resource Manager.
Platí pro
Azure SDK for .NET