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
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:
- Monitor
Name string - Monitor resource name
- Resource
Group stringName - The name of the resource group to which the Elastic resource belongs.
- Monitor
Name string - Monitor resource name
- Resource
Group stringName - The name of the resource group to which the Elastic resource belongs.
- monitor
Name String - Monitor resource name
- resource
Group StringName - The name of the resource group to which the Elastic resource belongs.
- monitor
Name string - Monitor resource name
- resource
Group stringName - The name of the resource group to which the Elastic resource belongs.
- monitor_
name str - Monitor resource name
- resource_
group_ strname - The name of the resource group to which the Elastic resource belongs.
- monitor
Name String - Monitor resource name
- resource
Group StringName - The name of the resource group to which the Elastic resource belongs.
listDeploymentInfo Result
The following output properties are available:
- Disk
Capacity string - Disk capacity of the elasticsearch in Elastic cloud deployment.
- Memory
Capacity 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 string - Disk capacity of the elasticsearch in Elastic cloud deployment.
- Memory
Capacity 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 String - Disk capacity of the elasticsearch in Elastic cloud deployment.
- memory
Capacity 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 string - Disk capacity of the elasticsearch in Elastic cloud deployment.
- memory
Capacity 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.
- disk
Capacity String - Disk capacity of the elasticsearch in Elastic cloud deployment.
- memory
Capacity 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
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