1. Packages
  2. Azure Native
  3. API Docs
  4. hybridnetwork
  5. getNetworkServiceDesignVersion
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.39.0 published on Monday, Apr 29, 2024 by Pulumi

azure-native.hybridnetwork.getNetworkServiceDesignVersion

Explore with Pulumi AI

azure-native logo
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.39.0 published on Monday, Apr 29, 2024 by Pulumi

    Gets information about a network service design version. Azure REST API version: 2023-09-01.

    Using getNetworkServiceDesignVersion

    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 getNetworkServiceDesignVersion(args: GetNetworkServiceDesignVersionArgs, opts?: InvokeOptions): Promise<GetNetworkServiceDesignVersionResult>
    function getNetworkServiceDesignVersionOutput(args: GetNetworkServiceDesignVersionOutputArgs, opts?: InvokeOptions): Output<GetNetworkServiceDesignVersionResult>
    def get_network_service_design_version(network_service_design_group_name: Optional[str] = None,
                                           network_service_design_version_name: Optional[str] = None,
                                           publisher_name: Optional[str] = None,
                                           resource_group_name: Optional[str] = None,
                                           opts: Optional[InvokeOptions] = None) -> GetNetworkServiceDesignVersionResult
    def get_network_service_design_version_output(network_service_design_group_name: Optional[pulumi.Input[str]] = None,
                                           network_service_design_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[GetNetworkServiceDesignVersionResult]
    func LookupNetworkServiceDesignVersion(ctx *Context, args *LookupNetworkServiceDesignVersionArgs, opts ...InvokeOption) (*LookupNetworkServiceDesignVersionResult, error)
    func LookupNetworkServiceDesignVersionOutput(ctx *Context, args *LookupNetworkServiceDesignVersionOutputArgs, opts ...InvokeOption) LookupNetworkServiceDesignVersionResultOutput

    > Note: This function is named LookupNetworkServiceDesignVersion in the Go SDK.

    public static class GetNetworkServiceDesignVersion 
    {
        public static Task<GetNetworkServiceDesignVersionResult> InvokeAsync(GetNetworkServiceDesignVersionArgs args, InvokeOptions? opts = null)
        public static Output<GetNetworkServiceDesignVersionResult> Invoke(GetNetworkServiceDesignVersionInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetNetworkServiceDesignVersionResult> getNetworkServiceDesignVersion(GetNetworkServiceDesignVersionArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:hybridnetwork:getNetworkServiceDesignVersion
      arguments:
        # arguments dictionary

    The following arguments are supported:

    NetworkServiceDesignGroupName string
    The name of the network service design group.
    NetworkServiceDesignVersionName string
    The name of the network service design 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.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    NetworkServiceDesignGroupName string
    The name of the network service design group.
    NetworkServiceDesignVersionName string
    The name of the network service design 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.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    networkServiceDesignGroupName String
    The name of the network service design group.
    networkServiceDesignVersionName String
    The name of the network service design 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.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    networkServiceDesignGroupName string
    The name of the network service design group.
    networkServiceDesignVersionName string
    The name of the network service design 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.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    network_service_design_group_name str
    The name of the network service design group.
    network_service_design_version_name str
    The name of the network service design 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_name str
    The name of the resource group. The name is case insensitive.
    networkServiceDesignGroupName String
    The name of the network service design group.
    networkServiceDesignVersionName String
    The name of the network service design 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.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.

    getNetworkServiceDesignVersion 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.AzureNative.HybridNetwork.Outputs.NetworkServiceDesignVersionPropertiesFormatResponse
    network service design version properties.
    SystemData Pulumi.AzureNative.HybridNetwork.Outputs.SystemDataResponse
    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"
    Tags 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 NetworkServiceDesignVersionPropertiesFormatResponse
    network service design version properties.
    SystemData SystemDataResponse
    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"
    Tags 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 NetworkServiceDesignVersionPropertiesFormatResponse
    network service design version properties.
    systemData SystemDataResponse
    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"
    tags 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 NetworkServiceDesignVersionPropertiesFormatResponse
    network service design version properties.
    systemData SystemDataResponse
    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"
    tags {[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 NetworkServiceDesignVersionPropertiesFormatResponse
    network service design version properties.
    system_data SystemDataResponse
    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"
    tags 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
    network service design 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"
    tags Map<String>
    Resource tags.

    Supporting Types

    ArmResourceDefinitionResourceElementTemplateDetailsResponse

    Configuration ArmResourceDefinitionResourceElementTemplateResponse
    The resource element template type.
    DependsOnProfile DependsOnProfileResponse
    The depends on profile.
    Name string
    Name of the resource element template.
    configuration ArmResourceDefinitionResourceElementTemplateResponse
    The resource element template type.
    dependsOnProfile DependsOnProfileResponse
    The depends on profile.
    name String
    Name of the resource element template.
    configuration ArmResourceDefinitionResourceElementTemplateResponse
    The resource element template type.
    dependsOnProfile DependsOnProfileResponse
    The depends on profile.
    name string
    Name of the resource element template.
    configuration ArmResourceDefinitionResourceElementTemplateResponse
    The resource element template type.
    depends_on_profile DependsOnProfileResponse
    The depends on profile.
    name str
    Name of the resource element template.
    configuration Property Map
    The resource element template type.
    dependsOnProfile Property Map
    The depends on profile.
    name String
    Name of the resource element template.

    ArmResourceDefinitionResourceElementTemplateResponse

    ArtifactProfile Pulumi.AzureNative.HybridNetwork.Inputs.NSDArtifactProfileResponse
    Artifact profile properties.
    ParameterValues string
    Name and value pairs that define the parameter values. It can be a well formed escaped JSON string.
    TemplateType string
    The template type.
    ArtifactProfile NSDArtifactProfileResponse
    Artifact profile properties.
    ParameterValues string
    Name and value pairs that define the parameter values. It can be a well formed escaped JSON string.
    TemplateType string
    The template type.
    artifactProfile NSDArtifactProfileResponse
    Artifact profile properties.
    parameterValues String
    Name and value pairs that define the parameter values. It can be a well formed escaped JSON string.
    templateType String
    The template type.
    artifactProfile NSDArtifactProfileResponse
    Artifact profile properties.
    parameterValues string
    Name and value pairs that define the parameter values. It can be a well formed escaped JSON string.
    templateType string
    The template type.
    artifact_profile NSDArtifactProfileResponse
    Artifact profile properties.
    parameter_values str
    Name and value pairs that define the parameter values. It can be a well formed escaped JSON string.
    template_type str
    The template type.
    artifactProfile Property Map
    Artifact profile properties.
    parameterValues String
    Name and value pairs that define the parameter values. It can be a well formed escaped JSON string.
    templateType String
    The template type.

    DependsOnProfileResponse

    InstallDependsOn List<string>
    Application installation operation dependency.
    UninstallDependsOn List<string>
    Application deletion operation dependency.
    UpdateDependsOn List<string>
    Application update operation dependency.
    InstallDependsOn []string
    Application installation operation dependency.
    UninstallDependsOn []string
    Application deletion operation dependency.
    UpdateDependsOn []string
    Application update operation dependency.
    installDependsOn List<String>
    Application installation operation dependency.
    uninstallDependsOn List<String>
    Application deletion operation dependency.
    updateDependsOn List<String>
    Application update operation dependency.
    installDependsOn string[]
    Application installation operation dependency.
    uninstallDependsOn string[]
    Application deletion operation dependency.
    updateDependsOn string[]
    Application update operation dependency.
    install_depends_on Sequence[str]
    Application installation operation dependency.
    uninstall_depends_on Sequence[str]
    Application deletion operation dependency.
    update_depends_on Sequence[str]
    Application update operation dependency.
    installDependsOn List<String>
    Application installation operation dependency.
    uninstallDependsOn List<String>
    Application deletion operation dependency.
    updateDependsOn List<String>
    Application update operation dependency.

    NSDArtifactProfileResponse

    ArtifactName string
    Artifact name.
    ArtifactStoreReference ReferencedResourceResponse
    The artifact store resource id
    ArtifactVersion string
    Artifact version.
    artifactName String
    Artifact name.
    artifactStoreReference ReferencedResourceResponse
    The artifact store resource id
    artifactVersion String
    Artifact version.
    artifactName string
    Artifact name.
    artifactStoreReference ReferencedResourceResponse
    The artifact store resource id
    artifactVersion string
    Artifact version.
    artifact_name str
    Artifact name.
    artifact_store_reference ReferencedResourceResponse
    The artifact store resource id
    artifact_version str
    Artifact version.
    artifactName String
    Artifact name.
    artifactStoreReference Property Map
    The artifact store resource id
    artifactVersion String
    Artifact version.

    NetworkFunctionDefinitionResourceElementTemplateDetailsResponse

    Configuration ArmResourceDefinitionResourceElementTemplateResponse
    The resource element template type.
    DependsOnProfile DependsOnProfileResponse
    The depends on profile.
    Name string
    Name of the resource element template.
    configuration ArmResourceDefinitionResourceElementTemplateResponse
    The resource element template type.
    dependsOnProfile DependsOnProfileResponse
    The depends on profile.
    name String
    Name of the resource element template.
    configuration ArmResourceDefinitionResourceElementTemplateResponse
    The resource element template type.
    dependsOnProfile DependsOnProfileResponse
    The depends on profile.
    name string
    Name of the resource element template.
    configuration ArmResourceDefinitionResourceElementTemplateResponse
    The resource element template type.
    depends_on_profile DependsOnProfileResponse
    The depends on profile.
    name str
    Name of the resource element template.
    configuration Property Map
    The resource element template type.
    dependsOnProfile Property Map
    The depends on profile.
    name String
    Name of the resource element template.

    NetworkServiceDesignVersionPropertiesFormatResponse

    ProvisioningState string
    The provisioning state of the network service design version resource.
    VersionState string
    The network service design version state.
    ConfigurationGroupSchemaReferences Dictionary<string, Pulumi.AzureNative.HybridNetwork.Inputs.ReferencedResourceResponse>
    The configuration schemas to used to define the values.
    Description string
    The network service design version description.
    NfvisFromSite Dictionary<string, Pulumi.AzureNative.HybridNetwork.Inputs.NfviDetailsResponse>
    The nfvis from the site.
    ResourceElementTemplates List<Union<Pulumi.AzureNative.HybridNetwork.Inputs.ArmResourceDefinitionResourceElementTemplateDetailsResponse, Pulumi.AzureNative.HybridNetwork.Inputs.NetworkFunctionDefinitionResourceElementTemplateDetailsResponse>>
    List of resource element template
    ProvisioningState string
    The provisioning state of the network service design version resource.
    VersionState string
    The network service design version state.
    ConfigurationGroupSchemaReferences map[string]ReferencedResourceResponse
    The configuration schemas to used to define the values.
    Description string
    The network service design version description.
    NfvisFromSite map[string]NfviDetailsResponse
    The nfvis from the site.
    ResourceElementTemplates []interface{}
    List of resource element template
    provisioningState String
    The provisioning state of the network service design version resource.
    versionState String
    The network service design version state.
    configurationGroupSchemaReferences Map<String,ReferencedResourceResponse>
    The configuration schemas to used to define the values.
    description String
    The network service design version description.
    nfvisFromSite Map<String,NfviDetailsResponse>
    The nfvis from the site.
    resourceElementTemplates List<Either<ArmResourceDefinitionResourceElementTemplateDetailsResponse,NetworkFunctionDefinitionResourceElementTemplateDetailsResponse>>
    List of resource element template
    provisioningState string
    The provisioning state of the network service design version resource.
    versionState string
    The network service design version state.
    configurationGroupSchemaReferences {[key: string]: ReferencedResourceResponse}
    The configuration schemas to used to define the values.
    description string
    The network service design version description.
    nfvisFromSite {[key: string]: NfviDetailsResponse}
    The nfvis from the site.
    resourceElementTemplates (ArmResourceDefinitionResourceElementTemplateDetailsResponse | NetworkFunctionDefinitionResourceElementTemplateDetailsResponse)[]
    List of resource element template
    provisioning_state str
    The provisioning state of the network service design version resource.
    version_state str
    The network service design version state.
    configuration_group_schema_references Mapping[str, ReferencedResourceResponse]
    The configuration schemas to used to define the values.
    description str
    The network service design version description.
    nfvis_from_site Mapping[str, NfviDetailsResponse]
    The nfvis from the site.
    resource_element_templates Sequence[Union[ArmResourceDefinitionResourceElementTemplateDetailsResponse, NetworkFunctionDefinitionResourceElementTemplateDetailsResponse]]
    List of resource element template
    provisioningState String
    The provisioning state of the network service design version resource.
    versionState String
    The network service design version state.
    configurationGroupSchemaReferences Map<Property Map>
    The configuration schemas to used to define the values.
    description String
    The network service design version description.
    nfvisFromSite Map<Property Map>
    The nfvis from the site.
    resourceElementTemplates List<Property Map | Property Map>
    List of resource element template

    NfviDetailsResponse

    Name string
    The nfvi name.
    Type string
    The nfvi type.
    Name string
    The nfvi name.
    Type string
    The nfvi type.
    name String
    The nfvi name.
    type String
    The nfvi type.
    name string
    The nfvi name.
    type string
    The nfvi type.
    name str
    The nfvi name.
    type str
    The nfvi type.
    name String
    The nfvi name.
    type String
    The nfvi type.

    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.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    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.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    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.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    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.
    createdByType string
    The type of identity that created the resource.
    lastModifiedAt string
    The timestamp of resource last modification (UTC)
    lastModifiedBy string
    The identity that last modified the resource.
    lastModifiedByType string
    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_type str
    The type of identity that created the resource.
    last_modified_at str
    The timestamp of resource last modification (UTC)
    last_modified_by str
    The identity that last modified the resource.
    last_modified_by_type str
    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.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    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.39.0 published on Monday, Apr 29, 2024 by Pulumi