1. Packages
  2. Azure Native v1
  3. API Docs
  4. elastic
  5. listDeploymentInfo
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

azure-native.elastic.listDeploymentInfo

Explore with Pulumi AI

azure-native-v1 logo
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

    The properties of deployment in Elastic cloud corresponding to the Elastic monitor resource. API Version: 2020-07-01.

    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>
    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]
    func ListDeploymentInfo(ctx *Context, args *ListDeploymentInfoArgs, opts ...InvokeOption) (*ListDeploymentInfoResult, error)
    func ListDeploymentInfoOutput(ctx *Context, args *ListDeploymentInfoOutputArgs, opts ...InvokeOption) ListDeploymentInfoResultOutput

    > 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)
    }
    public static CompletableFuture<ListDeploymentInfoResult> listDeploymentInfo(ListDeploymentInfoArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:elastic:listDeploymentInfo
      arguments:
        # arguments dictionary

    The following arguments are supported:

    MonitorName string
    Monitor resource name
    ResourceGroupName string
    The name of the resource group to which the Elastic resource belongs.
    MonitorName string
    Monitor resource name
    ResourceGroupName string
    The name of the resource group to which the Elastic resource belongs.
    monitorName String
    Monitor resource name
    resourceGroupName String
    The name of the resource group to which the Elastic resource belongs.
    monitorName string
    Monitor resource name
    resourceGroupName string
    The name of the resource group to which the Elastic resource belongs.
    monitor_name str
    Monitor resource name
    resource_group_name str
    The name of the resource group to which the Elastic resource belongs.
    monitorName String
    Monitor resource name
    resourceGroupName String
    The name of the resource group to which the Elastic resource belongs.

    listDeploymentInfo Result

    The following output properties are available:

    DiskCapacity string
    Disk capacity of the elasticsearch in Elastic cloud deployment.
    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.
    DiskCapacity string
    Disk capacity of the elasticsearch in Elastic cloud deployment.
    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.
    diskCapacity String
    Disk capacity of the elasticsearch in Elastic cloud deployment.
    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.
    diskCapacity string
    Disk capacity of the elasticsearch in Elastic cloud deployment.
    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.
    disk_capacity str
    Disk capacity of the elasticsearch in Elastic cloud deployment.
    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.
    diskCapacity String
    Disk capacity of the elasticsearch in Elastic cloud deployment.
    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.

    Package Details

    Repository
    azure-native-v1 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native-v1 logo
    These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
    Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi