次の方法で共有


ArmBlueprintModelFactory.TemplateArtifact メソッド

定義

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

パラメーター

name
String

名前。

resourceType
ResourceType

resourceType。

systemData
SystemData

systemData。

displayName
String

このリソースを説明する 1 行の文字列。

description
String

複数行でこのリソースについて説明します。

dependsOn
IEnumerable<String>

指定した成果物の前にデプロイする必要がある成果物。

template
BinaryData

Resource Manager テンプレート ブループリント成果物本文。

resourceGroup
String

該当する場合は、Resource Manager テンプレート ブループリント成果物のデプロイ先となるリソース グループ プレースホルダーの名前。

parameters
IDictionary<String,ParameterValue>

テンプレート ブループリントのアーティファクト パラメーター値をResource Managerします。

戻り値

モック作成用の新しい TemplateArtifact インスタンス。

適用対象