azure-native.machinelearningservices.PrivateEndpointConnection
Explore with Pulumi AI
The Private Endpoint Connection resource. API Version: 2021-01-01.
Example Usage
WorkspacePutPrivateEndpointConnection
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var privateEndpointConnection = new AzureNative.MachineLearningServices.PrivateEndpointConnection("privateEndpointConnection", new()
{
PrivateEndpointConnectionName = "{privateEndpointConnectionName}",
PrivateLinkServiceConnectionState = new AzureNative.MachineLearningServices.Inputs.PrivateLinkServiceConnectionStateArgs
{
Description = "Auto-Approved",
Status = "Approved",
},
ResourceGroupName = "rg-1234",
WorkspaceName = "testworkspace",
});
});
package main
import (
machinelearningservices "github.com/pulumi/pulumi-azure-native-sdk/machinelearningservices"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := machinelearningservices.NewPrivateEndpointConnection(ctx, "privateEndpointConnection", &machinelearningservices.PrivateEndpointConnectionArgs{
PrivateEndpointConnectionName: pulumi.String("{privateEndpointConnectionName}"),
PrivateLinkServiceConnectionState: &machinelearningservices.PrivateLinkServiceConnectionStateArgs{
Description: pulumi.String("Auto-Approved"),
Status: pulumi.String("Approved"),
},
ResourceGroupName: pulumi.String("rg-1234"),
WorkspaceName: pulumi.String("testworkspace"),
})
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.machinelearningservices.PrivateEndpointConnection;
import com.pulumi.azurenative.machinelearningservices.PrivateEndpointConnectionArgs;
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 privateEndpointConnection = new PrivateEndpointConnection("privateEndpointConnection", PrivateEndpointConnectionArgs.builder()
.privateEndpointConnectionName("{privateEndpointConnectionName}")
.privateLinkServiceConnectionState(Map.ofEntries(
Map.entry("description", "Auto-Approved"),
Map.entry("status", "Approved")
))
.resourceGroupName("rg-1234")
.workspaceName("testworkspace")
.build());
}
}
import pulumi
import pulumi_azure_native as azure_native
private_endpoint_connection = azure_native.machinelearningservices.PrivateEndpointConnection("privateEndpointConnection",
private_endpoint_connection_name="{privateEndpointConnectionName}",
private_link_service_connection_state=azure_native.machinelearningservices.PrivateLinkServiceConnectionStateArgs(
description="Auto-Approved",
status="Approved",
),
resource_group_name="rg-1234",
workspace_name="testworkspace")
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const privateEndpointConnection = new azure_native.machinelearningservices.PrivateEndpointConnection("privateEndpointConnection", {
privateEndpointConnectionName: "{privateEndpointConnectionName}",
privateLinkServiceConnectionState: {
description: "Auto-Approved",
status: "Approved",
},
resourceGroupName: "rg-1234",
workspaceName: "testworkspace",
});
resources:
privateEndpointConnection:
type: azure-native:machinelearningservices:PrivateEndpointConnection
properties:
privateEndpointConnectionName: '{privateEndpointConnectionName}'
privateLinkServiceConnectionState:
description: Auto-Approved
status: Approved
resourceGroupName: rg-1234
workspaceName: testworkspace
Create PrivateEndpointConnection Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new PrivateEndpointConnection(name: string, args: PrivateEndpointConnectionArgs, opts?: CustomResourceOptions);
@overload
def PrivateEndpointConnection(resource_name: str,
args: PrivateEndpointConnectionArgs,
opts: Optional[ResourceOptions] = None)
@overload
def PrivateEndpointConnection(resource_name: str,
opts: Optional[ResourceOptions] = None,
private_link_service_connection_state: Optional[PrivateLinkServiceConnectionStateArgs] = None,
resource_group_name: Optional[str] = None,
workspace_name: Optional[str] = None,
identity: Optional[IdentityArgs] = None,
location: Optional[str] = None,
private_endpoint_connection_name: Optional[str] = None,
sku: Optional[SkuArgs] = None,
tags: Optional[Mapping[str, str]] = None)
func NewPrivateEndpointConnection(ctx *Context, name string, args PrivateEndpointConnectionArgs, opts ...ResourceOption) (*PrivateEndpointConnection, error)
public PrivateEndpointConnection(string name, PrivateEndpointConnectionArgs args, CustomResourceOptions? opts = null)
public PrivateEndpointConnection(String name, PrivateEndpointConnectionArgs args)
public PrivateEndpointConnection(String name, PrivateEndpointConnectionArgs args, CustomResourceOptions options)
type: azure-native:machinelearningservices:PrivateEndpointConnection
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 PrivateEndpointConnectionArgs
- 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 PrivateEndpointConnectionArgs
- 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 PrivateEndpointConnectionArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args PrivateEndpointConnectionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args PrivateEndpointConnectionArgs
- 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 exampleprivateEndpointConnectionResourceResourceFromMachinelearningservices = new AzureNative.Machinelearningservices.PrivateEndpointConnection("exampleprivateEndpointConnectionResourceResourceFromMachinelearningservices", new()
{
PrivateLinkServiceConnectionState =
{
{ "actionsRequired", "string" },
{ "description", "string" },
{ "status", "string" },
},
ResourceGroupName = "string",
WorkspaceName = "string",
Identity =
{
{ "type", "SystemAssigned" },
{ "userAssignedIdentities",
{
{ "string", "any" },
} },
},
Location = "string",
PrivateEndpointConnectionName = "string",
Sku =
{
{ "name", "string" },
{ "tier", "string" },
},
Tags =
{
{ "string", "string" },
},
});
example, err := machinelearningservices.NewPrivateEndpointConnection(ctx, "exampleprivateEndpointConnectionResourceResourceFromMachinelearningservices", &machinelearningservices.PrivateEndpointConnectionArgs{
PrivateLinkServiceConnectionState: map[string]interface{}{
"actionsRequired": "string",
"description": "string",
"status": "string",
},
ResourceGroupName: "string",
WorkspaceName: "string",
Identity: map[string]interface{}{
"type": "SystemAssigned",
"userAssignedIdentities": map[string]interface{}{
"string": "any",
},
},
Location: "string",
PrivateEndpointConnectionName: "string",
Sku: map[string]interface{}{
"name": "string",
"tier": "string",
},
Tags: map[string]interface{}{
"string": "string",
},
})
var exampleprivateEndpointConnectionResourceResourceFromMachinelearningservices = new PrivateEndpointConnection("exampleprivateEndpointConnectionResourceResourceFromMachinelearningservices", PrivateEndpointConnectionArgs.builder()
.privateLinkServiceConnectionState(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.resourceGroupName("string")
.workspaceName("string")
.identity(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.location("string")
.privateEndpointConnectionName("string")
.sku(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.tags(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.build());
exampleprivate_endpoint_connection_resource_resource_from_machinelearningservices = azure_native.machinelearningservices.PrivateEndpointConnection("exampleprivateEndpointConnectionResourceResourceFromMachinelearningservices",
private_link_service_connection_state={
actionsRequired: string,
description: string,
status: string,
},
resource_group_name=string,
workspace_name=string,
identity={
type: SystemAssigned,
userAssignedIdentities: {
string: any,
},
},
location=string,
private_endpoint_connection_name=string,
sku={
name: string,
tier: string,
},
tags={
string: string,
})
const exampleprivateEndpointConnectionResourceResourceFromMachinelearningservices = new azure_native.machinelearningservices.PrivateEndpointConnection("exampleprivateEndpointConnectionResourceResourceFromMachinelearningservices", {
privateLinkServiceConnectionState: {
actionsRequired: "string",
description: "string",
status: "string",
},
resourceGroupName: "string",
workspaceName: "string",
identity: {
type: "SystemAssigned",
userAssignedIdentities: {
string: "any",
},
},
location: "string",
privateEndpointConnectionName: "string",
sku: {
name: "string",
tier: "string",
},
tags: {
string: "string",
},
});
type: azure-native:machinelearningservices:PrivateEndpointConnection
properties:
identity:
type: SystemAssigned
userAssignedIdentities:
string: any
location: string
privateEndpointConnectionName: string
privateLinkServiceConnectionState:
actionsRequired: string
description: string
status: string
resourceGroupName: string
sku:
name: string
tier: string
tags:
string: string
workspaceName: string
PrivateEndpointConnection 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 PrivateEndpointConnection resource accepts the following input properties:
- Private
Link Pulumi.Service Connection State Azure Native. Machine Learning Services. Inputs. Private Link Service Connection State - A collection of information about the state of the connection between service consumer and provider.
- Resource
Group stringName - Name of the resource group in which workspace is located.
- Workspace
Name string - Name of Azure Machine Learning workspace.
- Identity
Pulumi.
Azure Native. Machine Learning Services. Inputs. Identity - The identity of the resource.
- Location string
- Specifies the location of the resource.
- Private
Endpoint stringConnection Name - The name of the private endpoint connection associated with the workspace
- Sku
Pulumi.
Azure Native. Machine Learning Services. Inputs. Sku - The sku of the workspace.
- Dictionary<string, string>
- Contains resource tags defined as key/value pairs.
- Private
Link PrivateService Connection State Link Service Connection State Args - A collection of information about the state of the connection between service consumer and provider.
- Resource
Group stringName - Name of the resource group in which workspace is located.
- Workspace
Name string - Name of Azure Machine Learning workspace.
- Identity
Identity
Args - The identity of the resource.
- Location string
- Specifies the location of the resource.
- Private
Endpoint stringConnection Name - The name of the private endpoint connection associated with the workspace
- Sku
Sku
Args - The sku of the workspace.
- map[string]string
- Contains resource tags defined as key/value pairs.
- private
Link PrivateService Connection State Link Service Connection State - A collection of information about the state of the connection between service consumer and provider.
- resource
Group StringName - Name of the resource group in which workspace is located.
- workspace
Name String - Name of Azure Machine Learning workspace.
- identity Identity
- The identity of the resource.
- location String
- Specifies the location of the resource.
- private
Endpoint StringConnection Name - The name of the private endpoint connection associated with the workspace
- sku Sku
- The sku of the workspace.
- Map<String,String>
- Contains resource tags defined as key/value pairs.
- private
Link PrivateService Connection State Link Service Connection State - A collection of information about the state of the connection between service consumer and provider.
- resource
Group stringName - Name of the resource group in which workspace is located.
- workspace
Name string - Name of Azure Machine Learning workspace.
- identity Identity
- The identity of the resource.
- location string
- Specifies the location of the resource.
- private
Endpoint stringConnection Name - The name of the private endpoint connection associated with the workspace
- sku Sku
- The sku of the workspace.
- {[key: string]: string}
- Contains resource tags defined as key/value pairs.
- private_
link_ Privateservice_ connection_ state Link Service Connection State Args - A collection of information about the state of the connection between service consumer and provider.
- resource_
group_ strname - Name of the resource group in which workspace is located.
- workspace_
name str - Name of Azure Machine Learning workspace.
- identity
Identity
Args - The identity of the resource.
- location str
- Specifies the location of the resource.
- private_
endpoint_ strconnection_ name - The name of the private endpoint connection associated with the workspace
- sku
Sku
Args - The sku of the workspace.
- Mapping[str, str]
- Contains resource tags defined as key/value pairs.
- private
Link Property MapService Connection State - A collection of information about the state of the connection between service consumer and provider.
- resource
Group StringName - Name of the resource group in which workspace is located.
- workspace
Name String - Name of Azure Machine Learning workspace.
- identity Property Map
- The identity of the resource.
- location String
- Specifies the location of the resource.
- private
Endpoint StringConnection Name - The name of the private endpoint connection associated with the workspace
- sku Property Map
- The sku of the workspace.
- Map<String>
- Contains resource tags defined as key/value pairs.
Outputs
All input properties are implicitly available as output properties. Additionally, the PrivateEndpointConnection resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Specifies the name of the resource.
- Provisioning
State string - The provisioning state of the private endpoint connection resource.
- System
Data Pulumi.Azure Native. Machine Learning Services. Outputs. System Data Response - Read only system data
- Type string
- Specifies the type of the resource.
- Private
Endpoint Pulumi.Azure Native. Machine Learning Services. Outputs. Private Endpoint Response - The resource of private end point.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Specifies the name of the resource.
- Provisioning
State string - The provisioning state of the private endpoint connection resource.
- System
Data SystemData Response - Read only system data
- Type string
- Specifies the type of the resource.
- Private
Endpoint PrivateEndpoint Response - The resource of private end point.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- Specifies the name of the resource.
- provisioning
State String - The provisioning state of the private endpoint connection resource.
- system
Data SystemData Response - Read only system data
- type String
- Specifies the type of the resource.
- private
Endpoint PrivateEndpoint Response - The resource of private end point.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- Specifies the name of the resource.
- provisioning
State string - The provisioning state of the private endpoint connection resource.
- system
Data SystemData Response - Read only system data
- type string
- Specifies the type of the resource.
- private
Endpoint PrivateEndpoint Response - The resource of private end point.
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- Specifies the name of the resource.
- provisioning_
state str - The provisioning state of the private endpoint connection resource.
- system_
data SystemData Response - Read only system data
- type str
- Specifies the type of the resource.
- private_
endpoint PrivateEndpoint Response - The resource of private end point.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- Specifies the name of the resource.
- provisioning
State String - The provisioning state of the private endpoint connection resource.
- system
Data Property Map - Read only system data
- type String
- Specifies the type of the resource.
- private
Endpoint Property Map - The resource of private end point.
Supporting Types
Identity, IdentityArgs
- Type
Pulumi.
Azure Native. Machine Learning Services. Resource Identity Type - The identity type.
- User
Assigned Dictionary<string, object>Identities - The user assigned identities associated with the resource.
- Type
Resource
Identity Type - The identity type.
- User
Assigned map[string]interface{}Identities - The user assigned identities associated with the resource.
- type
Resource
Identity Type - The identity type.
- user
Assigned Map<String,Object>Identities - The user assigned identities associated with the resource.
- type
Resource
Identity Type - The identity type.
- user
Assigned {[key: string]: any}Identities - The user assigned identities associated with the resource.
- type
Resource
Identity Type - The identity type.
- user_
assigned_ Mapping[str, Any]identities - The user assigned identities associated with the resource.
- type
"System
Assigned" | "System Assigned,User Assigned" | "User Assigned" | "None" - The identity type.
- user
Assigned Map<Any>Identities - The user assigned identities associated with the resource.
IdentityResponse, IdentityResponseArgs
- Principal
Id string - The principal ID of resource identity.
- Tenant
Id string - The tenant ID of resource.
- Type string
- The identity type.
- User
Assigned Dictionary<string, Pulumi.Identities Azure Native. Machine Learning Services. Inputs. User Assigned Identity Response> - The user assigned identities associated with the resource.
- Principal
Id string - The principal ID of resource identity.
- Tenant
Id string - The tenant ID of resource.
- Type string
- The identity type.
- User
Assigned map[string]UserIdentities Assigned Identity Response - The user assigned identities associated with the resource.
- principal
Id String - The principal ID of resource identity.
- tenant
Id String - The tenant ID of resource.
- type String
- The identity type.
- user
Assigned Map<String,UserIdentities Assigned Identity Response> - The user assigned identities associated with the resource.
- principal
Id string - The principal ID of resource identity.
- tenant
Id string - The tenant ID of resource.
- type string
- The identity type.
- user
Assigned {[key: string]: UserIdentities Assigned Identity Response} - The user assigned identities associated with the resource.
- principal_
id str - The principal ID of resource identity.
- tenant_
id str - The tenant ID of resource.
- type str
- The identity type.
- user_
assigned_ Mapping[str, Useridentities Assigned Identity Response] - The user assigned identities associated with the resource.
- principal
Id String - The principal ID of resource identity.
- tenant
Id String - The tenant ID of resource.
- type String
- The identity type.
- user
Assigned Map<Property Map>Identities - The user assigned identities associated with the resource.
PrivateEndpointResponse, PrivateEndpointResponseArgs
- Id string
- The ARM identifier for Private Endpoint
- Subnet
Arm stringId - The ARM identifier for Subnet resource that private endpoint links to
- Id string
- The ARM identifier for Private Endpoint
- Subnet
Arm stringId - The ARM identifier for Subnet resource that private endpoint links to
- id String
- The ARM identifier for Private Endpoint
- subnet
Arm StringId - The ARM identifier for Subnet resource that private endpoint links to
- id string
- The ARM identifier for Private Endpoint
- subnet
Arm stringId - The ARM identifier for Subnet resource that private endpoint links to
- id str
- The ARM identifier for Private Endpoint
- subnet_
arm_ strid - The ARM identifier for Subnet resource that private endpoint links to
- id String
- The ARM identifier for Private Endpoint
- subnet
Arm StringId - The ARM identifier for Subnet resource that private endpoint links to
PrivateEndpointServiceConnectionStatus, PrivateEndpointServiceConnectionStatusArgs
- Pending
- Pending
- Approved
- Approved
- Rejected
- Rejected
- Disconnected
- Disconnected
- Timeout
- Timeout
- Private
Endpoint Service Connection Status Pending - Pending
- Private
Endpoint Service Connection Status Approved - Approved
- Private
Endpoint Service Connection Status Rejected - Rejected
- Private
Endpoint Service Connection Status Disconnected - Disconnected
- Private
Endpoint Service Connection Status Timeout - Timeout
- Pending
- Pending
- Approved
- Approved
- Rejected
- Rejected
- Disconnected
- Disconnected
- Timeout
- Timeout
- Pending
- Pending
- Approved
- Approved
- Rejected
- Rejected
- Disconnected
- Disconnected
- Timeout
- Timeout
- PENDING
- Pending
- APPROVED
- Approved
- REJECTED
- Rejected
- DISCONNECTED
- Disconnected
- TIMEOUT
- Timeout
- "Pending"
- Pending
- "Approved"
- Approved
- "Rejected"
- Rejected
- "Disconnected"
- Disconnected
- "Timeout"
- Timeout
PrivateLinkServiceConnectionState, PrivateLinkServiceConnectionStateArgs
- Actions
Required string - A message indicating if changes on the service provider require any updates on the consumer.
- Description string
- The reason for approval/rejection of the connection.
- Status
string | Pulumi.
Azure Native. Machine Learning Services. Private Endpoint Service Connection Status - Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- Actions
Required string - A message indicating if changes on the service provider require any updates on the consumer.
- Description string
- The reason for approval/rejection of the connection.
- Status
string | Private
Endpoint Service Connection Status - Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actions
Required String - A message indicating if changes on the service provider require any updates on the consumer.
- description String
- The reason for approval/rejection of the connection.
- status
String | Private
Endpoint Service Connection Status - Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actions
Required string - A message indicating if changes on the service provider require any updates on the consumer.
- description string
- The reason for approval/rejection of the connection.
- status
string | Private
Endpoint Service Connection Status - Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actions_
required str - A message indicating if changes on the service provider require any updates on the consumer.
- description str
- The reason for approval/rejection of the connection.
- status
str | Private
Endpoint Service Connection Status - Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actions
Required String - A message indicating if changes on the service provider require any updates on the consumer.
- description String
- The reason for approval/rejection of the connection.
- status String | "Pending" | "Approved" | "Rejected" | "Disconnected" | "Timeout"
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
PrivateLinkServiceConnectionStateResponse, PrivateLinkServiceConnectionStateResponseArgs
- Actions
Required string - A message indicating if changes on the service provider require any updates on the consumer.
- Description string
- The reason for approval/rejection of the connection.
- Status string
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- Actions
Required string - A message indicating if changes on the service provider require any updates on the consumer.
- Description string
- The reason for approval/rejection of the connection.
- Status string
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actions
Required String - A message indicating if changes on the service provider require any updates on the consumer.
- description String
- The reason for approval/rejection of the connection.
- status String
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actions
Required string - A message indicating if changes on the service provider require any updates on the consumer.
- description string
- The reason for approval/rejection of the connection.
- status string
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actions_
required str - A message indicating if changes on the service provider require any updates on the consumer.
- description str
- The reason for approval/rejection of the connection.
- status str
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actions
Required String - A message indicating if changes on the service provider require any updates on the consumer.
- description String
- The reason for approval/rejection of the connection.
- status String
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
ResourceIdentityType, ResourceIdentityTypeArgs
- System
Assigned - SystemAssigned
- System
Assigned_User Assigned - SystemAssigned,UserAssigned
- User
Assigned - UserAssigned
- None
- None
- Resource
Identity Type System Assigned - SystemAssigned
- Resource
Identity Type_System Assigned_User Assigned - SystemAssigned,UserAssigned
- Resource
Identity Type User Assigned - UserAssigned
- Resource
Identity Type None - None
- System
Assigned - SystemAssigned
- System
Assigned_User Assigned - SystemAssigned,UserAssigned
- User
Assigned - UserAssigned
- None
- None
- System
Assigned - SystemAssigned
- System
Assigned_User Assigned - SystemAssigned,UserAssigned
- User
Assigned - UserAssigned
- None
- None
- SYSTEM_ASSIGNED
- SystemAssigned
- SYSTEM_ASSIGNED_USER_ASSIGNED
- SystemAssigned,UserAssigned
- USER_ASSIGNED
- UserAssigned
- NONE
- None
- "System
Assigned" - SystemAssigned
- "System
Assigned,User Assigned" - SystemAssigned,UserAssigned
- "User
Assigned" - UserAssigned
- "None"
- None
Sku, SkuArgs
SkuResponse, SkuResponseArgs
SystemDataResponse, SystemDataResponseArgs
- Created
At string - The timestamp of resource creation (UTC)
- Created
By string - An identifier for 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 - An identifier for 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 - An identifier for 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 - An identifier for 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 - An identifier for 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 - An identifier for 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 - An identifier for 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 - An identifier for 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 - An identifier for 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 - An identifier for 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 - An identifier for 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 - An identifier for the identity that last modified the resource
- last
Modified StringBy Type - The type of identity that last modified the resource
UserAssignedIdentityResponse, UserAssignedIdentityResponseArgs
- Client
Id string - The clientId(aka appId) of the user assigned identity.
- Principal
Id string - The principal ID of the user assigned identity.
- Tenant
Id string - The tenant ID of the user assigned identity.
- Client
Id string - The clientId(aka appId) of the user assigned identity.
- Principal
Id string - The principal ID of the user assigned identity.
- Tenant
Id string - The tenant ID of the user assigned identity.
- client
Id String - The clientId(aka appId) of the user assigned identity.
- principal
Id String - The principal ID of the user assigned identity.
- tenant
Id String - The tenant ID of the user assigned identity.
- client
Id string - The clientId(aka appId) of the user assigned identity.
- principal
Id string - The principal ID of the user assigned identity.
- tenant
Id string - The tenant ID of the user assigned identity.
- client_
id str - The clientId(aka appId) of the user assigned identity.
- principal_
id str - The principal ID of the user assigned identity.
- tenant_
id str - The tenant ID of the user assigned identity.
- client
Id String - The clientId(aka appId) of the user assigned identity.
- principal
Id String - The principal ID of the user assigned identity.
- tenant
Id String - The tenant ID of the user assigned identity.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:machinelearningservices:PrivateEndpointConnection {privateEndpointConnectionName} /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rg-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/privateEndpointConnections/{privateEndpointConnectionName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0