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.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.hybridnetwork.getNetworkFunctionDefinitionVersion
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.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Gets information about a network function definition version. Azure REST API version: 2023-09-01.
Other available API versions: 2024-04-15.
Using getNetworkFunctionDefinitionVersion
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 getNetworkFunctionDefinitionVersion(args: GetNetworkFunctionDefinitionVersionArgs, opts?: InvokeOptions): Promise<GetNetworkFunctionDefinitionVersionResult>
function getNetworkFunctionDefinitionVersionOutput(args: GetNetworkFunctionDefinitionVersionOutputArgs, opts?: InvokeOptions): Output<GetNetworkFunctionDefinitionVersionResult>def get_network_function_definition_version(network_function_definition_group_name: Optional[str] = None,
                                            network_function_definition_version_name: Optional[str] = None,
                                            publisher_name: Optional[str] = None,
                                            resource_group_name: Optional[str] = None,
                                            opts: Optional[InvokeOptions] = None) -> GetNetworkFunctionDefinitionVersionResult
def get_network_function_definition_version_output(network_function_definition_group_name: Optional[pulumi.Input[str]] = None,
                                            network_function_definition_version_name: Optional[pulumi.Input[str]] = None,
                                            publisher_name: Optional[pulumi.Input[str]] = None,
                                            resource_group_name: Optional[pulumi.Input[str]] = None,
                                            opts: Optional[InvokeOptions] = None) -> Output[GetNetworkFunctionDefinitionVersionResult]func LookupNetworkFunctionDefinitionVersion(ctx *Context, args *LookupNetworkFunctionDefinitionVersionArgs, opts ...InvokeOption) (*LookupNetworkFunctionDefinitionVersionResult, error)
