azure-native.offazure.PrivateEndpointConnectionController
Explore with Pulumi AI
REST model used to encapsulate Private Link properties for tracked resources. Azure REST API version: 2023-06-06.
Other available API versions: 2023-10-01-preview.
Example Usage
PrivateEndpointConnectionController_Create_MaximumSet_Gen
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var privateEndpointConnectionController = new AzureNative.OffAzure.PrivateEndpointConnectionController("privateEndpointConnectionController", new()
{
PeConnectionName = "-KF3-86-D3L-8M",
PrivateLinkServiceConnectionState = new AzureNative.OffAzure.Inputs.PrivateLinkServiceConnectionStateArgs
{
ActionsRequired = "swxghzuajrasojk",
Description = "ljdykrrhmzi",
Status = AzureNative.OffAzure.PrivateLinkServiceConnectionStateStatus.Approved,
},
ResourceGroupName = "rgmigrate",
SiteName = "LuBO2I1-B85pJ1BZ251",
});
});
package main
import (
offazure "github.com/pulumi/pulumi-azure-native-sdk/offazure/v2"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := offazure.NewPrivateEndpointConnectionController(ctx, "privateEndpointConnectionController", &offazure.PrivateEndpointConnectionControllerArgs{
PeConnectionName: pulumi.String("-KF3-86-D3L-8M"),
PrivateLinkServiceConnectionState: &offazure.PrivateLinkServiceConnectionStateArgs{
ActionsRequired: pulumi.String("swxghzuajrasojk"),
Description: pulumi.String("ljdykrrhmzi"),
Status: pulumi.String(offazure.PrivateLinkServiceConnectionStateStatusApproved),
},
ResourceGroupName: pulumi.String("rgmigrate"),
SiteName: pulumi.String("LuBO2I1-B85pJ1BZ251"),
})
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.offazure.PrivateEndpointConnectionController;
import com.pulumi.azurenative.offazure.PrivateEndpointConnectionControllerArgs;
import com.pulumi.azurenative.offazure.inputs.PrivateLinkServiceConnectionStateArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var privateEndpointConnectionController = new PrivateEndpointConnectionController("privateEndpointConnectionController", PrivateEndpointConnectionControllerArgs.builder()
.peConnectionName("-KF3-86-D3L-8M")
.privateLinkServiceConnectionState(PrivateLinkServiceConnectionStateArgs.builder()
.actionsRequired("swxghzuajrasojk")
.description("ljdykrrhmzi")
.status("Approved")
.build())
.resourceGroupName("rgmigrate")
.siteName("LuBO2I1-B85pJ1BZ251")
.build());
}
}
import pulumi
import pulumi_azure_native as azure_native
private_endpoint_connection_controller = azure_native.offazure.PrivateEndpointConnectionController("privateEndpointConnectionController",
pe_connection_name="-KF3-86-D3L-8M",
private_link_service_connection_state=azure_native.offazure.PrivateLinkServiceConnectionStateArgs(
actions_required="swxghzuajrasojk",
description="ljdykrrhmzi",
status=azure_native.offazure.PrivateLinkServiceConnectionStateStatus.APPROVED,
),
resource_group_name="rgmigrate",
site_name="LuBO2I1-B85pJ1BZ251")
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const privateEndpointConnectionController = new azure_native.offazure.PrivateEndpointConnectionController("privateEndpointConnectionController", {
peConnectionName: "-KF3-86-D3L-8M",
privateLinkServiceConnectionState: {
actionsRequired: "swxghzuajrasojk",
description: "ljdykrrhmzi",
status: azure_native.offazure.PrivateLinkServiceConnectionStateStatus.Approved,
},
resourceGroupName: "rgmigrate",
siteName: "LuBO2I1-B85pJ1BZ251",
});
resources:
privateEndpointConnectionController:
type: azure-native:offazure:PrivateEndpointConnectionController
properties:
peConnectionName: -KF3-86-D3L-8M
privateLinkServiceConnectionState:
actionsRequired: swxghzuajrasojk
description: ljdykrrhmzi
status: Approved
resourceGroupName: rgmigrate
siteName: LuBO2I1-B85pJ1BZ251
PrivateEndpointConnectionController_Create_MinimumSet_Gen
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var privateEndpointConnectionController = new AzureNative.OffAzure.PrivateEndpointConnectionController("privateEndpointConnectionController", new()
{
PeConnectionName = "-p-U2",
ResourceGroupName = "rgmigrate",
SiteName = "1--tOY-47Q-X95WC3d-U",
});
});
package main
import (
offazure "github.com/pulumi/pulumi-azure-native-sdk/offazure/v2"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := offazure.NewPrivateEndpointConnectionController(ctx, "privateEndpointConnectionController", &offazure.PrivateEndpointConnectionControllerArgs{
PeConnectionName: pulumi.String("-p-U2"),
ResourceGroupName: pulumi.String("rgmigrate"),
SiteName: pulumi.String("1--tOY-47Q-X95WC3d-U"),
})
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.offazure.PrivateEndpointConnectionController;
import com.pulumi.azurenative.offazure.PrivateEndpointConnectionControllerArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var privateEndpointConnectionController = new PrivateEndpointConnectionController("privateEndpointConnectionController", PrivateEndpointConnectionControllerArgs.builder()
.peConnectionName("-p-U2")
.resourceGroupName("rgmigrate")
.siteName("1--tOY-47Q-X95WC3d-U")
.build());
}
}
import pulumi
import pulumi_azure_native as azure_native
private_endpoint_connection_controller = azure_native.offazure.PrivateEndpointConnectionController("privateEndpointConnectionController",
pe_connection_name="-p-U2",
resource_group_name="rgmigrate",
site_name="1--tOY-47Q-X95WC3d-U")
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const privateEndpointConnectionController = new azure_native.offazure.PrivateEndpointConnectionController("privateEndpointConnectionController", {
peConnectionName: "-p-U2",
resourceGroupName: "rgmigrate",
siteName: "1--tOY-47Q-X95WC3d-U",
});
resources:
privateEndpointConnectionController:
type: azure-native:offazure:PrivateEndpointConnectionController
properties:
peConnectionName: -p-U2
resourceGroupName: rgmigrate
siteName: 1--tOY-47Q-X95WC3d-U
Create PrivateEndpointConnectionController Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new PrivateEndpointConnectionController(name: string, args: PrivateEndpointConnectionControllerArgs, opts?: CustomResourceOptions);
@overload
def PrivateEndpointConnectionController(resource_name: str,
args: PrivateEndpointConnectionControllerArgs,
opts: Optional[ResourceOptions] = None)
@overload
def PrivateEndpointConnectionController(resource_name: str,
opts: Optional[ResourceOptions] = None,
resource_group_name: Optional[str] = None,
site_name: Optional[str] = None,
pe_connection_name: Optional[str] = None,
private_link_service_connection_state: Optional[PrivateLinkServiceConnectionStateArgs] = None)
func NewPrivateEndpointConnectionController(ctx *Context, name string, args PrivateEndpointConnectionControllerArgs, opts ...ResourceOption) (*PrivateEndpointConnectionController, error)
public PrivateEndpointConnectionController(string name, PrivateEndpointConnectionControllerArgs args, CustomResourceOptions? opts = null)
public PrivateEndpointConnectionController(String name, PrivateEndpointConnectionControllerArgs args)
public PrivateEndpointConnectionController(String name, PrivateEndpointConnectionControllerArgs args, CustomResourceOptions options)
type: azure-native:offazure:PrivateEndpointConnectionController
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args PrivateEndpointConnectionControllerArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args PrivateEndpointConnectionControllerArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args PrivateEndpointConnectionControllerArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args PrivateEndpointConnectionControllerArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args PrivateEndpointConnectionControllerArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var privateEndpointConnectionControllerResource = new AzureNative.OffAzure.PrivateEndpointConnectionController("privateEndpointConnectionControllerResource", new()
{
ResourceGroupName = "string",
SiteName = "string",
PeConnectionName = "string",
PrivateLinkServiceConnectionState = new AzureNative.OffAzure.Inputs.PrivateLinkServiceConnectionStateArgs
{
ActionsRequired = "string",
Description = "string",
Status = "string",
},
});
example, err := offazure.NewPrivateEndpointConnectionController(ctx, "privateEndpointConnectionControllerResource", &offazure.PrivateEndpointConnectionControllerArgs{
ResourceGroupName: pulumi.String("string"),
SiteName: pulumi.String("string"),
PeConnectionName: pulumi.String("string"),
PrivateLinkServiceConnectionState: &offazure.PrivateLinkServiceConnectionStateArgs{
ActionsRequired: pulumi.String("string"),
Description: pulumi.String("string"),
Status: pulumi.String("string"),
},
})
var privateEndpointConnectionControllerResource = new PrivateEndpointConnectionController("privateEndpointConnectionControllerResource", PrivateEndpointConnectionControllerArgs.builder()
.resourceGroupName("string")
.siteName("string")
.peConnectionName("string")
.privateLinkServiceConnectionState(PrivateLinkServiceConnectionStateArgs.builder()
.actionsRequired("string")
.description("string")
.status("string")
.build())
.build());
private_endpoint_connection_controller_resource = azure_native.offazure.PrivateEndpointConnectionController("privateEndpointConnectionControllerResource",
resource_group_name="string",
site_name="string",
pe_connection_name="string",
private_link_service_connection_state=azure_native.offazure.PrivateLinkServiceConnectionStateArgs(
actions_required="string",
description="string",
status="string",
))
const privateEndpointConnectionControllerResource = new azure_native.offazure.PrivateEndpointConnectionController("privateEndpointConnectionControllerResource", {
resourceGroupName: "string",
siteName: "string",
peConnectionName: "string",
privateLinkServiceConnectionState: {
actionsRequired: "string",
description: "string",
status: "string",
},
});
type: azure-native:offazure:PrivateEndpointConnectionController
properties:
peConnectionName: string
privateLinkServiceConnectionState:
actionsRequired: string
description: string
status: string
resourceGroupName: string
siteName: string
PrivateEndpointConnectionController Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The PrivateEndpointConnectionController resource accepts the following input properties:
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Site
Name string - Site name
- Pe
Connection stringName - Private link resource name.
- Private
Link Pulumi.Service Connection State Azure Native. Off Azure. Inputs. Private Link Service Connection State - private endpoints connection state
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Site
Name string - Site name
- Pe
Connection stringName - Private link resource name.
- Private
Link PrivateService Connection State Link Service Connection State Args - private endpoints connection state
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- site
Name String - Site name
- pe
Connection StringName - Private link resource name.
- private
Link PrivateService Connection State Link Service Connection State - private endpoints connection state
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- site
Name string - Site name
- pe
Connection stringName - Private link resource name.
- private
Link PrivateService Connection State Link Service Connection State - private endpoints connection state
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- site_
name str - Site name
- pe_
connection_ strname - Private link resource name.
- private_
link_ Privateservice_ connection_ state Link Service Connection State Args - private endpoints connection state
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- site
Name String - Site name
- pe
Connection StringName - Private link resource name.
- private
Link Property MapService Connection State - private endpoints connection state
Outputs
All input properties are implicitly available as output properties. Additionally, the PrivateEndpointConnectionController resource produces the following output properties:
- Group
Ids List<string> - array of group ids
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- Private
Endpoint Pulumi.Azure Native. Off Azure. Outputs. Resource Id Response - private endpoints
- Provisioning
State string - provisioning state enum
- System
Data Pulumi.Azure Native. Off Azure. Outputs. System Data Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Group
Ids []string - array of group ids
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- Private
Endpoint ResourceId Response - private endpoints
- Provisioning
State string - provisioning state enum
- System
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- group
Ids List<String> - array of group ids
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- private
Endpoint ResourceId Response - private endpoints
- provisioning
State String - provisioning state enum
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- group
Ids string[] - array of group ids
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- The name of the resource
- private
Endpoint ResourceId Response - private endpoints
- provisioning
State string - provisioning state enum
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- group_
ids Sequence[str] - array of group ids
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- The name of the resource
- private_
endpoint ResourceId Response - private endpoints
- provisioning_
state str - provisioning state enum
- system_
data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- group
Ids List<String> - array of group ids
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- private
Endpoint Property Map - private endpoints
- provisioning
State String - provisioning state enum
- system
Data Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Supporting Types
PrivateLinkServiceConnectionState, PrivateLinkServiceConnectionStateArgs
- Actions
Required string - actions required
- Description string
- description string
- Status
string | Pulumi.
Azure Native. Off Azure. Private Link Service Connection State Status - state status
- Actions
Required string - actions required
- Description string
- description string
- Status
string | Private
Link Service Connection State Status - state status
- actions
Required String - actions required
- description String
- description string
- status
String | Private
Link Service Connection State Status - state status
- actions
Required string - actions required
- description string
- description string
- status
string | Private
Link Service Connection State Status - state status
- actions_
required str - actions required
- description str
- description string
- status
str | Private
Link Service Connection State Status - state status
- actions
Required String - actions required
- description String
- description string
- status String | "Approved" | "Pending" | "Rejected" | "Disconnected"
- state status
PrivateLinkServiceConnectionStateResponse, PrivateLinkServiceConnectionStateResponseArgs
- Actions
Required string - actions required
- Description string
- description string
- Status string
- state status
- Actions
Required string - actions required
- Description string
- description string
- Status string
- state status
- actions
Required String - actions required
- description String
- description string
- status String
- state status
- actions
Required string - actions required
- description string
- description string
- status string
- state status
- actions_
required str - actions required
- description str
- description string
- status str
- state status
- actions
Required String - actions required
- description String
- description string
- status String
- state status
PrivateLinkServiceConnectionStateStatus, PrivateLinkServiceConnectionStateStatusArgs
- Approved
- ApprovedApproved value.
- Pending
- PendingPending value.
- Rejected
- RejectedRejected value.
- Disconnected
- DisconnectedDisconnected value.
- Private
Link Service Connection State Status Approved - ApprovedApproved value.
- Private
Link Service Connection State Status Pending - PendingPending value.
- Private
Link Service Connection State Status Rejected - RejectedRejected value.
- Private
Link Service Connection State Status Disconnected - DisconnectedDisconnected value.
- Approved
- ApprovedApproved value.
- Pending
- PendingPending value.
- Rejected
- RejectedRejected value.
- Disconnected
- DisconnectedDisconnected value.
- Approved
- ApprovedApproved value.
- Pending
- PendingPending value.
- Rejected
- RejectedRejected value.
- Disconnected
- DisconnectedDisconnected value.
- APPROVED
- ApprovedApproved value.
- PENDING
- PendingPending value.
- REJECTED
- RejectedRejected value.
- DISCONNECTED
- DisconnectedDisconnected value.
- "Approved"
- ApprovedApproved value.
- "Pending"
- PendingPending value.
- "Rejected"
- RejectedRejected value.
- "Disconnected"
- DisconnectedDisconnected value.
ResourceIdResponse, ResourceIdResponseArgs
- Id string
- id name
- Id string
- id name
- id String
- id name
- id string
- id name
- id str
- id name
- id String
- id name
SystemDataResponse, SystemDataResponseArgs
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at str - The timestamp of resource creation (UTC).
- created_
by str - The identity that created the resource.
- created_
by_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:offazure:PrivateEndpointConnectionController lpmzrxdxhivwalyhlkjtl /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/masterSites/{siteName}/privateEndpointConnections/{peConnectionName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0