ArmBlueprintModelFactory.TemplateArtifact Method

Definition

Initializes a new instance of 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

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

displayName
String

One-liner string explain this resource.

description
String

Multi-line explain this resource.

dependsOn
IEnumerable<String>

Artifacts which need to be deployed before the specified artifact.

template
BinaryData

The Resource Manager template blueprint artifact body.

resourceGroup
String

If applicable, the name of the resource group placeholder to which the Resource Manager template blueprint artifact will be deployed.

parameters
IDictionary<String,ParameterValue>

Resource Manager template blueprint artifact parameter values.

Returns

A new TemplateArtifact instance for mocking.

Applies to