This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.63.0 published on Tuesday, Sep 24, 2024 by Pulumi
azure-native.kubernetesconfiguration.getExtension
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.63.0 published on Tuesday, Sep 24, 2024 by Pulumi
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:
- Cluster
Name string - The name of the kubernetes cluster.
- Cluster
Resource stringName - The Kubernetes cluster resource name - i.e. managedClusters, connectedClusters, provisionedClusters.
- Cluster
Rp string - The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes, Microsoft.HybridContainerService.
- Extension
Name string - Name of the Extension.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Cluster
Name string - The name of the kubernetes cluster.
- Cluster
Resource stringName - The Kubernetes cluster resource name - i.e. managedClusters, connectedClusters, provisionedClusters.
- Cluster
Rp string - The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes, Microsoft.HybridContainerService.
- Extension
Name string - Name of the Extension.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- cluster
Name String - The name of the kubernetes cluster.
- cluster
Resource StringName - The Kubernetes cluster resource name - i.e. managedClusters, connectedClusters, provisionedClusters.
- cluster
Rp String - The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes, Microsoft.HybridContainerService.
- extension
Name String - Name of the Extension.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- cluster
Name string - The name of the kubernetes cluster.
- cluster
Resource stringName - The Kubernetes cluster resource name - i.e. managedClusters, connectedClusters, provisionedClusters.
- cluster
Rp string - The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes, Microsoft.HybridContainerService.
- extension
Name string - Name of the Extension.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- cluster_
name str - The name of the kubernetes cluster.
- cluster_
resource_ strname - 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_ strname - The name of the resource group. The name is case insensitive.
- cluster
Name String - The name of the kubernetes cluster.
- cluster
Resource StringName - The Kubernetes cluster resource name - i.e. managedClusters, connectedClusters, provisionedClusters.
- cluster
Rp String - The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes, Microsoft.HybridContainerService.
- extension
Name String - Name of the Extension.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
getExtension Result
The following output properties are available:
- Current
Version string - Currently installed version of the extension.
- Custom
Location Dictionary<string, string>Settings - Custom Location settings properties.
- Error
Info Pulumi.Azure Native. Kubernetes Configuration. Outputs. Error Detail Response - 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}
- Is
System boolExtension - Flag to note if this extension is a system extension
- Name string
- The name of the resource
- Package
Uri string - Uri of the Helm package
- Provisioning
State string - Status of installation of this extension.
- System
Data Pulumi.Azure Native. Kubernetes Configuration. Outputs. System Data Response - 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"
- Aks
Assigned Pulumi.Identity Azure Native. Kubernetes Configuration. Outputs. Extension Response Aks Assigned Identity - Identity of the Extension resource in an AKS cluster
- Auto
Upgrade boolMinor Version - Flag to note if this extension participates in auto upgrade of minor version, or not.
- Configuration
Protected Dictionary<string, string>Settings - Configuration settings that are sensitive, as name-value pairs for configuring this extension.
- Configuration
Settings Dictionary<string, string> - Configuration settings, as name-value pairs for configuring this extension.
- Extension
Type 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.
Azure Native. Kubernetes Configuration. Outputs. Identity Response - Identity of the Extension resource
- Plan
Pulumi.
Azure Native. Kubernetes Configuration. Outputs. Plan Response - The plan information.
- Release
Train string - ReleaseTrain this extension participates in for auto-upgrade (e.g. Stable, Preview, etc.) - only if autoUpgradeMinorVersion is 'true'.
- Scope
Pulumi.
Azure Native. Kubernetes Configuration. Outputs. Scope Response - Scope at which the extension is installed.
- Statuses
List<Pulumi.
Azure Native. Kubernetes Configuration. Outputs. Extension Status Response> - 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 string - Currently installed version of the extension.
- Custom
Location map[string]stringSettings - Custom Location settings properties.
- Error
Info ErrorDetail Response - 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}
- Is
System boolExtension - Flag to note if this extension is a system extension
- Name string
- The name of the resource
- Package
Uri string - Uri of the Helm package
- Provisioning
State string - Status of installation of this extension.
- System
Data SystemData Response - 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"
- Aks
Assigned ExtensionIdentity Response Aks Assigned Identity - Identity of the Extension resource in an AKS cluster
- Auto
Upgrade boolMinor Version - Flag to note if this extension participates in auto upgrade of minor version, or not.
- Configuration
Protected map[string]stringSettings - Configuration settings that are sensitive, as name-value pairs for configuring this extension.
- Configuration
Settings map[string]string - Configuration settings, as name-value pairs for configuring this extension.
- Extension
Type 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
Identity
Response - Identity of the Extension resource
- Plan
Plan
Response - The plan information.
- Release
Train string - ReleaseTrain this extension participates in for auto-upgrade (e.g. Stable, Preview, etc.) - only if autoUpgradeMinorVersion is 'true'.
- Scope
Scope
Response - Scope at which the extension is installed.
- Statuses
[]Extension
Status Response - 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 String - Currently installed version of the extension.
- custom
Location Map<String,String>Settings - Custom Location settings properties.
- error
Info ErrorDetail Response - 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}
- is
System BooleanExtension - Flag to note if this extension is a system extension
- name String
- The name of the resource
- package
Uri String - Uri of the Helm package
- provisioning
State String - Status of installation of this extension.
- system
Data SystemData Response - 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"
- aks
Assigned ExtensionIdentity Response Aks Assigned Identity - Identity of the Extension resource in an AKS cluster
- auto
Upgrade BooleanMinor Version - Flag to note if this extension participates in auto upgrade of minor version, or not.
- configuration
Protected Map<String,String>Settings - Configuration settings that are sensitive, as name-value pairs for configuring this extension.
- configuration
Settings Map<String,String> - Configuration settings, as name-value pairs for configuring this extension.
- extension
Type 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
Identity
Response - Identity of the Extension resource
- plan
Plan
Response - The plan information.
- release
Train String - ReleaseTrain this extension participates in for auto-upgrade (e.g. Stable, Preview, etc.) - only if autoUpgradeMinorVersion is 'true'.
- scope
Scope
Response - Scope at which the extension is installed.
- statuses
List<Extension
Status Response> - 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 string - Currently installed version of the extension.
- custom
Location {[key: string]: string}Settings - Custom Location settings properties.
- error
Info ErrorDetail Response - 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}
- is
System booleanExtension - Flag to note if this extension is a system extension
- name string
- The name of the resource
- package
Uri string - Uri of the Helm package
- provisioning
State string - Status of installation of this extension.
- system
Data SystemData Response - 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"
- aks
Assigned ExtensionIdentity Response Aks Assigned Identity - Identity of the Extension resource in an AKS cluster
- auto
Upgrade booleanMinor Version - Flag to note if this extension participates in auto upgrade of minor version, or not.
- configuration
Protected {[key: string]: string}Settings - Configuration settings that are sensitive, as name-value pairs for configuring this extension.
- configuration
Settings {[key: string]: string} - Configuration settings, as name-value pairs for configuring this extension.
- extension
Type 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
Identity
Response - Identity of the Extension resource
- plan
Plan
Response - The plan information.
- release
Train string - ReleaseTrain this extension participates in for auto-upgrade (e.g. Stable, Preview, etc.) - only if autoUpgradeMinorVersion is 'true'.
- scope
Scope
Response - Scope at which the extension is installed.
- statuses
Extension
Status Response[] - 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_ Mapping[str, str]settings - Custom Location settings properties.
- error_
info ErrorDetail Response - 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_ boolextension - 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 SystemData Response - 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_ Extensionidentity Response Aks Assigned Identity - Identity of the Extension resource in an AKS cluster
- auto_
upgrade_ boolminor_ version - Flag to note if this extension participates in auto upgrade of minor version, or not.
- configuration_
protected_ Mapping[str, str]settings - 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
Identity
Response - Identity of the Extension resource
- plan
Plan
Response - 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
Scope
Response - Scope at which the extension is installed.
- statuses
Sequence[Extension
Status Response] - Status from this extension.
- version str
- User-specified version of the extension for this extension to 'pin'. To use 'version', autoUpgradeMinorVersion must be 'false'.
- current
Version String - Currently installed version of the extension.
- custom
Location Map<String>Settings - Custom Location settings properties.
- error
Info 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}
- is
System BooleanExtension - Flag to note if this extension is a system extension
- name String
- The name of the resource
- package
Uri String - Uri of the Helm package
- provisioning
State String - Status of installation of this extension.
- system
Data 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"
- aks
Assigned Property MapIdentity - Identity of the Extension resource in an AKS cluster
- auto
Upgrade BooleanMinor Version - Flag to note if this extension participates in auto upgrade of minor version, or not.
- configuration
Protected Map<String>Settings - Configuration settings that are sensitive, as name-value pairs for configuring this extension.
- configuration
Settings Map<String> - Configuration settings, as name-value pairs for configuring this extension.
- extension
Type 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.
- release
Train 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
ErrorDetailResponse
- Additional
Info List<Pulumi.Azure Native. Kubernetes Configuration. Inputs. Error Additional Info Response> - The error additional info.
- Code string
- The error code.
- Details
List<Pulumi.
Azure Native. Kubernetes Configuration. Inputs. Error Detail Response> - The error details.
- Message string
- The error message.
- Target string
- The error target.
- Additional
Info []ErrorAdditional Info Response - The error additional info.
- Code string
- The error code.
- Details
[]Error
Detail Response - The error details.
- Message string
- The error message.
- Target string
- The error target.
- additional
Info List<ErrorAdditional Info Response> - The error additional info.
- code String
- The error code.
- details
List<Error
Detail Response> - The error details.
- message String
- The error message.
- target String
- The error target.
- additional
Info ErrorAdditional Info Response[] - The error additional info.
- code string
- The error code.
- details
Error
Detail Response[] - The error details.
- message string
- The error message.
- target string
- The error target.
- additional_
info Sequence[ErrorAdditional Info Response] - The error additional info.
- code str
- The error code.
- details
Sequence[Error
Detail Response] - The error details.
- message str
- The error message.
- target str
- The error target.
- additional
Info 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
- Principal
Id string - The principal ID of resource identity.
- Tenant
Id string - The tenant ID of resource.
- Type string
- The identity type.
- Principal
Id string - The principal ID of resource identity.
- Tenant
Id string - The tenant ID of resource.
- Type string
- The identity type.
- principal
Id String - The principal ID of resource identity.
- tenant
Id String - The tenant ID of resource.
- type String
- The identity type.
- principal
Id string - The principal ID of resource identity.
- tenant
Id 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.
- principal
Id String - The principal ID of resource identity.
- tenant
Id String - The tenant ID of resource.
- type String
- The identity type.
ExtensionStatusResponse
- Code string
- Status code provided by the Extension
- Display
Status 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
- Display
Status 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
- display
Status 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
- display
Status 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
- display
Status 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
- Principal
Id string - The principal ID of resource identity.
- Tenant
Id string - The tenant ID of resource.
- Type string
- The identity type.
- Principal
Id string - The principal ID of resource identity.
- Tenant
Id string - The tenant ID of resource.
- Type string
- The identity type.
- principal
Id String - The principal ID of resource identity.
- tenant
Id String - The tenant ID of resource.
- type String
- The identity type.
- principal
Id string - The principal ID of resource identity.
- tenant
Id 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.
- principal
Id String - The principal ID of resource identity.
- tenant
Id 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
- Promotion
Code 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
- Promotion
Code 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
- promotion
Code 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
- promotion
Code 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
- promotion
Code 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
- Release
Namespace 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 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 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 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
- release
Namespace 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
- Target
Namespace 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 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 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 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
- target
Namespace 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.
Azure Native. Kubernetes Configuration. Inputs. Scope Cluster Response - Specifies that the scope of the extension is Cluster
- Namespace
Pulumi.
Azure Native. Kubernetes Configuration. Inputs. Scope Namespace Response - Specifies that the scope of the extension is Namespace
- Cluster
Scope
Cluster Response - Specifies that the scope of the extension is Cluster
- Namespace
Scope
Namespace Response - Specifies that the scope of the extension is Namespace
- cluster
Scope
Cluster Response - Specifies that the scope of the extension is Cluster
- namespace
Scope
Namespace Response - Specifies that the scope of the extension is Namespace
- cluster
Scope
Cluster Response - Specifies that the scope of the extension is Cluster
- namespace
Scope
Namespace Response - Specifies that the scope of the extension is Namespace
- cluster
Scope
Cluster Response - Specifies that the scope of the extension is Cluster
- namespace
Scope
Namespace Response - 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
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified 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.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.63.0 published on Tuesday, Sep 24, 2024 by Pulumi