1. Packages
  2. Azure Native v2
  3. API Docs
  4. elastic
  5. listDeploymentInfo
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native-v2.elastic.listDeploymentInfo

Explore with Pulumi AI

These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

The properties of deployment in Elastic cloud corresponding to the Elastic monitor resource. Azure REST API version: 2023-06-01.

Other available API versions: 2023-06-15-preview, 2023-07-01-preview, 2023-10-01-preview, 2023-11-01-preview, 2024-01-01-preview, 2024-03-01, 2024-05-01-preview, 2024-06-15-preview, 2024-10-01-preview.

Using listDeploymentInfo

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 listDeploymentInfo(args: ListDeploymentInfoArgs, opts?: InvokeOptions): Promise<ListDeploymentInfoResult>
function listDeploymentInfoOutput(args: ListDeploymentInfoOutputArgs, opts?: InvokeOptions): Output<ListDeploymentInfoResult>
Copy
def list_deployment_info(monitor_name: Optional[str] = None,
                         resource_group_name: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> ListDeploymentInfoResult
def list_deployment_info_output(monitor_name: Optional[pulumi.Input[str]] = None,
                         resource_group_name: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[ListDeploymentInfoResult]
Copy
func ListDeploymentInfo(ctx *Context, args *ListDeploymentInfoArgs, opts ...InvokeOption) (*ListDeploymentInfoResult, error)
func ListDeploymentInfoOutput(ctx *Context, args *ListDeploymentInfoOutputArgs, opts ...InvokeOption) ListDeploymentInfoResultOutput
Copy

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

public static class ListDeploymentInfo 
{
    public static Task<ListDeploymentInfoResult> InvokeAsync(ListDeploymentInfoArgs args, InvokeOptions? opts = null)
    public static Output<ListDeploymentInfoResult> Invoke(ListDeploymentInfoInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<ListDeploymentInfoResult> listDeploymentInfo(ListDeploymentInfoArgs args, InvokeOptions options)
public static Output<ListDeploymentInfoResult> listDeploymentInfo(ListDeploymentInfoArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:elastic:listDeploymentInfo
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

MonitorName
This property is required.
Changes to this property will trigger replacement.
string
Monitor resource name
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group to which the Elastic resource belongs.
MonitorName
This property is required.
Changes to this property will trigger replacement.
string
Monitor resource name
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group to which the Elastic resource belongs.
monitorName
This property is required.
Changes to this property will trigger replacement.
String
Monitor resource name
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group to which the Elastic resource belongs.
monitorName
This property is required.
Changes to this property will trigger replacement.
string
Monitor resource name
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group to which the Elastic resource belongs.
monitor_name
This property is required.
Changes to this property will trigger replacement.
str
Monitor resource name
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group to which the Elastic resource belongs.
monitorName
This property is required.
Changes to this property will trigger replacement.
String
Monitor resource name
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group to which the Elastic resource belongs.

listDeploymentInfo Result

The following output properties are available:

DeploymentUrl string
Deployment URL of the elasticsearch in Elastic cloud deployment.
DiskCapacity string
Disk capacity of the elasticsearch in Elastic cloud deployment.
MarketplaceSaasInfo Pulumi.AzureNative.Elastic.Outputs.MarketplaceSaaSInfoResponse
Marketplace SaaS Info of the resource.
MemoryCapacity string
RAM capacity of the elasticsearch in Elastic cloud deployment.
Status string
The Elastic deployment status.
Version string
Version of the elasticsearch in Elastic cloud deployment.
DeploymentUrl string
Deployment URL of the elasticsearch in Elastic cloud deployment.
DiskCapacity string
Disk capacity of the elasticsearch in Elastic cloud deployment.
MarketplaceSaasInfo MarketplaceSaaSInfoResponse
Marketplace SaaS Info of the resource.
MemoryCapacity string
RAM capacity of the elasticsearch in Elastic cloud deployment.
Status string
The Elastic deployment status.
Version string
Version of the elasticsearch in Elastic cloud deployment.
deploymentUrl String
Deployment URL of the elasticsearch in Elastic cloud deployment.
diskCapacity String
Disk capacity of the elasticsearch in Elastic cloud deployment.
marketplaceSaasInfo MarketplaceSaaSInfoResponse
Marketplace SaaS Info of the resource.
memoryCapacity String
RAM capacity of the elasticsearch in Elastic cloud deployment.
status String
The Elastic deployment status.
version String
Version of the elasticsearch in Elastic cloud deployment.
deploymentUrl string
Deployment URL of the elasticsearch in Elastic cloud deployment.
diskCapacity string
Disk capacity of the elasticsearch in Elastic cloud deployment.
marketplaceSaasInfo MarketplaceSaaSInfoResponse
Marketplace SaaS Info of the resource.
memoryCapacity string
RAM capacity of the elasticsearch in Elastic cloud deployment.
status string
The Elastic deployment status.
version string
Version of the elasticsearch in Elastic cloud deployment.
deployment_url str
Deployment URL of the elasticsearch in Elastic cloud deployment.
disk_capacity str
Disk capacity of the elasticsearch in Elastic cloud deployment.
marketplace_saas_info MarketplaceSaaSInfoResponse
Marketplace SaaS Info of the resource.
memory_capacity str
RAM capacity of the elasticsearch in Elastic cloud deployment.
status str
The Elastic deployment status.
version str
Version of the elasticsearch in Elastic cloud deployment.
deploymentUrl String
Deployment URL of the elasticsearch in Elastic cloud deployment.
diskCapacity String
Disk capacity of the elasticsearch in Elastic cloud deployment.
marketplaceSaasInfo Property Map
Marketplace SaaS Info of the resource.
memoryCapacity String
RAM capacity of the elasticsearch in Elastic cloud deployment.
status String
The Elastic deployment status.
version String
Version of the elasticsearch in Elastic cloud deployment.

Supporting Types

MarketplaceSaaSInfoResponse

BilledAzureSubscriptionId string
The Azure Subscription ID to which the Marketplace Subscription belongs and gets billed into.
MarketplaceName string
Marketplace Subscription Details: SAAS Name
MarketplaceResourceId string
Marketplace Subscription Details: Resource URI
MarketplaceStatus string
Marketplace Subscription Details: SaaS Subscription Status
MarketplaceSubscription Pulumi.AzureNative.Elastic.Inputs.MarketplaceSaaSInfoResponseMarketplaceSubscription
Marketplace Subscription
Subscribed bool
Flag specifying if the Marketplace status is subscribed or not.
BilledAzureSubscriptionId string
The Azure Subscription ID to which the Marketplace Subscription belongs and gets billed into.
MarketplaceName string
Marketplace Subscription Details: SAAS Name
MarketplaceResourceId string
Marketplace Subscription Details: Resource URI
MarketplaceStatus string
Marketplace Subscription Details: SaaS Subscription Status
MarketplaceSubscription MarketplaceSaaSInfoResponseMarketplaceSubscription
Marketplace Subscription
Subscribed bool
Flag specifying if the Marketplace status is subscribed or not.
billedAzureSubscriptionId String
The Azure Subscription ID to which the Marketplace Subscription belongs and gets billed into.
marketplaceName String
Marketplace Subscription Details: SAAS Name
marketplaceResourceId String
Marketplace Subscription Details: Resource URI
marketplaceStatus String
Marketplace Subscription Details: SaaS Subscription Status
marketplaceSubscription MarketplaceSaaSInfoResponseMarketplaceSubscription
Marketplace Subscription
subscribed Boolean
Flag specifying if the Marketplace status is subscribed or not.
billedAzureSubscriptionId string
The Azure Subscription ID to which the Marketplace Subscription belongs and gets billed into.
marketplaceName string
Marketplace Subscription Details: SAAS Name
marketplaceResourceId string
Marketplace Subscription Details: Resource URI
marketplaceStatus string
Marketplace Subscription Details: SaaS Subscription Status
marketplaceSubscription MarketplaceSaaSInfoResponseMarketplaceSubscription
Marketplace Subscription
subscribed boolean
Flag specifying if the Marketplace status is subscribed or not.
billed_azure_subscription_id str
The Azure Subscription ID to which the Marketplace Subscription belongs and gets billed into.
marketplace_name str
Marketplace Subscription Details: SAAS Name
marketplace_resource_id str
Marketplace Subscription Details: Resource URI
marketplace_status str
Marketplace Subscription Details: SaaS Subscription Status
marketplace_subscription MarketplaceSaaSInfoResponseMarketplaceSubscription
Marketplace Subscription
subscribed bool
Flag specifying if the Marketplace status is subscribed or not.
billedAzureSubscriptionId String
The Azure Subscription ID to which the Marketplace Subscription belongs and gets billed into.
marketplaceName String
Marketplace Subscription Details: SAAS Name
marketplaceResourceId String
Marketplace Subscription Details: Resource URI
marketplaceStatus String
Marketplace Subscription Details: SaaS Subscription Status
marketplaceSubscription Property Map
Marketplace Subscription
subscribed Boolean
Flag specifying if the Marketplace status is subscribed or not.

MarketplaceSaaSInfoResponseMarketplaceSubscription

Id string
Marketplace Subscription Id. This is a GUID-formatted string.
Id string
Marketplace Subscription Id. This is a GUID-formatted string.
id String
Marketplace Subscription Id. This is a GUID-formatted string.
id string
Marketplace Subscription Id. This is a GUID-formatted string.
id str
Marketplace Subscription Id. This is a GUID-formatted string.
id String
Marketplace Subscription Id. This is a GUID-formatted string.

Package Details

Repository
azure-native-v2 pulumi/pulumi-azure-native
License
Apache-2.0
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi