ArmBlueprintModelFactory.BlueprintData Method

Definition

Initializes a new instance of BlueprintData.

public static Azure.ResourceManager.Blueprint.BlueprintData BlueprintData (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, BinaryData versions = default, BinaryData layout = default);
static member BlueprintData : 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> * BinaryData * BinaryData -> Azure.ResourceManager.Blueprint.BlueprintData
Public Shared Function BlueprintData (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 versions As BinaryData = Nothing, Optional layout As BinaryData = Nothing) As BlueprintData

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.

versions
BinaryData

Published versions of this blueprint definition.

layout
BinaryData

Layout view of the blueprint definition for UI reference.

Returns

A new BlueprintData instance for mocking.

Applies to