1. Packages
  2. Azure Native
  3. API Docs
  4. kubernetesconfiguration
  5. getExtension
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.34.0 published on Thursday, Mar 28, 2024 by Pulumi

azure-native.kubernetesconfiguration.getExtension

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.34.0 published on Thursday, Mar 28, 2024 by Pulumi

    Gets Kubernetes Cluster Extension. Azure REST API version: 2023-05-01.

    Other available API versions: 2020-07-01-preview, 2022-04-02-preview, 2022-07-01.

    Using getExtension

    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 getExtension(args: GetExtensionArgs, opts?: InvokeOptions): Promise<GetExtensionResult>
    function getExtensionOutput(args: GetExtensionOutputArgs, opts?: InvokeOptions): Output<GetExtensionResult>
    def get_extension(cluster_name: Optional[str] = None,
                      cluster_resource_name: Optional[str] = None,
                      cluster_rp: Optional[str] = None,
                      extension_name: Optional[str] = None,
                      resource_group_name: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetExtensionResult
    def get_extension_output(cluster_name: Optional[pulumi.Input[str]] = None,
                      cluster_resource_name: Optional[pulumi.Input[str]] = None,
                      cluster_rp: Optional[pulumi.Input[str]] = None,
                      extension_name: Optional[pulumi.Input[str]] = None,
                      resource_group_name: Optional[pulumi.Input[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetExtensionResult]
    func LookupExtension(ctx *Context, args *LookupExtensionArgs, opts ...InvokeOption) (*LookupExtensionResult, error)
    func LookupExtensionOutput(ctx *Context, args *LookupExtensionOutputArgs, opts ...InvokeOption) LookupExtensionResultOutput

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

    public static class GetExtension 
    {
        public static Task<GetExtensionResult> InvokeAsync(GetExtensionArgs args, InvokeOptions? opts = null)
        public static Output<GetExtensionResult> Invoke(GetExtensionInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetExtensionResult> getExtension(GetExtensionArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:kubernetesconfiguration:getExtension
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ClusterName string
    The name of the kubernetes cluster.
    ClusterResourceName string
    The Kubernetes cluster resource name - i.e. managedClusters, connectedClusters, provisionedClusters.
    ClusterRp string
    The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes, Microsoft.HybridContainerService.
    ExtensionName string
    Name of the Extension.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    ClusterName string
    The name of the kubernetes cluster.
    ClusterResourceName string
    The Kubernetes cluster resource name - i.e. managedClusters, connectedClusters, provisionedClusters.
    ClusterRp string
    The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes, Microsoft.HybridContainerService.
    ExtensionName string
    Name of the Extension.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    clusterName String
    The name of the kubernetes cluster.
    clusterResourceName String
    The Kubernetes cluster resource name - i.e. managedClusters, connectedClusters, provisionedClusters.
    clusterRp String
    The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes, Microsoft.HybridContainerService.
    extensionName String
    Name of the Extension.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    clusterName string
    The name of the kubernetes cluster.
    clusterResourceName string
    The Kubernetes cluster resource name - i.e. managedClusters, connectedClusters, provisionedClusters.
    clusterRp string
    The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes, Microsoft.HybridContainerService.
    extensionName string
    Name of the Extension.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    cluster_name str
    The name of the kubernetes cluster.
    cluster_resource_name str
    The Kubernetes cluster resource name - i.e. managedClusters, connectedClusters, provisionedClusters.
    cluster_rp str
    The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes, Microsoft.HybridContainerService.
    extension_name str
    Name of the Extension.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    clusterName String
    The name of the kubernetes cluster.
    clusterResourceName String
    The Kubernetes cluster resource name - i.e. managedClusters, connectedClusters, provisionedClusters.
    clusterRp String
    The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes, Microsoft.HybridContainerService.
    extensionName String
    Name of the Extension.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.

    getExtension Result

    The following output properties are available:

    CurrentVersion string
    Currently installed version of the extension.
    CustomLocationSettings Dictionary<string, string>
    Custom Location settings properties.
    ErrorInfo Pulumi.AzureNative.KubernetesConfiguration.Outputs.ErrorDetailResponse
    Error information from the Agent - e.g. errors during installation.
    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    IsSystemExtension bool
    Flag to note if this extension is a system extension
    Name string
    The name of the resource
    PackageUri string
    Uri of the Helm package
    ProvisioningState string
    Status of installation of this extension.
    SystemData Pulumi.AzureNative.KubernetesConfiguration.Outputs.SystemDataResponse
    Top level metadata https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-contracts.md#system-metadata-for-all-azure-resources
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    AksAssignedIdentity Pulumi.AzureNative.KubernetesConfiguration.Outputs.ExtensionResponseAksAssignedIdentity
    Identity of the Extension resource in an AKS cluster
    AutoUpgradeMinorVersion bool
    Flag to note if this extension participates in auto upgrade of minor version, or not.
    ConfigurationProtectedSettings Dictionary<string, string>
    Configuration settings that are sensitive, as name-value pairs for configuring this extension.
    ConfigurationSettings Dictionary<string, string>
    Configuration settings, as name-value pairs for configuring this extension.
    ExtensionType string
    Type of the Extension, of which this resource is an instance of. It must be one of the Extension Types registered with Microsoft.KubernetesConfiguration by the Extension publisher.
    Identity Pulumi.AzureNative.KubernetesConfiguration.Outputs.IdentityResponse
    Identity of the Extension resource
    Plan Pulumi.AzureNative.KubernetesConfiguration.Outputs.PlanResponse
    The plan information.
    ReleaseTrain string
    ReleaseTrain this extension participates in for auto-upgrade (e.g. Stable, Preview, etc.) - only if autoUpgradeMinorVersion is 'true'.
    Scope Pulumi.AzureNative.KubernetesConfiguration.Outputs.ScopeResponse
    Scope at which the extension is installed.
    Statuses List<Pulumi.AzureNative.KubernetesConfiguration.Outputs.ExtensionStatusResponse>
    Status from this extension.
    Version string
    User-specified version of the extension for this extension to 'pin'. To use 'version', autoUpgradeMinorVersion must be 'false'.
    CurrentVersion string
    Currently installed version of the extension.
    CustomLocationSettings map[string]string
    Custom Location settings properties.
    ErrorInfo ErrorDetailResponse
    Error information from the Agent - e.g. errors during installation.
    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    IsSystemExtension bool
    Flag to note if this extension is a system extension
    Name string
    The name of the resource
    PackageUri string
    Uri of the Helm package
    ProvisioningState string
    Status of installation of this extension.
    SystemData SystemDataResponse
    Top level metadata https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-contracts.md#system-metadata-for-all-azure-resources
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    AksAssignedIdentity ExtensionResponseAksAssignedIdentity
    Identity of the Extension resource in an AKS cluster
    AutoUpgradeMinorVersion bool
    Flag to note if this extension participates in auto upgrade of minor version, or not.
    ConfigurationProtectedSettings map[string]string
    Configuration settings that are sensitive, as name-value pairs for configuring this extension.
    ConfigurationSettings map[string]string
    Configuration settings, as name-value pairs for configuring this extension.
    ExtensionType string
    Type of the Extension, of which this resource is an instance of. It must be one of the Extension Types registered with Microsoft.KubernetesConfiguration by the Extension publisher.
    Identity IdentityResponse
    Identity of the Extension resource
    Plan PlanResponse
    The plan information.
    ReleaseTrain string
    ReleaseTrain this extension participates in for auto-upgrade (e.g. Stable, Preview, etc.) - only if autoUpgradeMinorVersion is 'true'.
    Scope ScopeResponse
    Scope at which the extension is installed.
    Statuses []ExtensionStatusResponse
    Status from this extension.
    Version string
    User-specified version of the extension for this extension to 'pin'. To use 'version', autoUpgradeMinorVersion must be 'false'.
    currentVersion String
    Currently installed version of the extension.
    customLocationSettings Map<String,String>
    Custom Location settings properties.
    errorInfo ErrorDetailResponse
    Error information from the Agent - e.g. errors during installation.
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    isSystemExtension Boolean
    Flag to note if this extension is a system extension
    name String
    The name of the resource
    packageUri String
    Uri of the Helm package
    provisioningState String
    Status of installation of this extension.
    systemData SystemDataResponse
    Top level metadata https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-contracts.md#system-metadata-for-all-azure-resources
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    aksAssignedIdentity ExtensionResponseAksAssignedIdentity
    Identity of the Extension resource in an AKS cluster
    autoUpgradeMinorVersion Boolean
    Flag to note if this extension participates in auto upgrade of minor version, or not.
    configurationProtectedSettings Map<String,String>
    Configuration settings that are sensitive, as name-value pairs for configuring this extension.
    configurationSettings Map<String,String>
    Configuration settings, as name-value pairs for configuring this extension.
    extensionType String
    Type of the Extension, of which this resource is an instance of. It must be one of the Extension Types registered with Microsoft.KubernetesConfiguration by the Extension publisher.
    identity IdentityResponse
    Identity of the Extension resource
    plan PlanResponse
    The plan information.
    releaseTrain String
    ReleaseTrain this extension participates in for auto-upgrade (e.g. Stable, Preview, etc.) - only if autoUpgradeMinorVersion is 'true'.
    scope ScopeResponse
    Scope at which the extension is installed.
    statuses List<ExtensionStatusResponse>
    Status from this extension.
    version String
    User-specified version of the extension for this extension to 'pin'. To use 'version', autoUpgradeMinorVersion must be 'false'.
    currentVersion string
    Currently installed version of the extension.
    customLocationSettings {[key: string]: string}
    Custom Location settings properties.
    errorInfo ErrorDetailResponse
    Error information from the Agent - e.g. errors during installation.
    id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    isSystemExtension boolean
    Flag to note if this extension is a system extension
    name string
    The name of the resource
    packageUri string
    Uri of the Helm package
    provisioningState string
    Status of installation of this extension.
    systemData SystemDataResponse
    Top level metadata https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-contracts.md#system-metadata-for-all-azure-resources
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    aksAssignedIdentity ExtensionResponseAksAssignedIdentity
    Identity of the Extension resource in an AKS cluster
    autoUpgradeMinorVersion boolean
    Flag to note if this extension participates in auto upgrade of minor version, or not.
    configurationProtectedSettings {[key: string]: string}
    Configuration settings that are sensitive, as name-value pairs for configuring this extension.
    configurationSettings {[key: string]: string}
    Configuration settings, as name-value pairs for configuring this extension.
    extensionType string
    Type of the Extension, of which this resource is an instance of. It must be one of the Extension Types registered with Microsoft.KubernetesConfiguration by the Extension publisher.
    identity IdentityResponse
    Identity of the Extension resource
    plan PlanResponse
    The plan information.
    releaseTrain string
    ReleaseTrain this extension participates in for auto-upgrade (e.g. Stable, Preview, etc.) - only if autoUpgradeMinorVersion is 'true'.
    scope ScopeResponse
    Scope at which the extension is installed.
    statuses ExtensionStatusResponse[]
    Status from this extension.
    version string
    User-specified version of the extension for this extension to 'pin'. To use 'version', autoUpgradeMinorVersion must be 'false'.
    current_version str
    Currently installed version of the extension.
    custom_location_settings Mapping[str, str]
    Custom Location settings properties.
    error_info ErrorDetailResponse
    Error information from the Agent - e.g. errors during installation.
    id str
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    is_system_extension bool
    Flag to note if this extension is a system extension
    name str
    The name of the resource
    package_uri str
    Uri of the Helm package
    provisioning_state str
    Status of installation of this extension.
    system_data SystemDataResponse
    Top level metadata https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-contracts.md#system-metadata-for-all-azure-resources
    type str
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    aks_assigned_identity ExtensionResponseAksAssignedIdentity
    Identity of the Extension resource in an AKS cluster
    auto_upgrade_minor_version bool
    Flag to note if this extension participates in auto upgrade of minor version, or not.
    configuration_protected_settings Mapping[str, str]
    Configuration settings that are sensitive, as name-value pairs for configuring this extension.
    configuration_settings Mapping[str, str]
    Configuration settings, as name-value pairs for configuring this extension.
    extension_type str
    Type of the Extension, of which this resource is an instance of. It must be one of the Extension Types registered with Microsoft.KubernetesConfiguration by the Extension publisher.
    identity IdentityResponse
    Identity of the Extension resource
    plan PlanResponse
    The plan information.
    release_train str
    ReleaseTrain this extension participates in for auto-upgrade (e.g. Stable, Preview, etc.) - only if autoUpgradeMinorVersion is 'true'.
    scope ScopeResponse
    Scope at which the extension is installed.
    statuses Sequence[ExtensionStatusResponse]
    Status from this extension.
    version str
    User-specified version of the extension for this extension to 'pin'. To use 'version', autoUpgradeMinorVersion must be 'false'.
    currentVersion String
    Currently installed version of the extension.
    customLocationSettings Map<String>
    Custom Location settings properties.
    errorInfo Property Map
    Error information from the Agent - e.g. errors during installation.
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    isSystemExtension Boolean
    Flag to note if this extension is a system extension
    name String
    The name of the resource
    packageUri String
    Uri of the Helm package
    provisioningState String
    Status of installation of this extension.
    systemData Property Map
    Top level metadata https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-contracts.md#system-metadata-for-all-azure-resources
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    aksAssignedIdentity Property Map
    Identity of the Extension resource in an AKS cluster
    autoUpgradeMinorVersion Boolean
    Flag to note if this extension participates in auto upgrade of minor version, or not.
    configurationProtectedSettings Map<String>
    Configuration settings that are sensitive, as name-value pairs for configuring this extension.
    configurationSettings Map<String>
    Configuration settings, as name-value pairs for configuring this extension.
    extensionType String
    Type of the Extension, of which this resource is an instance of. It must be one of the Extension Types registered with Microsoft.KubernetesConfiguration by the Extension publisher.
    identity Property Map
    Identity of the Extension resource
    plan Property Map
    The plan information.
    releaseTrain String
    ReleaseTrain this extension participates in for auto-upgrade (e.g. Stable, Preview, etc.) - only if autoUpgradeMinorVersion is 'true'.
    scope Property Map
    Scope at which the extension is installed.
    statuses List<Property Map>
    Status from this extension.
    version String
    User-specified version of the extension for this extension to 'pin'. To use 'version', autoUpgradeMinorVersion must be 'false'.

    Supporting Types

    ErrorAdditionalInfoResponse

    Info object
    The additional info.
    Type string
    The additional info type.
    Info interface{}
    The additional info.
    Type string
    The additional info type.
    info Object
    The additional info.
    type String
    The additional info type.
    info any
    The additional info.
    type string
    The additional info type.
    info Any
    The additional info.
    type str
    The additional info type.
    info Any
    The additional info.
    type String
    The additional info type.

    ErrorDetailResponse

    AdditionalInfo []ErrorAdditionalInfoResponse
    The error additional info.
    Code string
    The error code.
    Details []ErrorDetailResponse
    The error details.
    Message string
    The error message.
    Target string
    The error target.
    additionalInfo List<ErrorAdditionalInfoResponse>
    The error additional info.
    code String
    The error code.
    details List<ErrorDetailResponse>
    The error details.
    message String
    The error message.
    target String
    The error target.
    additionalInfo ErrorAdditionalInfoResponse[]
    The error additional info.
    code string
    The error code.
    details ErrorDetailResponse[]
    The error details.
    message string
    The error message.
    target string
    The error target.
    additional_info Sequence[ErrorAdditionalInfoResponse]
    The error additional info.
    code str
    The error code.
    details Sequence[ErrorDetailResponse]
    The error details.
    message str
    The error message.
    target str
    The error target.
    additionalInfo List<Property Map>
    The error additional info.
    code String
    The error code.
    details List<Property Map>
    The error details.
    message String
    The error message.
    target String
    The error target.

    ExtensionResponseAksAssignedIdentity

    PrincipalId string
    The principal ID of resource identity.
    TenantId string
    The tenant ID of resource.
    Type string
    The identity type.
    PrincipalId string
    The principal ID of resource identity.
    TenantId string
    The tenant ID of resource.
    Type string
    The identity type.
    principalId String
    The principal ID of resource identity.
    tenantId String
    The tenant ID of resource.
    type String
    The identity type.
    principalId string
    The principal ID of resource identity.
    tenantId string
    The tenant ID of resource.
    type string
    The identity type.
    principal_id str
    The principal ID of resource identity.
    tenant_id str
    The tenant ID of resource.
    type str
    The identity type.
    principalId String
    The principal ID of resource identity.
    tenantId String
    The tenant ID of resource.
    type String
    The identity type.

    ExtensionStatusResponse

    Code string
    Status code provided by the Extension
    DisplayStatus string
    Short description of status of the extension.
    Level string
    Level of the status.
    Message string
    Detailed message of the status from the Extension.
    Time string
    DateLiteral (per ISO8601) noting the time of installation status.
    Code string
    Status code provided by the Extension
    DisplayStatus string
    Short description of status of the extension.
    Level string
    Level of the status.
    Message string
    Detailed message of the status from the Extension.
    Time string
    DateLiteral (per ISO8601) noting the time of installation status.
    code String
    Status code provided by the Extension
    displayStatus String
    Short description of status of the extension.
    level String
    Level of the status.
    message String
    Detailed message of the status from the Extension.
    time String
    DateLiteral (per ISO8601) noting the time of installation status.
    code string
    Status code provided by the Extension
    displayStatus string
    Short description of status of the extension.
    level string
    Level of the status.
    message string
    Detailed message of the status from the Extension.
    time string
    DateLiteral (per ISO8601) noting the time of installation status.
    code str
    Status code provided by the Extension
    display_status str
    Short description of status of the extension.
    level str
    Level of the status.
    message str
    Detailed message of the status from the Extension.
    time str
    DateLiteral (per ISO8601) noting the time of installation status.
    code String
    Status code provided by the Extension
    displayStatus String
    Short description of status of the extension.
    level String
    Level of the status.
    message String
    Detailed message of the status from the Extension.
    time String
    DateLiteral (per ISO8601) noting the time of installation status.

    IdentityResponse

    PrincipalId string
    The principal ID of resource identity.
    TenantId string
    The tenant ID of resource.
    Type string
    The identity type.
    PrincipalId string
    The principal ID of resource identity.
    TenantId string
    The tenant ID of resource.
    Type string
    The identity type.
    principalId String
    The principal ID of resource identity.
    tenantId String
    The tenant ID of resource.
    type String
    The identity type.
    principalId string
    The principal ID of resource identity.
    tenantId string
    The tenant ID of resource.
    type string
    The identity type.
    principal_id str
    The principal ID of resource identity.
    tenant_id str
    The tenant ID of resource.
    type str
    The identity type.
    principalId String
    The principal ID of resource identity.
    tenantId String
    The tenant ID of resource.
    type String
    The identity type.

    PlanResponse

    Name string
    A user defined name of the 3rd Party Artifact that is being procured.
    Product string
    The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
    Publisher string
    The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
    PromotionCode string
    A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
    Version string
    The version of the desired product/artifact.
    Name string
    A user defined name of the 3rd Party Artifact that is being procured.
    Product string
    The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
    Publisher string
    The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
    PromotionCode string
    A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
    Version string
    The version of the desired product/artifact.
    name String
    A user defined name of the 3rd Party Artifact that is being procured.
    product String
    The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
    publisher String
    The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
    promotionCode String
    A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
    version String
    The version of the desired product/artifact.
    name string
    A user defined name of the 3rd Party Artifact that is being procured.
    product string
    The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
    publisher string
    The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
    promotionCode string
    A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
    version string
    The version of the desired product/artifact.
    name str
    A user defined name of the 3rd Party Artifact that is being procured.
    product str
    The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
    publisher str
    The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
    promotion_code str
    A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
    version str
    The version of the desired product/artifact.
    name String
    A user defined name of the 3rd Party Artifact that is being procured.
    product String
    The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
    publisher String
    The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
    promotionCode String
    A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
    version String
    The version of the desired product/artifact.

    ScopeClusterResponse

    ReleaseNamespace string
    Namespace where the extension Release must be placed, for a Cluster scoped extension. If this namespace does not exist, it will be created
    ReleaseNamespace string
    Namespace where the extension Release must be placed, for a Cluster scoped extension. If this namespace does not exist, it will be created
    releaseNamespace String
    Namespace where the extension Release must be placed, for a Cluster scoped extension. If this namespace does not exist, it will be created
    releaseNamespace string
    Namespace where the extension Release must be placed, for a Cluster scoped extension. If this namespace does not exist, it will be created
    release_namespace str
    Namespace where the extension Release must be placed, for a Cluster scoped extension. If this namespace does not exist, it will be created
    releaseNamespace String
    Namespace where the extension Release must be placed, for a Cluster scoped extension. If this namespace does not exist, it will be created

    ScopeNamespaceResponse

    TargetNamespace string
    Namespace where the extension will be created for an Namespace scoped extension. If this namespace does not exist, it will be created
    TargetNamespace string
    Namespace where the extension will be created for an Namespace scoped extension. If this namespace does not exist, it will be created
    targetNamespace String
    Namespace where the extension will be created for an Namespace scoped extension. If this namespace does not exist, it will be created
    targetNamespace string
    Namespace where the extension will be created for an Namespace scoped extension. If this namespace does not exist, it will be created
    target_namespace str
    Namespace where the extension will be created for an Namespace scoped extension. If this namespace does not exist, it will be created
    targetNamespace String
    Namespace where the extension will be created for an Namespace scoped extension. If this namespace does not exist, it will be created

    ScopeResponse

    Cluster Pulumi.AzureNative.KubernetesConfiguration.Inputs.ScopeClusterResponse
    Specifies that the scope of the extension is Cluster
    Namespace Pulumi.AzureNative.KubernetesConfiguration.Inputs.ScopeNamespaceResponse
    Specifies that the scope of the extension is Namespace
    Cluster ScopeClusterResponse
    Specifies that the scope of the extension is Cluster
    Namespace ScopeNamespaceResponse
    Specifies that the scope of the extension is Namespace
    cluster ScopeClusterResponse
    Specifies that the scope of the extension is Cluster
    namespace ScopeNamespaceResponse
    Specifies that the scope of the extension is Namespace
    cluster ScopeClusterResponse
    Specifies that the scope of the extension is Cluster
    namespace ScopeNamespaceResponse
    Specifies that the scope of the extension is Namespace
    cluster ScopeClusterResponse
    Specifies that the scope of the extension is Cluster
    namespace ScopeNamespaceResponse
    Specifies that the scope of the extension is Namespace
    cluster Property Map
    Specifies that the scope of the extension is Cluster
    namespace Property Map
    Specifies that the scope of the extension is Namespace

    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.34.0 published on Thursday, Mar 28, 2024 by Pulumi