ArmBlueprintModelFactory.TemplateArtifact Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de TemplateArtifact.
public static Azure.ResourceManager.Blueprint.Models.TemplateArtifact TemplateArtifact (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string displayName = default, string description = default, System.Collections.Generic.IEnumerable<string> dependsOn = default, BinaryData template = default, string resourceGroup = default, System.Collections.Generic.IDictionary<string,Azure.ResourceManager.Blueprint.Models.ParameterValue> parameters = default);
static member TemplateArtifact : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * seq<string> * BinaryData * string * System.Collections.Generic.IDictionary<string, Azure.ResourceManager.Blueprint.Models.ParameterValue> -> Azure.ResourceManager.Blueprint.Models.TemplateArtifact
Public Shared Function TemplateArtifact (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional displayName As String = Nothing, Optional description As String = Nothing, Optional dependsOn As IEnumerable(Of String) = Nothing, Optional template As BinaryData = Nothing, Optional resourceGroup As String = Nothing, Optional parameters As IDictionary(Of String, ParameterValue) = Nothing) As TemplateArtifact
Paramètres
ID.
- name
- String
Nom.
- resourceType
- ResourceType
ResourceType.
- systemData
- SystemData
SystemData.
- displayName
- String
Une chaîne à une ligne explique cette ressource.
- description
- String
Expliquez cette ressource sur plusieurs lignes.
- dependsOn
- IEnumerable<String>
Artefacts qui doivent être déployés avant l’artefact spécifié.
- template
- BinaryData
Corps de l’artefact blueprint de modèle Resource Manager.
- resourceGroup
- String
Le cas échéant, nom de l’espace réservé du groupe de ressources sur lequel le Resource Manager artefact blueprint de modèle sera déployé.
- parameters
- IDictionary<String,ParameterValue>
Resource Manager valeurs de paramètres d’artefact blueprint de modèle.
Retours
Une nouvelle TemplateArtifact instance de moqueries.
S’applique à
Azure SDK for .NET