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.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.elastic.listConnectedPartnerResource
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.89.1 published on Sunday, Mar 2, 2025 by Pulumi
List of all active elastic deployments. Azure REST API version: 2023-07-01-preview.
Other available API versions: 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 listConnectedPartnerResource
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 listConnectedPartnerResource(args: ListConnectedPartnerResourceArgs, opts?: InvokeOptions): Promise<ListConnectedPartnerResourceResult>
function listConnectedPartnerResourceOutput(args: ListConnectedPartnerResourceOutputArgs, opts?: InvokeOptions): Output<ListConnectedPartnerResourceResult>def list_connected_partner_resource(monitor_name: Optional[str] = None,
                                    resource_group_name: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> ListConnectedPartnerResourceResult
def list_connected_partner_resource_output(monitor_name: Optional[pulumi.Input[str]] = None,
                                    resource_group_name: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[ListConnectedPartnerResourceResult]func ListConnectedPartnerResource(ctx *Context, args *ListConnectedPartnerResourceArgs, opts ...InvokeOption) (*ListConnectedPartnerResourceResult, error)
func ListConnectedPartnerResourceOutput(ctx *Context, args *ListConnectedPartnerResourceOutputArgs, opts ...InvokeOption) ListConnectedPartnerResourceResultOutput> Note: This function is named ListConnectedPartnerResource in the Go SDK.
public static class ListConnectedPartnerResource 
{
    public static Task<ListConnectedPartnerResourceResult> InvokeAsync(ListConnectedPartnerResourceArgs args, InvokeOptions? opts = null)
    public static Output<ListConnectedPartnerResourceResult> Invoke(ListConnectedPartnerResourceInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<ListConnectedPartnerResourceResult> listConnectedPartnerResource(ListConnectedPartnerResourceArgs args, InvokeOptions options)
public static Output<ListConnectedPartnerResourceResult> listConnectedPartnerResource(ListConnectedPartnerResourceArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:elastic:listConnectedPartnerResource
  arguments:
    # arguments dictionaryThe following arguments are supported:
- MonitorName string
- Monitor resource name
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- MonitorName string
- Monitor resource name
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- monitorName String
- Monitor resource name
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- monitorName string
- Monitor resource name
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- monitor_name str
- Monitor resource name
- resource_group_ strname 
- The name of the resource group. The name is case insensitive.
- monitorName String
- Monitor resource name
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
listConnectedPartnerResource Result
The following output properties are available:
- NextLink string
- Link to the next set of results, if any.
- Value
List<Pulumi.Azure Native. Elastic. Outputs. Connected Partner Resources List Format Response> 
- Results of a list operation.
- NextLink string
- Link to the next set of results, if any.
- Value
[]ConnectedPartner Resources List Format Response 
- Results of a list operation.
- nextLink String
- Link to the next set of results, if any.
- value
List<ConnectedPartner Resources List Format Response> 
- Results of a list operation.
- nextLink string
- Link to the next set of results, if any.
- value
ConnectedPartner Resources List Format Response[] 
- Results of a list operation.
- next_link str
- Link to the next set of results, if any.
- value
Sequence[ConnectedPartner Resources List Format Response] 
- Results of a list operation.
- nextLink String
- Link to the next set of results, if any.
- value List<Property Map>
- Results of a list operation.
Supporting Types
ConnectedPartnerResourcePropertiesResponse    
- AzureResource stringId 
- The azure resource Id of the deployment.
- Location string
- The location of the deployment.
- PartnerDeployment stringName 
- Elastic deployment name
- PartnerDeployment stringUri 
- Deployment URL of the elasticsearch in Elastic cloud deployment.
- AzureResource stringId 
- The azure resource Id of the deployment.
- Location string
- The location of the deployment.
- PartnerDeployment stringName 
- Elastic deployment name
- PartnerDeployment stringUri 
- Deployment URL of the elasticsearch in Elastic cloud deployment.
- azureResource StringId 
- The azure resource Id of the deployment.
- location String
- The location of the deployment.
- partnerDeployment StringName 
- Elastic deployment name
- partnerDeployment StringUri 
- Deployment URL of the elasticsearch in Elastic cloud deployment.
- azureResource stringId 
- The azure resource Id of the deployment.
- location string
- The location of the deployment.
- partnerDeployment stringName 
- Elastic deployment name
- partnerDeployment stringUri 
- Deployment URL of the elasticsearch in Elastic cloud deployment.
- azure_resource_ strid 
- The azure resource Id of the deployment.
- location str
- The location of the deployment.
- partner_deployment_ strname 
- Elastic deployment name
- partner_deployment_ struri 
- Deployment URL of the elasticsearch in Elastic cloud deployment.
- azureResource StringId 
- The azure resource Id of the deployment.
- location String
- The location of the deployment.
- partnerDeployment StringName 
- Elastic deployment name
- partnerDeployment StringUri 
- Deployment URL of the elasticsearch in Elastic cloud deployment.
ConnectedPartnerResourcesListFormatResponse     
- Properties
Pulumi.Azure Native. Elastic. Inputs. Connected Partner Resource Properties Response 
- Connected Partner Resource Properties
- Properties
ConnectedPartner Resource Properties Response 
- Connected Partner Resource Properties
- properties
ConnectedPartner Resource Properties Response 
- Connected Partner Resource Properties
- properties
ConnectedPartner Resource Properties Response 
- Connected Partner Resource Properties
- properties
ConnectedPartner Resource Properties Response 
- Connected Partner Resource Properties
- properties Property Map
- Connected Partner Resource Properties
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.89.1 published on Sunday, Mar 2, 2025 by Pulumi