App Service Environment Private Endpoint Connection Args
data class AppServiceEnvironmentPrivateEndpointConnectionArgs(val kind: Output<String>? = null, val name: Output<String>? = null, val privateEndpointConnectionName: Output<String>? = null, val privateLinkServiceConnectionState: Output<PrivateLinkConnectionStateArgs>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<AppServiceEnvironmentPrivateEndpointConnectionArgs>
Remote Private Endpoint Connection ARM resource. API Version: 2020-12-01.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:web:AppServiceEnvironmentPrivateEndpointConnection myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/privateEndpointConnections/{privateEndpointConnectionName}
Content copied to clipboard
Constructors
Link copied to clipboard
constructor(kind: Output<String>? = null, name: Output<String>? = null, privateEndpointConnectionName: Output<String>? = null, privateLinkServiceConnectionState: Output<PrivateLinkConnectionStateArgs>? = null, resourceGroupName: Output<String>? = null)