次の方法で共有


ArmBlueprintModelFactory.PublishedBlueprintData メソッド

定義

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

public static Azure.ResourceManager.Blueprint.PublishedBlueprintData PublishedBlueprintData (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, Azure.ResourceManager.Blueprint.Models.BlueprintStatus status = default, Azure.ResourceManager.Blueprint.Models.BlueprintTargetScope? targetScope = default, System.Collections.Generic.IDictionary<string,Azure.ResourceManager.Blueprint.Models.ParameterDefinition> parameters = default, System.Collections.Generic.IDictionary<string,Azure.ResourceManager.Blueprint.Models.ResourceGroupDefinition> resourceGroups = default, string blueprintName = default, string changeNotes = default);
static member PublishedBlueprintData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * Azure.ResourceManager.Blueprint.Models.BlueprintStatus * Nullable<Azure.ResourceManager.Blueprint.Models.BlueprintTargetScope> * System.Collections.Generic.IDictionary<string, Azure.ResourceManager.Blueprint.Models.ParameterDefinition> * System.Collections.Generic.IDictionary<string, Azure.ResourceManager.Blueprint.Models.ResourceGroupDefinition> * string * string -> Azure.ResourceManager.Blueprint.PublishedBlueprintData
Public Shared Function PublishedBlueprintData (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 status As BlueprintStatus = Nothing, Optional targetScope As Nullable(Of BlueprintTargetScope) = Nothing, Optional parameters As IDictionary(Of String, ParameterDefinition) = Nothing, Optional resourceGroups As IDictionary(Of String, ResourceGroupDefinition) = Nothing, Optional blueprintName As String = Nothing, Optional changeNotes As String = Nothing) As PublishedBlueprintData

パラメーター

name
String

名前。

resourceType
ResourceType

resourceType。

systemData
SystemData

systemData。

displayName
String

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

description
String

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

status
BlueprintStatus

ブループリントの状態。 このフィールドは読み取り専用です。

targetScope
Nullable<BlueprintTargetScope>

このブループリント定義を割り当てることができるスコープ。

parameters
IDictionary<String,ParameterDefinition>

このブループリント定義で必要なパラメーター。

resourceGroups
IDictionary<String,ResourceGroupDefinition>

このブループリント定義で定義されたリソース グループ プレースホルダー。

blueprintName
String

発行されたブループリント定義の名前。

changeNotes
String

バージョン固有の変更に関するメモ。

戻り値

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

適用対象