ArmBlueprintModelFactory.PublishedBlueprintData Method

Definition

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

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.

status
BlueprintStatus

Status of the blueprint. This field is readonly.

targetScope
Nullable<BlueprintTargetScope>

The scope where this blueprint definition can be assigned.

parameters
IDictionary<String,ParameterDefinition>

Parameters required by this blueprint definition.

resourceGroups
IDictionary<String,ResourceGroupDefinition>

Resource group placeholders defined by this blueprint definition.

blueprintName
String

Name of the published blueprint definition.

changeNotes
String

Version-specific change notes.

Returns

A new PublishedBlueprintData instance for mocking.

Applies to