次の方法で共有


ArmDevTestLabsModelFactory.DevTestLabArmTemplateData メソッド

定義

DevTestLabArmTemplateData の新しいインスタンスを初期化します。

public static Azure.ResourceManager.DevTestLabs.DevTestLabArmTemplateData DevTestLabArmTemplateData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, string displayName = default, string description = default, string publisher = default, string icon = default, BinaryData contents = default, DateTimeOffset? createdOn = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabParametersValueFileInfo> parametersValueFilesInfo = default, bool? isEnabled = default);
static member DevTestLabArmTemplateData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * string * string * string * string * BinaryData * Nullable<DateTimeOffset> * seq<Azure.ResourceManager.DevTestLabs.Models.DevTestLabParametersValueFileInfo> * Nullable<bool> -> Azure.ResourceManager.DevTestLabs.DevTestLabArmTemplateData
Public Shared Function DevTestLabArmTemplateData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional displayName As String = Nothing, Optional description As String = Nothing, Optional publisher As String = Nothing, Optional icon As String = Nothing, Optional contents As BinaryData = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional parametersValueFilesInfo As IEnumerable(Of DevTestLabParametersValueFileInfo) = Nothing, Optional isEnabled As Nullable(Of Boolean) = Nothing) As DevTestLabArmTemplateData

パラメーター

name
String

名前。

resourceType
ResourceType

resourceType。

systemData
SystemData

systemData。

tags
IDictionary<String,String>

タグ。

location
AzureLocation

場所。

displayName
String

ARM テンプレートの表示名。

description
String

ARM テンプレートの説明。

publisher
String

ARM テンプレートの発行元。

icon
String

ARM テンプレートのアイコンへの URI。

contents
BinaryData

ARM テンプレートの内容。

createdOn
Nullable<DateTimeOffset>

armTemplate の作成日。

parametersValueFilesInfo
IEnumerable<DevTestLabParametersValueFileInfo>

ARM テンプレートのすべての azuredeploy.*.parameters.json のファイル名とパラメーター値の情報。

isEnabled
Nullable<Boolean>

ARM テンプレートがラボ ユーザーによる使用を有効にするかどうか。

戻り値

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

適用対象