func LookupNetworkFunctionDefinitionVersionOutput(ctx *Context, args *LookupNetworkFunctionDefinitionVersionOutputArgs, opts ...InvokeOption) LookupNetworkFunctionDefinitionVersionResultOutput> Note: This function is named LookupNetworkFunctionDefinitionVersion in the Go SDK.
public static class GetNetworkFunctionDefinitionVersion 
{
    public static Task<GetNetworkFunctionDefinitionVersionResult> InvokeAsync(GetNetworkFunctionDefinitionVersionArgs args, InvokeOptions? opts = null)
    public static Output<GetNetworkFunctionDefinitionVersionResult> Invoke(GetNetworkFunctionDefinitionVersionInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetNetworkFunctionDefinitionVersionResult> getNetworkFunctionDefinitionVersion(GetNetworkFunctionDefinitionVersionArgs args, InvokeOptions options)
public static Output<GetNetworkFunctionDefinitionVersionResult> getNetworkFunctionDefinitionVersion(GetNetworkFunctionDefinitionVersionArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:hybridnetwork:getNetworkFunctionDefinitionVersion
  arguments:
    # arguments dictionaryThe following arguments are supported:
- NetworkFunction stringDefinition Group Name 
- The name of the network function definition group.
- NetworkFunction stringDefinition Version Name 
- The name of the network function definition version. The name should conform to the SemVer 2.0.0 specification: https://semver.org/spec/v2.0.0.html.
- PublisherName string
- The name of the publisher.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- NetworkFunction stringDefinition Group Name 
- The name of the network function definition group.
- NetworkFunction stringDefinition Version Name 
- The name of the network function definition version. The name should conform to the SemVer 2.0.0 specification: https://semver.org/spec/v2.0.0.html.
- PublisherName string
- The name of the publisher.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- networkFunction StringDefinition Group Name 
- The name of the network function definition group.
- networkFunction StringDefinition Version Name 
- The name of the network function definition version. The name should conform to the SemVer 2.0.0 specification: https://semver.org/spec/v2.0.0.html.
- publisherName String
- The name of the publisher.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- networkFunction stringDefinition Group Name 
- The name of the network function definition group.
- networkFunction stringDefinition Version Name 
- The name of the network function definition version. The name should conform to the SemVer 2.0.0 specification: https://semver.org/spec/v2.0.0.html.
- publisherName string
- The name of the publisher.
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- network_function_ strdefinition_ group_ name 
- The name of the network function definition group.
- network_function_ strdefinition_ version_ name 
- The name of the network function definition version. The name should conform to the SemVer 2.0.0 specification: https://semver.org/spec/v2.0.0.html.
- publisher_name str
- The name of the publisher.
- resource_group_ strname 
- The name of the resource group. The name is case insensitive.
- networkFunction StringDefinition Group Name 
- The name of the network function definition group.
- networkFunction StringDefinition Version Name 
- The name of the network function definition version. The name should conform to the SemVer 2.0.0 specification: https://semver.org/spec/v2.0.0.html.
- publisherName String
- The name of the publisher.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
getNetworkFunctionDefinitionVersion Result
The following output properties are available:
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Location string
- The geo-location where the resource lives
- Name string
- The name of the resource
- Properties
Pulumi.Azure | Pulumi.Native. Hybrid Network. Outputs. Containerized Network Function Definition Version Response Azure Native. Hybrid Network. Outputs. Virtual Network Function Network Function Definition Version Response 
- Network function definition version properties.
- SystemData Pulumi.Azure Native. Hybrid Network. Outputs. System Data Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Dictionary<string, string>
- Resource tags.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Location string
- The geo-location where the resource lives
- Name string
- The name of the resource
- Properties
ContainerizedNetwork | VirtualFunction Definition Version Response Network Function Network Function Definition Version Response 
- Network function definition version properties.
- SystemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- map[string]string
- Resource tags.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location String
- The geo-location where the resource lives
- name String
- The name of the resource
- properties
ContainerizedNetwork | VirtualFunction Definition Version Response Network Function Network Function Definition Version Response 
- Network function definition version properties.
- systemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Map<String,String>
- Resource tags.
- id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location string
- The geo-location where the resource lives
- name string
- The name of the resource
- properties
ContainerizedNetwork | VirtualFunction Definition Version Response Network Function Network Function Definition Version Response 
- Network function definition version properties.
- systemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- {[key: string]: string}
- Resource tags.
- id str
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location str
- The geo-location where the resource lives
- name str
- The name of the resource
- properties
ContainerizedNetwork | VirtualFunction Definition Version Response Network Function Network Function Definition Version Response 
- Network function definition version properties.
- system_data SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Mapping[str, str]
- Resource tags.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location String
- The geo-location where the resource lives
- name String
- The name of the resource
- properties Property Map | Property Map
- Network function definition version properties.
- systemData Property Map
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Map<String>
- Resource tags.
Supporting Types
ArmTemplateArtifactProfileResponse    
- TemplateName string
- Template name.
- TemplateVersion string
- Template version.
- TemplateName string
- Template name.
- TemplateVersion string
- Template version.
- templateName String
- Template name.
- templateVersion String
- Template version.
- templateName string
- Template name.
- templateVersion string
- Template version.
- template_name str
- Template name.
- template_version str
- Template version.
- templateName String
- Template name.
- templateVersion String
- Template version.
ArmTemplateMappingRuleProfileResponse     
- TemplateParameters string
- List of template parameters.
- TemplateParameters string
- List of template parameters.
- templateParameters String
- List of template parameters.
- templateParameters string
- List of template parameters.
- template_parameters str
- List of template parameters.
- templateParameters String
- List of template parameters.
AzureArcKubernetesArtifactProfileResponse     
- ArtifactStore Pulumi.Azure Native. Hybrid Network. Inputs. Referenced Resource Response 
- The reference to artifact store.
- HelmArtifact Pulumi.Profile Azure Native. Hybrid Network. Inputs. Helm Artifact Profile Response 
- Helm artifact profile.
- ArtifactStore ReferencedResource Response 
- The reference to artifact store.
- HelmArtifact HelmProfile Artifact Profile Response 
- Helm artifact profile.
- artifactStore ReferencedResource Response 
- The reference to artifact store.
- helmArtifact HelmProfile Artifact Profile Response 
- Helm artifact profile.
- artifactStore ReferencedResource Response 
- The reference to artifact store.
- helmArtifact HelmProfile Artifact Profile Response 
- Helm artifact profile.
- artifact_store ReferencedResource Response 
- The reference to artifact store.
- helm_artifact_ Helmprofile Artifact Profile Response 
- Helm artifact profile.
- artifactStore Property Map
- The reference to artifact store.
- helmArtifact Property MapProfile 
- Helm artifact profile.
AzureArcKubernetesDeployMappingRuleProfileResponse       
- ApplicationEnablement string
- The application enablement.
- HelmMapping Pulumi.Rule Profile Azure Native. Hybrid Network. Inputs. Helm Mapping Rule Profile Response 
- The helm mapping rule profile.
- ApplicationEnablement string
- The application enablement.
- HelmMapping HelmRule Profile Mapping Rule Profile Response 
- The helm mapping rule profile.
- applicationEnablement String
- The application enablement.
- helmMapping HelmRule Profile Mapping Rule Profile Response 
- The helm mapping rule profile.
- applicationEnablement string
- The application enablement.
- helmMapping HelmRule Profile Mapping Rule Profile Response 
- The helm mapping rule profile.
- application_enablement str
- The application enablement.
- helm_mapping_ Helmrule_ profile Mapping Rule Profile Response 
- The helm mapping rule profile.
- applicationEnablement String
- The application enablement.
- helmMapping Property MapRule Profile 
- The helm mapping rule profile.
AzureArcKubernetesHelmApplicationResponse     
- ArtifactProfile Pulumi.Azure Native. Hybrid Network. Inputs. Azure Arc Kubernetes Artifact Profile Response 
- Azure arc kubernetes artifact profile.
- DependsOn Pulumi.Profile Azure Native. Hybrid Network. Inputs. Depends On Profile Response 
- Depends on profile definition.
- DeployParameters Pulumi.Mapping Rule Profile Azure Native. Hybrid Network. Inputs. Azure Arc Kubernetes Deploy Mapping Rule Profile Response 
- Deploy mapping rule profile.
- Name string
- The name of the network function application.
- ArtifactProfile AzureArc Kubernetes Artifact Profile Response 
- Azure arc kubernetes artifact profile.
- DependsOn DependsProfile On Profile Response 
- Depends on profile definition.
- DeployParameters AzureMapping Rule Profile Arc Kubernetes Deploy Mapping Rule Profile Response 
- Deploy mapping rule profile.
- Name string
- The name of the network function application.
- artifactProfile AzureArc Kubernetes Artifact Profile Response 
- Azure arc kubernetes artifact profile.
- dependsOn DependsProfile On Profile Response 
- Depends on profile definition.
- deployParameters AzureMapping Rule Profile Arc Kubernetes Deploy Mapping Rule Profile Response 
- Deploy mapping rule profile.
- name String
- The name of the network function application.
- artifactProfile AzureArc Kubernetes Artifact Profile Response 
- Azure arc kubernetes artifact profile.
- dependsOn DependsProfile On Profile Response 
- Depends on profile definition.
- deployParameters AzureMapping Rule Profile Arc Kubernetes Deploy Mapping Rule Profile Response 
- Deploy mapping rule profile.
- name string
- The name of the network function application.
- artifact_profile AzureArc Kubernetes Artifact Profile Response 
- Azure arc kubernetes artifact profile.
- depends_on_ Dependsprofile On Profile Response 
- Depends on profile definition.
- deploy_parameters_ Azuremapping_ rule_ profile Arc Kubernetes Deploy Mapping Rule Profile Response 
- Deploy mapping rule profile.
- name str
- The name of the network function application.
- artifactProfile Property Map
- Azure arc kubernetes artifact profile.
- dependsOn Property MapProfile 
- Depends on profile definition.
- deployParameters Property MapMapping Rule Profile 
- Deploy mapping rule profile.
- name String
- The name of the network function application.
AzureArcKubernetesNetworkFunctionTemplateResponse      
- NetworkFunction List<Pulumi.Applications Azure Native. Hybrid Network. Inputs. Azure Arc Kubernetes Helm Application Response> 
- Network function applications.
- NetworkFunction []AzureApplications Arc Kubernetes Helm Application Response 
- Network function applications.
- networkFunction List<AzureApplications Arc Kubernetes Helm Application Response> 
- Network function applications.
- networkFunction AzureApplications Arc Kubernetes Helm Application Response[] 
- Network function applications.
- network_function_ Sequence[Azureapplications Arc Kubernetes Helm Application Response] 
- Network function applications.
- networkFunction List<Property Map>Applications 
- Network function applications.
AzureCoreArmTemplateArtifactProfileResponse      
- ArtifactStore Pulumi.Azure Native. Hybrid Network. Inputs. Referenced Resource Response 
- The reference to artifact store.
- TemplateArtifact Pulumi.Profile Azure Native. Hybrid Network. Inputs. Arm Template Artifact Profile Response 
- Template artifact profile.
- ArtifactStore ReferencedResource Response 
- The reference to artifact store.
- TemplateArtifact ArmProfile Template Artifact Profile Response 
- Template artifact profile.
- artifactStore ReferencedResource Response 
- The reference to artifact store.
- templateArtifact ArmProfile Template Artifact Profile Response 
- Template artifact profile.
- artifactStore ReferencedResource Response 
- The reference to artifact store.
- templateArtifact ArmProfile Template Artifact Profile Response 
- Template artifact profile.
- artifact_store ReferencedResource Response 
- The reference to artifact store.
- template_artifact_ Armprofile Template Artifact Profile Response 
- Template artifact profile.
- artifactStore Property Map
- The reference to artifact store.
- templateArtifact Property MapProfile 
- Template artifact profile.
AzureCoreArmTemplateDeployMappingRuleProfileResponse        
- ApplicationEnablement string
- The application enablement.
- TemplateMapping Pulumi.Rule Profile Azure Native. Hybrid Network. Inputs. Arm Template Mapping Rule Profile Response 
- The template mapping rule profile.
- ApplicationEnablement string
- The application enablement.
- TemplateMapping ArmRule Profile Template Mapping Rule Profile Response 
- The template mapping rule profile.
- applicationEnablement String
- The application enablement.
- templateMapping ArmRule Profile Template Mapping Rule Profile Response 
- The template mapping rule profile.
- applicationEnablement string
- The application enablement.
- templateMapping ArmRule Profile Template Mapping Rule Profile Response 
- The template mapping rule profile.
- application_enablement str
- The application enablement.
- template_mapping_ Armrule_ profile Template Mapping Rule Profile Response 
- The template mapping rule profile.
- applicationEnablement String
- The application enablement.
- templateMapping Property MapRule Profile 
- The template mapping rule profile.
AzureCoreNetworkFunctionArmTemplateApplicationResponse       
- ArtifactProfile Pulumi.Azure Native. Hybrid Network. Inputs. Azure Core Arm Template Artifact Profile Response 
- Azure template artifact profile.
- DependsOn Pulumi.Profile Azure Native. Hybrid Network. Inputs. Depends On Profile Response 
- Depends on profile definition.
- DeployParameters Pulumi.Mapping Rule Profile Azure Native. Hybrid Network. Inputs. Azure Core Arm Template Deploy Mapping Rule Profile Response 
- Deploy mapping rule profile.
- Name string
- The name of the network function application.
- ArtifactProfile AzureCore Arm Template Artifact Profile Response 
- Azure template artifact profile.
- DependsOn DependsProfile On Profile Response 
- Depends on profile definition.
- DeployParameters AzureMapping Rule Profile Core Arm Template Deploy Mapping Rule Profile Response 
- Deploy mapping rule profile.
- Name string
- The name of the network function application.
- artifactProfile AzureCore Arm Template Artifact Profile Response 
- Azure template artifact profile.
- dependsOn DependsProfile On Profile Response 
- Depends on profile definition.
- deployParameters AzureMapping Rule Profile Core Arm Template Deploy Mapping Rule Profile Response 
- Deploy mapping rule profile.
- name String
- The name of the network function application.
- artifactProfile AzureCore Arm Template Artifact Profile Response 
- Azure template artifact profile.
- dependsOn DependsProfile On Profile Response 
- Depends on profile definition.
- deployParameters AzureMapping Rule Profile Core Arm Template Deploy Mapping Rule Profile Response 
- Deploy mapping rule profile.
- name string
- The name of the network function application.
- artifact_profile AzureCore Arm Template Artifact Profile Response 
- Azure template artifact profile.
- depends_on_ Dependsprofile On Profile Response 
- Depends on profile definition.
- deploy_parameters_ Azuremapping_ rule_ profile Core Arm Template Deploy Mapping Rule Profile Response 
- Deploy mapping rule profile.
- name str
- The name of the network function application.
- artifactProfile Property Map
- Azure template artifact profile.
- dependsOn Property MapProfile 
- Depends on profile definition.
- deployParameters Property MapMapping Rule Profile 
- Deploy mapping rule profile.
- name String
- The name of the network function application.
AzureCoreNetworkFunctionTemplateResponse     
- NetworkFunction List<Union<Pulumi.Applications Azure Native. Hybrid Network. Inputs. Azure Core Network Function Arm Template Application Response, Pulumi. Azure Native. Hybrid Network. Inputs. Azure Core Network Function Vhd Application Response>> 
- Network function applications.
- NetworkFunction []interface{}Applications 
- Network function applications.
- networkFunction List<Either<AzureApplications Core Network Function Arm Template Application Response,Azure Core Network Function Vhd Application Response>> 
- Network function applications.
- networkFunction (AzureApplications Core Network Function Arm Template Application Response | Azure Core Network Function Vhd Application Response)[] 
- Network function applications.
- network_function_ Sequence[Union[Azureapplications Core Network Function Arm Template Application Response, Azure Core Network Function Vhd Application Response]] 
- Network function applications.
- networkFunction List<Property Map | Property Map>Applications 
- Network function applications.
AzureCoreNetworkFunctionVhdApplicationResponse      
- ArtifactProfile Pulumi.Azure Native. Hybrid Network. Inputs. Azure Core Vhd Image Artifact Profile Response 
- Azure vhd image artifact profile.
- DependsOn Pulumi.Profile Azure Native. Hybrid Network. Inputs. Depends On Profile Response 
- Depends on profile definition.
- DeployParameters Pulumi.Mapping Rule Profile Azure Native. Hybrid Network. Inputs. Azure Core Vhd Image Deploy Mapping Rule Profile Response 
- Deploy mapping rule profile.
- Name string
- The name of the network function application.
- ArtifactProfile AzureCore Vhd Image Artifact Profile Response 
- Azure vhd image artifact profile.
- DependsOn DependsProfile On Profile Response 
- Depends on profile definition.
- DeployParameters AzureMapping Rule Profile Core Vhd Image Deploy Mapping Rule Profile Response 
- Deploy mapping rule profile.
- Name string
- The name of the network function application.
- artifactProfile AzureCore Vhd Image Artifact Profile Response 
- Azure vhd image artifact profile.
- dependsOn DependsProfile On Profile Response 
- Depends on profile definition.
- deployParameters AzureMapping Rule Profile Core Vhd Image Deploy Mapping Rule Profile Response 
- Deploy mapping rule profile.
- name String
- The name of the network function application.
- artifactProfile AzureCore Vhd Image Artifact Profile Response 
- Azure vhd image artifact profile.
- dependsOn DependsProfile On Profile Response 
- Depends on profile definition.
- deployParameters AzureMapping Rule Profile Core Vhd Image Deploy Mapping Rule Profile Response 
- Deploy mapping rule profile.
- name string
- The name of the network function application.
- artifact_profile AzureCore Vhd Image Artifact Profile Response 
- Azure vhd image artifact profile.
- depends_on_ Dependsprofile On Profile Response 
- Depends on profile definition.
- deploy_parameters_ Azuremapping_ rule_ profile Core Vhd Image Deploy Mapping Rule Profile Response 
- Deploy mapping rule profile.
- name str
- The name of the network function application.
- artifactProfile Property Map
- Azure vhd image artifact profile.
- dependsOn Property MapProfile 
- Depends on profile definition.
- deployParameters Property MapMapping Rule Profile 
- Deploy mapping rule profile.
- name String
- The name of the network function application.
AzureCoreVhdImageArtifactProfileResponse      
- ArtifactStore Pulumi.Azure Native. Hybrid Network. Inputs. Referenced Resource Response 
- The reference to artifact store.
- VhdArtifact Pulumi.Profile Azure Native. Hybrid Network. Inputs. Vhd Image Artifact Profile Response 
- Vhd artifact profile.
- ArtifactStore ReferencedResource Response 
- The reference to artifact store.
- VhdArtifact VhdProfile Image Artifact Profile Response 
- Vhd artifact profile.
- artifactStore ReferencedResource Response 
- The reference to artifact store.
- vhdArtifact VhdProfile Image Artifact Profile Response 
- Vhd artifact profile.
- artifactStore ReferencedResource Response 
- The reference to artifact store.
- vhdArtifact VhdProfile Image Artifact Profile Response 
- Vhd artifact profile.
- artifact_store ReferencedResource Response 
- The reference to artifact store.
- vhd_artifact_ Vhdprofile Image Artifact Profile Response 
- Vhd artifact profile.
- artifactStore Property Map
- The reference to artifact store.
- vhdArtifact Property MapProfile 
- Vhd artifact profile.
AzureCoreVhdImageDeployMappingRuleProfileResponse        
- ApplicationEnablement string
- The application enablement.
- VhdImage Pulumi.Mapping Rule Profile Azure Native. Hybrid Network. Inputs. Vhd Image Mapping Rule Profile Response 
- The vhd mapping rule profile.
- ApplicationEnablement string
- The application enablement.
- VhdImage VhdMapping Rule Profile Image Mapping Rule Profile Response 
- The vhd mapping rule profile.
- applicationEnablement String
- The application enablement.
- vhdImage VhdMapping Rule Profile Image Mapping Rule Profile Response 
- The vhd mapping rule profile.
- applicationEnablement string
- The application enablement.
- vhdImage VhdMapping Rule Profile Image Mapping Rule Profile Response 
- The vhd mapping rule profile.
- application_enablement str
- The application enablement.
- vhd_image_ Vhdmapping_ rule_ profile Image Mapping Rule Profile Response 
- The vhd mapping rule profile.
- applicationEnablement String
- The application enablement.
- vhdImage Property MapMapping Rule Profile 
- The vhd mapping rule profile.
AzureOperatorNexusArmTemplateArtifactProfileResponse       
- ArtifactStore Pulumi.Azure Native. Hybrid Network. Inputs. Referenced Resource Response 
- The reference to artifact store.
- TemplateArtifact Pulumi.Profile Azure Native. Hybrid Network. Inputs. Arm Template Artifact Profile Response 
- Template artifact profile.
- ArtifactStore ReferencedResource Response 
- The reference to artifact store.
- TemplateArtifact ArmProfile Template Artifact Profile Response 
- Template artifact profile.
- artifactStore ReferencedResource Response 
- The reference to artifact store.
- templateArtifact ArmProfile Template Artifact Profile Response 
- Template artifact profile.
- artifactStore ReferencedResource Response 
- The reference to artifact store.
- templateArtifact ArmProfile Template Artifact Profile Response 
- Template artifact profile.
- artifact_store ReferencedResource Response 
- The reference to artifact store.
- template_artifact_ Armprofile Template Artifact Profile Response 
- Template artifact profile.
- artifactStore Property Map
- The reference to artifact store.
- templateArtifact Property MapProfile 
- Template artifact profile.
AzureOperatorNexusArmTemplateDeployMappingRuleProfileResponse         
- ApplicationEnablement string
- The application enablement.
- TemplateMapping Pulumi.Rule Profile Azure Native. Hybrid Network. Inputs. Arm Template Mapping Rule Profile Response 
- The template mapping rule profile.
- ApplicationEnablement string
- The application enablement.
- TemplateMapping ArmRule Profile Template Mapping Rule Profile Response 
- The template mapping rule profile.
- applicationEnablement String
- The application enablement.
- templateMapping ArmRule Profile Template Mapping Rule Profile Response 
- The template mapping rule profile.
- applicationEnablement string
- The application enablement.
- templateMapping ArmRule Profile Template Mapping Rule Profile Response 
- The template mapping rule profile.
- application_enablement str
- The application enablement.
- template_mapping_ Armrule_ profile Template Mapping Rule Profile Response 
- The template mapping rule profile.
- applicationEnablement String
- The application enablement.
- templateMapping Property MapRule Profile 
- The template mapping rule profile.
AzureOperatorNexusImageArtifactProfileResponse      
- ArtifactStore Pulumi.Azure Native. Hybrid Network. Inputs. Referenced Resource Response 
- The reference to artifact store.
- ImageArtifact Pulumi.Profile Azure Native. Hybrid Network. Inputs. Image Artifact Profile Response 
- Image artifact profile.
- ArtifactStore ReferencedResource Response 
- The reference to artifact store.
- ImageArtifact ImageProfile Artifact Profile Response 
- Image artifact profile.
- artifactStore ReferencedResource Response 
- The reference to artifact store.
- imageArtifact ImageProfile Artifact Profile Response 
- Image artifact profile.
- artifactStore ReferencedResource Response 
- The reference to artifact store.
- imageArtifact ImageProfile Artifact Profile Response 
- Image artifact profile.
- artifact_store ReferencedResource Response 
- The reference to artifact store.
- image_artifact_ Imageprofile Artifact Profile Response 
- Image artifact profile.
- artifactStore Property Map
- The reference to artifact store.
- imageArtifact Property MapProfile 
- Image artifact profile.
AzureOperatorNexusImageDeployMappingRuleProfileResponse        
- ApplicationEnablement string
- The application enablement.
- ImageMapping Pulumi.Rule Profile Azure Native. Hybrid Network. Inputs. Image Mapping Rule Profile Response 
- The vhd mapping rule profile.
- ApplicationEnablement string
- The application enablement.
- ImageMapping ImageRule Profile Mapping Rule Profile Response 
- The vhd mapping rule profile.
- applicationEnablement String
- The application enablement.
- imageMapping ImageRule Profile Mapping Rule Profile Response 
- The vhd mapping rule profile.
- applicationEnablement string
- The application enablement.
- imageMapping ImageRule Profile Mapping Rule Profile Response 
- The vhd mapping rule profile.
- application_enablement str
- The application enablement.
- image_mapping_ Imagerule_ profile Mapping Rule Profile Response 
- The vhd mapping rule profile.
- applicationEnablement String
- The application enablement.
- imageMapping Property MapRule Profile 
- The vhd mapping rule profile.
AzureOperatorNexusNetworkFunctionArmTemplateApplicationResponse        
- ArtifactProfile Pulumi.Azure Native. Hybrid Network. Inputs. Azure Operator Nexus Arm Template Artifact Profile Response 
- Azure Operator Distributed Services Template artifact profile.
- DependsOn Pulumi.Profile Azure Native. Hybrid Network. Inputs. Depends On Profile Response 
- Depends on profile definition.
- DeployParameters Pulumi.Mapping Rule Profile Azure Native. Hybrid Network. Inputs. Azure Operator Nexus Arm Template Deploy Mapping Rule Profile Response 
- Deploy mapping rule profile.
- Name string
- The name of the network function application.
- ArtifactProfile AzureOperator Nexus Arm Template Artifact Profile Response 
- Azure Operator Distributed Services Template artifact profile.
- DependsOn DependsProfile On Profile Response 
- Depends on profile definition.
- DeployParameters AzureMapping Rule Profile Operator Nexus Arm Template Deploy Mapping Rule Profile Response 
- Deploy mapping rule profile.
- Name string
- The name of the network function application.
- artifactProfile AzureOperator Nexus Arm Template Artifact Profile Response 
- Azure Operator Distributed Services Template artifact profile.
- dependsOn DependsProfile On Profile Response 
- Depends on profile definition.
- deployParameters AzureMapping Rule Profile Operator Nexus Arm Template Deploy Mapping Rule Profile Response 
- Deploy mapping rule profile.
- name String
- The name of the network function application.
- artifactProfile AzureOperator Nexus Arm Template Artifact Profile Response 
- Azure Operator Distributed Services Template artifact profile.
- dependsOn DependsProfile On Profile Response 
- Depends on profile definition.
- deployParameters AzureMapping Rule Profile Operator Nexus Arm Template Deploy Mapping Rule Profile Response 
- Deploy mapping rule profile.
- name string
- The name of the network function application.
- artifact_profile AzureOperator Nexus Arm Template Artifact Profile Response 
- Azure Operator Distributed Services Template artifact profile.
- depends_on_ Dependsprofile On Profile Response 
- Depends on profile definition.
- deploy_parameters_ Azuremapping_ rule_ profile Operator Nexus Arm Template Deploy Mapping Rule Profile Response 
- Deploy mapping rule profile.
- name str
- The name of the network function application.
- artifactProfile Property Map
- Azure Operator Distributed Services Template artifact profile.
- dependsOn Property MapProfile 
- Depends on profile definition.
- deployParameters Property MapMapping Rule Profile 
- Deploy mapping rule profile.
- name String
- The name of the network function application.
AzureOperatorNexusNetworkFunctionImageApplicationResponse       
- ArtifactProfile Pulumi.Azure Native. Hybrid Network. Inputs. Azure Operator Nexus Image Artifact Profile Response 
- Azure Operator Distributed Services image artifact profile.
- DependsOn Pulumi.Profile Azure Native. Hybrid Network. Inputs. Depends On Profile Response 
- Depends on profile definition.
- DeployParameters Pulumi.Mapping Rule Profile Azure Native. Hybrid Network. Inputs. Azure Operator Nexus Image Deploy Mapping Rule Profile Response 
- Deploy mapping rule profile.
- Name string
- The name of the network function application.
- ArtifactProfile AzureOperator Nexus Image Artifact Profile Response 
- Azure Operator Distributed Services image artifact profile.
- DependsOn DependsProfile On Profile Response 
- Depends on profile definition.
- DeployParameters AzureMapping Rule Profile Operator Nexus Image Deploy Mapping Rule Profile Response 
- Deploy mapping rule profile.
- Name string
- The name of the network function application.
- artifactProfile AzureOperator Nexus Image Artifact Profile Response 
- Azure Operator Distributed Services image artifact profile.
- dependsOn DependsProfile On Profile Response 
- Depends on profile definition.
- deployParameters AzureMapping Rule Profile Operator Nexus Image Deploy Mapping Rule Profile Response 
- Deploy mapping rule profile.
- name String
- The name of the network function application.
- artifactProfile AzureOperator Nexus Image Artifact Profile Response 
- Azure Operator Distributed Services image artifact profile.
- dependsOn DependsProfile On Profile Response 
- Depends on profile definition.
- deployParameters AzureMapping Rule Profile Operator Nexus Image Deploy Mapping Rule Profile Response 
- Deploy mapping rule profile.
- name string
- The name of the network function application.
- artifact_profile AzureOperator Nexus Image Artifact Profile Response 
- Azure Operator Distributed Services image artifact profile.
- depends_on_ Dependsprofile On Profile Response 
- Depends on profile definition.
- deploy_parameters_ Azuremapping_ rule_ profile Operator Nexus Image Deploy Mapping Rule Profile Response 
- Deploy mapping rule profile.
- name str
- The name of the network function application.
- artifactProfile Property Map
- Azure Operator Distributed Services image artifact profile.
- dependsOn Property MapProfile 
- Depends on profile definition.
- deployParameters Property MapMapping Rule Profile 
- Deploy mapping rule profile.
- name String
- The name of the network function application.
AzureOperatorNexusNetworkFunctionTemplateResponse      
- NetworkFunction List<Union<Pulumi.Applications Azure Native. Hybrid Network. Inputs. Azure Operator Nexus Network Function Arm Template Application Response, Pulumi. Azure Native. Hybrid Network. Inputs. Azure Operator Nexus Network Function Image Application Response>> 
- Network function applications.
- NetworkFunction []interface{}Applications 
- Network function applications.
- networkFunction List<Either<AzureApplications Operator Nexus Network Function Arm Template Application Response,Azure Operator Nexus Network Function Image Application Response>> 
- Network function applications.
- networkFunction (AzureApplications Operator Nexus Network Function Arm Template Application Response | Azure Operator Nexus Network Function Image Application Response)[] 
- Network function applications.
- network_function_ Sequence[Union[Azureapplications Operator Nexus Network Function Arm Template Application Response, Azure Operator Nexus Network Function Image Application Response]] 
- Network function applications.
- networkFunction List<Property Map | Property Map>Applications 
- Network function applications.
ContainerizedNetworkFunctionDefinitionVersionResponse     
- ProvisioningState string
- The provisioning state of the network function definition version resource.
- VersionState string
- The network function definition version state.
- DeployParameters string
- The deployment parameters of the network function definition version.
- Description string
- The network function definition version description.
- NetworkFunction Pulumi.Template Azure Native. Hybrid Network. Inputs. Azure Arc Kubernetes Network Function Template Response 
- Containerized network function template.
- ProvisioningState string
- The provisioning state of the network function definition version resource.
- VersionState string
- The network function definition version state.
- DeployParameters string
- The deployment parameters of the network function definition version.
- Description string
- The network function definition version description.
- NetworkFunction AzureTemplate Arc Kubernetes Network Function Template Response 
- Containerized network function template.
- provisioningState String
- The provisioning state of the network function definition version resource.
- versionState String
- The network function definition version state.
- deployParameters String
- The deployment parameters of the network function definition version.
- description String
- The network function definition version description.
- networkFunction AzureTemplate Arc Kubernetes Network Function Template Response 
- Containerized network function template.
- provisioningState string
- The provisioning state of the network function definition version resource.
- versionState string
- The network function definition version state.
- deployParameters string
- The deployment parameters of the network function definition version.
- description string
- The network function definition version description.
- networkFunction AzureTemplate Arc Kubernetes Network Function Template Response 
- Containerized network function template.
- provisioning_state str
- The provisioning state of the network function definition version resource.
- version_state str
- The network function definition version state.
- deploy_parameters str
- The deployment parameters of the network function definition version.
- description str
- The network function definition version description.
- network_function_ Azuretemplate Arc Kubernetes Network Function Template Response 
- Containerized network function template.
- provisioningState String
- The provisioning state of the network function definition version resource.
- versionState String
- The network function definition version state.
- deployParameters String
- The deployment parameters of the network function definition version.
- description String
- The network function definition version description.
- networkFunction Property MapTemplate 
- Containerized network function template.
DependsOnProfileResponse   
- InstallDepends List<string>On 
- Application installation operation dependency.
- UninstallDepends List<string>On 
- Application deletion operation dependency.
- UpdateDepends List<string>On 
- Application update operation dependency.
- InstallDepends []stringOn 
- Application installation operation dependency.
- UninstallDepends []stringOn 
- Application deletion operation dependency.
- UpdateDepends []stringOn 
- Application update operation dependency.
- installDepends List<String>On 
- Application installation operation dependency.
- uninstallDepends List<String>On 
- Application deletion operation dependency.
- updateDepends List<String>On 
- Application update operation dependency.
- installDepends string[]On 
- Application installation operation dependency.
- uninstallDepends string[]On 
- Application deletion operation dependency.
- updateDepends string[]On 
- Application update operation dependency.
- install_depends_ Sequence[str]on 
- Application installation operation dependency.
- uninstall_depends_ Sequence[str]on 
- Application deletion operation dependency.
- update_depends_ Sequence[str]on 
- Application update operation dependency.
- installDepends List<String>On 
- Application installation operation dependency.
- uninstallDepends List<String>On 
- Application deletion operation dependency.
- updateDepends List<String>On 
- Application update operation dependency.
HelmArtifactProfileResponse   
- HelmPackage stringName 
- Helm package name.
- HelmPackage stringVersion Range 
- Helm package version range.
- ImagePull List<string>Secrets Values Paths 
- The image pull secrets values path list.
- RegistryValues List<string>Paths 
- The registry values path list.
- HelmPackage stringName 
- Helm package name.
- HelmPackage stringVersion Range 
- Helm package version range.
- ImagePull []stringSecrets Values Paths 
- The image pull secrets values path list.
- RegistryValues []stringPaths 
- The registry values path list.
- helmPackage StringName 
- Helm package name.
- helmPackage StringVersion Range 
- Helm package version range.
- imagePull List<String>Secrets Values Paths 
- The image pull secrets values path list.
- registryValues List<String>Paths 
- The registry values path list.
- helmPackage stringName 
- Helm package name.
- helmPackage stringVersion Range 
- Helm package version range.
- imagePull string[]Secrets Values Paths 
- The image pull secrets values path list.
- registryValues string[]Paths 
- The registry values path list.
- helm_package_ strname 
- Helm package name.
- helm_package_ strversion_ range 
- Helm package version range.
- image_pull_ Sequence[str]secrets_ values_ paths 
- The image pull secrets values path list.
- registry_values_ Sequence[str]paths 
- The registry values path list.
- helmPackage StringName 
- Helm package name.
- helmPackage StringVersion Range 
- Helm package version range.
- imagePull List<String>Secrets Values Paths 
- The image pull secrets values path list.
- registryValues List<String>Paths 
- The registry values path list.
HelmInstallOptionsResponse   
HelmMappingRuleProfileResponse    
- HelmPackage stringVersion 
- Helm package version.
- Options
Pulumi.Azure Native. Hybrid Network. Inputs. Helm Mapping Rule Profile Response Options 
- The helm deployment options
- ReleaseName string
- Helm release name.
- ReleaseNamespace string
- Helm release namespace.
- Values string
- Helm release values.
- HelmPackage stringVersion 
- Helm package version.
- Options
HelmMapping Rule Profile Response Options 
- The helm deployment options
- ReleaseName string
- Helm release name.
- ReleaseNamespace string
- Helm release namespace.
- Values string
- Helm release values.
- helmPackage StringVersion 
- Helm package version.
- options
HelmMapping Rule Profile Response Options 
- The helm deployment options
- releaseName String
- Helm release name.
- releaseNamespace String
- Helm release namespace.
- values String
- Helm release values.
- helmPackage stringVersion 
- Helm package version.
- options
HelmMapping Rule Profile Response Options 
- The helm deployment options
- releaseName string
- Helm release name.
- releaseNamespace string
- Helm release namespace.
- values string
- Helm release values.
- helm_package_ strversion 
- Helm package version.
- options
HelmMapping Rule Profile Response Options 
- The helm deployment options
- release_name str
- Helm release name.
- release_namespace str
- Helm release namespace.
- values str
- Helm release values.
- helmPackage StringVersion 
- Helm package version.
- options Property Map
- The helm deployment options
- releaseName String
- Helm release name.
- releaseNamespace String
- Helm release namespace.
- values String
- Helm release values.
HelmMappingRuleProfileResponseOptions     
- InstallOptions Pulumi.Azure Native. Hybrid Network. Inputs. Helm Install Options Response 
- The helm deployment install options
- UpgradeOptions Pulumi.Azure Native. Hybrid Network. Inputs. Helm Upgrade Options Response 
- The helm deployment upgrade options
- InstallOptions HelmInstall Options Response 
- The helm deployment install options
- UpgradeOptions HelmUpgrade Options Response 
- The helm deployment upgrade options
- installOptions HelmInstall Options Response 
- The helm deployment install options
- upgradeOptions HelmUpgrade Options Response 
- The helm deployment upgrade options
- installOptions HelmInstall Options Response 
- The helm deployment install options
- upgradeOptions HelmUpgrade Options Response 
- The helm deployment upgrade options
- install_options HelmInstall Options Response 
- The helm deployment install options
- upgrade_options HelmUpgrade Options Response 
- The helm deployment upgrade options
- installOptions Property Map
- The helm deployment install options
- upgradeOptions Property Map
- The helm deployment upgrade options
HelmUpgradeOptionsResponse   
ImageArtifactProfileResponse   
- ImageName string
- Image name.
- ImageVersion string
- Image version.
- ImageName string
- Image name.
- ImageVersion string
- Image version.
- imageName String
- Image name.
- imageVersion String
- Image version.
- imageName string
- Image name.
- imageVersion string
- Image version.
- image_name str
- Image name.
- image_version str
- Image version.
- imageName String
- Image name.
- imageVersion String
- Image version.
ImageMappingRuleProfileResponse    
- UserConfiguration string
- List of values.
- UserConfiguration string
- List of values.
- userConfiguration String
- List of values.
- userConfiguration string
- List of values.
- user_configuration str
- List of values.
- userConfiguration String
- List of values.
ReferencedResourceResponse  
- Id string
- Resource ID.
- Id string
- Resource ID.
- id String
- Resource ID.
- id string
- Resource ID.
- id str
- Resource ID.
- id String
- Resource ID.
SystemDataResponse  
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
- createdAt string
- The timestamp of resource creation (UTC).
- createdBy string
- The identity that created the resource.
- createdBy stringType 
- The type of identity that created the resource.
- lastModified stringAt 
- The timestamp of resource last modification (UTC)
- lastModified stringBy 
- The identity that last modified the resource.
- lastModified stringBy Type 
- The type of identity that last modified the resource.
- created_at str
- The timestamp of resource creation (UTC).
- created_by str
- The identity that created the resource.
- created_by_ strtype 
- The type of identity that created the resource.
- last_modified_ strat 
- The timestamp of resource last modification (UTC)
- last_modified_ strby 
- The identity that last modified the resource.
- last_modified_ strby_ type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
VhdImageArtifactProfileResponse    
- VhdName string
- Vhd name.
- VhdVersion string
- Vhd version.
- VhdName string
- Vhd name.
- VhdVersion string
- Vhd version.
- vhdName String
- Vhd name.
- vhdVersion String
- Vhd version.
- vhdName string
- Vhd name.
- vhdVersion string
- Vhd version.
- vhd_name str
- Vhd name.
- vhd_version str
- Vhd version.
- vhdName String
- Vhd name.
- vhdVersion String
- Vhd version.
VhdImageMappingRuleProfileResponse     
- UserConfiguration string
- List of values.
- UserConfiguration string
- List of values.
- userConfiguration String
- List of values.
- userConfiguration string
- List of values.
- user_configuration str
- List of values.
- userConfiguration String
- List of values.
VirtualNetworkFunctionNetworkFunctionDefinitionVersionResponse       
- ProvisioningState string
- The provisioning state of the network function definition version resource.
- VersionState string
- The network function definition version state.
- DeployParameters string
- The deployment parameters of the network function definition version.
- Description string
- The network function definition version description.
- NetworkFunction Pulumi.Template Azure | Pulumi.Native. Hybrid Network. Inputs. Azure Core Network Function Template Response Azure Native. Hybrid Network. Inputs. Azure Operator Nexus Network Function Template Response 
- Virtual network function template.
- ProvisioningState string
- The provisioning state of the network function definition version resource.
- VersionState string
- The network function definition version state.
- DeployParameters string
- The deployment parameters of the network function definition version.
- Description string
- The network function definition version description.
- NetworkFunction AzureTemplate Core | AzureNetwork Function Template Response Operator Nexus Network Function Template Response 
- Virtual network function template.
- provisioningState String
- The provisioning state of the network function definition version resource.
- versionState String
- The network function definition version state.
- deployParameters String
- The deployment parameters of the network function definition version.
- description String
- The network function definition version description.
- networkFunction AzureTemplate Core | AzureNetwork Function Template Response Operator Nexus Network Function Template Response 
- Virtual network function template.
- provisioningState string
- The provisioning state of the network function definition version resource.
- versionState string
- The network function definition version state.
- deployParameters string
- The deployment parameters of the network function definition version.
- description string
- The network function definition version description.
- networkFunction AzureTemplate Core | AzureNetwork Function Template Response Operator Nexus Network Function Template Response 
- Virtual network function template.
- provisioning_state str
- The provisioning state of the network function definition version resource.
- version_state str
- The network function definition version state.
- deploy_parameters str
- The deployment parameters of the network function definition version.
- description str
- The network function definition version description.
- network_function_ Azuretemplate Core | AzureNetwork Function Template Response Operator Nexus Network Function Template Response 
- Virtual network function template.
- provisioningState String
- The provisioning state of the network function definition version resource.
- versionState String
- The network function definition version state.
- deployParameters String
- The deployment parameters of the network function definition version.
- description String
- The network function definition version description.
- networkFunction Property Map | Property MapTemplate 
- Virtual network function template.
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.89.1 published on Sunday, Mar 2, 2025 by Pulumi