This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.63.0 published on Tuesday, Sep 24, 2024 by Pulumi
azure-native.blueprint.getPublishedBlueprint
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.63.0 published on Tuesday, Sep 24, 2024 by Pulumi
Get a published version of a blueprint definition. Azure REST API version: 2018-11-01-preview.
Other available API versions: 2017-11-11-preview.
Using getPublishedBlueprint
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getPublishedBlueprint(args: GetPublishedBlueprintArgs, opts?: InvokeOptions): Promise<GetPublishedBlueprintResult>
function getPublishedBlueprintOutput(args: GetPublishedBlueprintOutputArgs, opts?: InvokeOptions): Output<GetPublishedBlueprintResult>
def get_published_blueprint(blueprint_name: Optional[str] = None,
resource_scope: Optional[str] = None,
version_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPublishedBlueprintResult
def get_published_blueprint_output(blueprint_name: Optional[pulumi.Input[str]] = None,
resource_scope: Optional[pulumi.Input[str]] = None,
version_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPublishedBlueprintResult]
func LookupPublishedBlueprint(ctx *Context, args *LookupPublishedBlueprintArgs, opts ...InvokeOption) (*LookupPublishedBlueprintResult, error)
func LookupPublishedBlueprintOutput(ctx *Context, args *LookupPublishedBlueprintOutputArgs, opts ...InvokeOption) LookupPublishedBlueprintResultOutput
> Note: This function is named LookupPublishedBlueprint
in the Go SDK.
public static class GetPublishedBlueprint
{
public static Task<GetPublishedBlueprintResult> InvokeAsync(GetPublishedBlueprintArgs args, InvokeOptions? opts = null)
public static Output<GetPublishedBlueprintResult> Invoke(GetPublishedBlueprintInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetPublishedBlueprintResult> getPublishedBlueprint(GetPublishedBlueprintArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:blueprint:getPublishedBlueprint
arguments:
# arguments dictionary
The following arguments are supported:
- Blueprint
Name string - Name of the blueprint definition.
- Resource
Scope string - The scope of the resource. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: '/subscriptions/{subscriptionId}').
- Version
Id string - Version of the published blueprint definition.
- Blueprint
Name string - Name of the blueprint definition.
- Resource
Scope string - The scope of the resource. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: '/subscriptions/{subscriptionId}').
- Version
Id string - Version of the published blueprint definition.
- blueprint
Name String - Name of the blueprint definition.
- resource
Scope String - The scope of the resource. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: '/subscriptions/{subscriptionId}').
- version
Id String - Version of the published blueprint definition.
- blueprint
Name string - Name of the blueprint definition.
- resource
Scope string - The scope of the resource. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: '/subscriptions/{subscriptionId}').
- version
Id string - Version of the published blueprint definition.
- blueprint_
name str - Name of the blueprint definition.
- resource_
scope str - The scope of the resource. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: '/subscriptions/{subscriptionId}').
- version_
id str - Version of the published blueprint definition.
- blueprint
Name String - Name of the blueprint definition.
- resource
Scope String - The scope of the resource. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: '/subscriptions/{subscriptionId}').
- version
Id String - Version of the published blueprint definition.
getPublishedBlueprint Result
The following output properties are available:
- Id string
- String Id used to locate any resource on Azure.
- Name string
- Name of this resource.
- Status
Pulumi.
Azure Native. Blueprint. Outputs. Blueprint Status Response - Status of the blueprint. This field is readonly.
- Type string
- Type of this resource.
- Blueprint
Name string - Name of the published blueprint definition.
- Change
Notes string - Version-specific change notes.
- Description string
- Multi-line explain this resource.
- Display
Name string - One-liner string explain this resource.
- Parameters
Dictionary<string, Pulumi.
Azure Native. Blueprint. Outputs. Parameter Definition Response> - Parameters required by this blueprint definition.
- Resource
Groups Dictionary<string, Pulumi.Azure Native. Blueprint. Outputs. Resource Group Definition Response> - Resource group placeholders defined by this blueprint definition.
- Target
Scope string - The scope where this blueprint definition can be assigned.
- Id string
- String Id used to locate any resource on Azure.
- Name string
- Name of this resource.
- Status
Blueprint
Status Response - Status of the blueprint. This field is readonly.
- Type string
- Type of this resource.
- Blueprint
Name string - Name of the published blueprint definition.
- Change
Notes string - Version-specific change notes.
- Description string
- Multi-line explain this resource.
- Display
Name string - One-liner string explain this resource.
- Parameters
map[string]Parameter
Definition Response - Parameters required by this blueprint definition.
- Resource
Groups map[string]ResourceGroup Definition Response - Resource group placeholders defined by this blueprint definition.
- Target
Scope string - The scope where this blueprint definition can be assigned.
- id String
- String Id used to locate any resource on Azure.
- name String
- Name of this resource.
- status
Blueprint
Status Response - Status of the blueprint. This field is readonly.
- type String
- Type of this resource.
- blueprint
Name String - Name of the published blueprint definition.
- change
Notes String - Version-specific change notes.
- description String
- Multi-line explain this resource.
- display
Name String - One-liner string explain this resource.
- parameters
Map<String,Parameter
Definition Response> - Parameters required by this blueprint definition.
- resource
Groups Map<String,ResourceGroup Definition Response> - Resource group placeholders defined by this blueprint definition.
- target
Scope String - The scope where this blueprint definition can be assigned.
- id string
- String Id used to locate any resource on Azure.
- name string
- Name of this resource.
- status
Blueprint
Status Response - Status of the blueprint. This field is readonly.
- type string
- Type of this resource.
- blueprint
Name string - Name of the published blueprint definition.
- change
Notes string - Version-specific change notes.
- description string
- Multi-line explain this resource.
- display
Name string - One-liner string explain this resource.
- parameters
{[key: string]: Parameter
Definition Response} - Parameters required by this blueprint definition.
- resource
Groups {[key: string]: ResourceGroup Definition Response} - Resource group placeholders defined by this blueprint definition.
- target
Scope string - The scope where this blueprint definition can be assigned.
- id str
- String Id used to locate any resource on Azure.
- name str
- Name of this resource.
- status
Blueprint
Status Response - Status of the blueprint. This field is readonly.
- type str
- Type of this resource.
- blueprint_
name str - Name of the published blueprint definition.
- change_
notes str - Version-specific change notes.
- description str
- Multi-line explain this resource.
- display_
name str - One-liner string explain this resource.
- parameters
Mapping[str, Parameter
Definition Response] - Parameters required by this blueprint definition.
- resource_
groups Mapping[str, ResourceGroup Definition Response] - Resource group placeholders defined by this blueprint definition.
- target_
scope str - The scope where this blueprint definition can be assigned.
- id String
- String Id used to locate any resource on Azure.
- name String
- Name of this resource.
- status Property Map
- Status of the blueprint. This field is readonly.
- type String
- Type of this resource.
- blueprint
Name String - Name of the published blueprint definition.
- change
Notes String - Version-specific change notes.
- description String
- Multi-line explain this resource.
- display
Name String - One-liner string explain this resource.
- parameters Map<Property Map>
- Parameters required by this blueprint definition.
- resource
Groups Map<Property Map> - Resource group placeholders defined by this blueprint definition.
- target
Scope String - The scope where this blueprint definition can be assigned.
Supporting Types
BlueprintStatusResponse
- Last
Modified string - Last modified time of this blueprint definition.
- Time
Created string - Creation time of this blueprint definition.
- Last
Modified string - Last modified time of this blueprint definition.
- Time
Created string - Creation time of this blueprint definition.
- last
Modified String - Last modified time of this blueprint definition.
- time
Created String - Creation time of this blueprint definition.
- last
Modified string - Last modified time of this blueprint definition.
- time
Created string - Creation time of this blueprint definition.
- last_
modified str - Last modified time of this blueprint definition.
- time_
created str - Creation time of this blueprint definition.
- last
Modified String - Last modified time of this blueprint definition.
- time
Created String - Creation time of this blueprint definition.
ParameterDefinitionResponse
- Type string
- Allowed data types for Resource Manager template parameters.
- Allowed
Values List<object> - Array of allowed values for this parameter.
- Default
Value object - Default Value for this parameter.
- Description string
- Description of this parameter/resourceGroup.
- Display
Name string - DisplayName of this parameter/resourceGroup.
- Strong
Type string - StrongType for UI to render rich experience during blueprint assignment. Supported strong types are resourceType, principalId and location.
- Type string
- Allowed data types for Resource Manager template parameters.
- Allowed
Values []interface{} - Array of allowed values for this parameter.
- Default
Value interface{} - Default Value for this parameter.
- Description string
- Description of this parameter/resourceGroup.
- Display
Name string - DisplayName of this parameter/resourceGroup.
- Strong
Type string - StrongType for UI to render rich experience during blueprint assignment. Supported strong types are resourceType, principalId and location.
- type String
- Allowed data types for Resource Manager template parameters.
- allowed
Values List<Object> - Array of allowed values for this parameter.
- default
Value Object - Default Value for this parameter.
- description String
- Description of this parameter/resourceGroup.
- display
Name String - DisplayName of this parameter/resourceGroup.
- strong
Type String - StrongType for UI to render rich experience during blueprint assignment. Supported strong types are resourceType, principalId and location.
- type string
- Allowed data types for Resource Manager template parameters.
- allowed
Values any[] - Array of allowed values for this parameter.
- default
Value any - Default Value for this parameter.
- description string
- Description of this parameter/resourceGroup.
- display
Name string - DisplayName of this parameter/resourceGroup.
- strong
Type string - StrongType for UI to render rich experience during blueprint assignment. Supported strong types are resourceType, principalId and location.
- type str
- Allowed data types for Resource Manager template parameters.
- allowed_
values Sequence[Any] - Array of allowed values for this parameter.
- default_
value Any - Default Value for this parameter.
- description str
- Description of this parameter/resourceGroup.
- display_
name str - DisplayName of this parameter/resourceGroup.
- strong_
type str - StrongType for UI to render rich experience during blueprint assignment. Supported strong types are resourceType, principalId and location.
- type String
- Allowed data types for Resource Manager template parameters.
- allowed
Values List<Any> - Array of allowed values for this parameter.
- default
Value Any - Default Value for this parameter.
- description String
- Description of this parameter/resourceGroup.
- display
Name String - DisplayName of this parameter/resourceGroup.
- strong
Type String - StrongType for UI to render rich experience during blueprint assignment. Supported strong types are resourceType, principalId and location.
ResourceGroupDefinitionResponse
- Depends
On List<string> - Artifacts which need to be deployed before this resource group.
- Description string
- Description of this parameter/resourceGroup.
- Display
Name string - DisplayName of this parameter/resourceGroup.
- Location string
- Location of this resourceGroup. Leave empty if the resource group location will be specified during the blueprint assignment.
- Name string
- Name of this resourceGroup. Leave empty if the resource group name will be specified during the blueprint assignment.
- Strong
Type string - StrongType for UI to render rich experience during blueprint assignment. Supported strong types are resourceType, principalId and location.
- Dictionary<string, string>
- Tags to be assigned to this resource group.
- Depends
On []string - Artifacts which need to be deployed before this resource group.
- Description string
- Description of this parameter/resourceGroup.
- Display
Name string - DisplayName of this parameter/resourceGroup.
- Location string
- Location of this resourceGroup. Leave empty if the resource group location will be specified during the blueprint assignment.
- Name string
- Name of this resourceGroup. Leave empty if the resource group name will be specified during the blueprint assignment.
- Strong
Type string - StrongType for UI to render rich experience during blueprint assignment. Supported strong types are resourceType, principalId and location.
- map[string]string
- Tags to be assigned to this resource group.
- depends
On List<String> - Artifacts which need to be deployed before this resource group.
- description String
- Description of this parameter/resourceGroup.
- display
Name String - DisplayName of this parameter/resourceGroup.
- location String
- Location of this resourceGroup. Leave empty if the resource group location will be specified during the blueprint assignment.
- name String
- Name of this resourceGroup. Leave empty if the resource group name will be specified during the blueprint assignment.
- strong
Type String - StrongType for UI to render rich experience during blueprint assignment. Supported strong types are resourceType, principalId and location.
- Map<String,String>
- Tags to be assigned to this resource group.
- depends
On string[] - Artifacts which need to be deployed before this resource group.
- description string
- Description of this parameter/resourceGroup.
- display
Name string - DisplayName of this parameter/resourceGroup.
- location string
- Location of this resourceGroup. Leave empty if the resource group location will be specified during the blueprint assignment.
- name string
- Name of this resourceGroup. Leave empty if the resource group name will be specified during the blueprint assignment.
- strong
Type string - StrongType for UI to render rich experience during blueprint assignment. Supported strong types are resourceType, principalId and location.
- {[key: string]: string}
- Tags to be assigned to this resource group.
- depends_
on Sequence[str] - Artifacts which need to be deployed before this resource group.
- description str
- Description of this parameter/resourceGroup.
- display_
name str - DisplayName of this parameter/resourceGroup.
- location str
- Location of this resourceGroup. Leave empty if the resource group location will be specified during the blueprint assignment.
- name str
- Name of this resourceGroup. Leave empty if the resource group name will be specified during the blueprint assignment.
- strong_
type str - StrongType for UI to render rich experience during blueprint assignment. Supported strong types are resourceType, principalId and location.
- Mapping[str, str]
- Tags to be assigned to this resource group.
- depends
On List<String> - Artifacts which need to be deployed before this resource group.
- description String
- Description of this parameter/resourceGroup.
- display
Name String - DisplayName of this parameter/resourceGroup.
- location String
- Location of this resourceGroup. Leave empty if the resource group location will be specified during the blueprint assignment.
- name String
- Name of this resourceGroup. Leave empty if the resource group name will be specified during the blueprint assignment.
- strong
Type String - StrongType for UI to render rich experience during blueprint assignment. Supported strong types are resourceType, principalId and location.
- Map<String>
- Tags to be assigned to this resource group.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.63.0 published on Tuesday, Sep 24, 2024 by Pulumi