azure-native.recoveryservices.getPrivateEndpointConnection
Explore with Pulumi AI
Get Private Endpoint Connection. This call is made by Backup Admin.
Uses Azure REST API version 2024-10-01.
Other available API versions: 2023-02-01, 2023-04-01, 2023-06-01, 2023-08-01, 2024-01-01, 2024-02-01, 2024-04-01, 2024-04-30-preview, 2024-07-30-preview, 2024-11-01-preview, 2025-01-01, 2025-02-01, 2025-02-28-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native recoveryservices [ApiVersion]
. See the version guide for details.
Using getPrivateEndpointConnection
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 getPrivateEndpointConnection(args: GetPrivateEndpointConnectionArgs, opts?: InvokeOptions): Promise<GetPrivateEndpointConnectionResult>
function getPrivateEndpointConnectionOutput(args: GetPrivateEndpointConnectionOutputArgs, opts?: InvokeOptions): Output<GetPrivateEndpointConnectionResult>
def get_private_endpoint_connection(private_endpoint_connection_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
vault_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPrivateEndpointConnectionResult
def get_private_endpoint_connection_output(private_endpoint_connection_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
vault_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPrivateEndpointConnectionResult]
func LookupPrivateEndpointConnection(ctx *Context, args *LookupPrivateEndpointConnectionArgs, opts ...InvokeOption) (*LookupPrivateEndpointConnectionResult, error)
func LookupPrivateEndpointConnectionOutput(ctx *Context, args *LookupPrivateEndpointConnectionOutputArgs, opts ...InvokeOption) LookupPrivateEndpointConnectionResultOutput
> Note: This function is named LookupPrivateEndpointConnection
in the Go SDK.
public static class GetPrivateEndpointConnection
{
public static Task<GetPrivateEndpointConnectionResult> InvokeAsync(GetPrivateEndpointConnectionArgs args, InvokeOptions? opts = null)
public static Output<GetPrivateEndpointConnectionResult> Invoke(GetPrivateEndpointConnectionInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetPrivateEndpointConnectionResult> getPrivateEndpointConnection(GetPrivateEndpointConnectionArgs args, InvokeOptions options)
public static Output<GetPrivateEndpointConnectionResult> getPrivateEndpointConnection(GetPrivateEndpointConnectionArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:recoveryservices:getPrivateEndpointConnection
arguments:
# arguments dictionary
The following arguments are supported:
- Private
Endpoint stringConnection Name - The name of the private endpoint connection.
- Resource
Group stringName - The name of the resource group where the recovery services vault is present.
- Vault
Name string - The name of the recovery services vault.
- Private
Endpoint stringConnection Name - The name of the private endpoint connection.
- Resource
Group stringName - The name of the resource group where the recovery services vault is present.
- Vault
Name string - The name of the recovery services vault.
- private
Endpoint StringConnection Name - The name of the private endpoint connection.
- resource
Group StringName - The name of the resource group where the recovery services vault is present.
- vault
Name String - The name of the recovery services vault.
- private
Endpoint stringConnection Name - The name of the private endpoint connection.
- resource
Group stringName - The name of the resource group where the recovery services vault is present.
- vault
Name string - The name of the recovery services vault.
- private_
endpoint_ strconnection_ name - The name of the private endpoint connection.
- resource_
group_ strname - The name of the resource group where the recovery services vault is present.
- vault_
name str - The name of the recovery services vault.
- private
Endpoint StringConnection Name - The name of the private endpoint connection.
- resource
Group StringName - The name of the resource group where the recovery services vault is present.
- vault
Name String - The name of the recovery services vault.
getPrivateEndpointConnection Result
The following output properties are available:
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- Resource Id represents the complete path to the resource.
- Name string
- Resource name associated with the resource.
- Properties
Pulumi.
Azure Native. Recovery Services. Outputs. Private Endpoint Connection Response - PrivateEndpointConnectionResource properties
- Type string
- Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...
- ETag string
- Optional ETag.
- Location string
- Resource location.
- Dictionary<string, string>
- Resource tags.
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- Resource Id represents the complete path to the resource.
- Name string
- Resource name associated with the resource.
- Properties
Private
Endpoint Connection Response - PrivateEndpointConnectionResource properties
- Type string
- Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...
- ETag string
- Optional ETag.
- Location string
- Resource location.
- map[string]string
- Resource tags.
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- Resource Id represents the complete path to the resource.
- name String
- Resource name associated with the resource.
- properties
Private
Endpoint Connection Response - PrivateEndpointConnectionResource properties
- type String
- Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...
- e
Tag String - Optional ETag.
- location String
- Resource location.
- Map<String,String>
- Resource tags.
- azure
Api stringVersion - The Azure API version of the resource.
- id string
- Resource Id represents the complete path to the resource.
- name string
- Resource name associated with the resource.
- properties
Private
Endpoint Connection Response - PrivateEndpointConnectionResource properties
- type string
- Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...
- e
Tag string - Optional ETag.
- location string
- Resource location.
- {[key: string]: string}
- Resource tags.
- azure_
api_ strversion - The Azure API version of the resource.
- id str
- Resource Id represents the complete path to the resource.
- name str
- Resource name associated with the resource.
- properties
Private
Endpoint Connection Response - PrivateEndpointConnectionResource properties
- type str
- Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...
- e_
tag str - Optional ETag.
- location str
- Resource location.
- Mapping[str, str]
- Resource tags.
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- Resource Id represents the complete path to the resource.
- name String
- Resource name associated with the resource.
- properties Property Map
- PrivateEndpointConnectionResource properties
- type String
- Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...
- e
Tag String - Optional ETag.
- location String
- Resource location.
- Map<String>
- Resource tags.
Supporting Types
PrivateEndpointConnectionResponse
- Group
Ids List<string> - Group Ids for the Private Endpoint
- Private
Endpoint Pulumi.Azure Native. Recovery Services. Inputs. Private Endpoint Response - Gets or sets private endpoint associated with the private endpoint connection
- Private
Link Pulumi.Service Connection State Azure Native. Recovery Services. Inputs. Private Link Service Connection State Response - Gets or sets private link service connection state
- Provisioning
State string - Gets or sets provisioning state of the private endpoint connection
- Group
Ids []string - Group Ids for the Private Endpoint
- Private
Endpoint PrivateEndpoint Response - Gets or sets private endpoint associated with the private endpoint connection
- Private
Link PrivateService Connection State Link Service Connection State Response - Gets or sets private link service connection state
- Provisioning
State string - Gets or sets provisioning state of the private endpoint connection
- group
Ids List<String> - Group Ids for the Private Endpoint
- private
Endpoint PrivateEndpoint Response - Gets or sets private endpoint associated with the private endpoint connection
- private
Link PrivateService Connection State Link Service Connection State Response - Gets or sets private link service connection state
- provisioning
State String - Gets or sets provisioning state of the private endpoint connection
- group
Ids string[] - Group Ids for the Private Endpoint
- private
Endpoint PrivateEndpoint Response - Gets or sets private endpoint associated with the private endpoint connection
- private
Link PrivateService Connection State Link Service Connection State Response - Gets or sets private link service connection state
- provisioning
State string - Gets or sets provisioning state of the private endpoint connection
- group_
ids Sequence[str] - Group Ids for the Private Endpoint
- private_
endpoint PrivateEndpoint Response - Gets or sets private endpoint associated with the private endpoint connection
- private_
link_ Privateservice_ connection_ state Link Service Connection State Response - Gets or sets private link service connection state
- provisioning_
state str - Gets or sets provisioning state of the private endpoint connection
- group
Ids List<String> - Group Ids for the Private Endpoint
- private
Endpoint Property Map - Gets or sets private endpoint associated with the private endpoint connection
- private
Link Property MapService Connection State - Gets or sets private link service connection state
- provisioning
State String - Gets or sets provisioning state of the private endpoint connection
PrivateEndpointResponse
- Id string
- Gets or sets id.
- Id string
- Gets or sets id.
- id String
- Gets or sets id.
- id string
- Gets or sets id.
- id str
- Gets or sets id.
- id String
- Gets or sets id.
PrivateLinkServiceConnectionStateResponse
- Actions
Required string - Gets or sets actions required
- Description string
- Gets or sets description
- Status string
- Gets or sets the status
- Actions
Required string - Gets or sets actions required
- Description string
- Gets or sets description
- Status string
- Gets or sets the status
- actions
Required String - Gets or sets actions required
- description String
- Gets or sets description
- status String
- Gets or sets the status
- actions
Required string - Gets or sets actions required
- description string
- Gets or sets description
- status string
- Gets or sets the status
- actions_
required str - Gets or sets actions required
- description str
- Gets or sets description
- status str
- Gets or sets the status
- actions
Required String - Gets or sets actions required
- description String
- Gets or sets description
- status String
- Gets or sets the status
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0