azure-native-v2.healthcareapis.Workspace
Explore with Pulumi AI
Workspace resource. Azure REST API version: 2023-02-28. Prior API version in Azure Native 1.x: 2022-05-15.
Other available API versions: 2023-09-06, 2023-11-01, 2023-12-01, 2024-03-01, 2024-03-31.
Create Workspace Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Workspace(name: string, args: WorkspaceArgs, opts?: CustomResourceOptions);
@overload
def Workspace(resource_name: str,
args: WorkspaceArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Workspace(resource_name: str,
opts: Optional[ResourceOptions] = None,
resource_group_name: Optional[str] = None,
location: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None,
workspace_name: Optional[str] = None)
func NewWorkspace(ctx *Context, name string, args WorkspaceArgs, opts ...ResourceOption) (*Workspace, error)
public Workspace(string name, WorkspaceArgs args, CustomResourceOptions? opts = null)
public Workspace(String name, WorkspaceArgs args)
public Workspace(String name, WorkspaceArgs args, CustomResourceOptions options)
type: azure-native:healthcareapis:Workspace
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name
This property is required. string - The unique name of the resource.
- args
This property is required. WorkspaceArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. WorkspaceArgs - The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. WorkspaceArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. WorkspaceArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. WorkspaceArgs - 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 exampleworkspaceResourceResourceFromHealthcareapis = new AzureNative.Healthcareapis.Workspace("exampleworkspaceResourceResourceFromHealthcareapis", new()
{
ResourceGroupName = "string",
Location = "string",
Tags =
{
{ "string", "string" },
},
WorkspaceName = "string",
});
example, err := healthcareapis.NewWorkspace(ctx, "exampleworkspaceResourceResourceFromHealthcareapis", &healthcareapis.WorkspaceArgs{
ResourceGroupName: "string",
Location: "string",
Tags: map[string]interface{}{
"string": "string",
},
WorkspaceName: "string",
})
var exampleworkspaceResourceResourceFromHealthcareapis = new Workspace("exampleworkspaceResourceResourceFromHealthcareapis", WorkspaceArgs.builder()
.resourceGroupName("string")
.location("string")
.tags(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.workspaceName("string")
.build());
exampleworkspace_resource_resource_from_healthcareapis = azure_native.healthcareapis.Workspace("exampleworkspaceResourceResourceFromHealthcareapis",
resource_group_name=string,
location=string,
tags={
string: string,
},
workspace_name=string)
const exampleworkspaceResourceResourceFromHealthcareapis = new azure_native.healthcareapis.Workspace("exampleworkspaceResourceResourceFromHealthcareapis", {
resourceGroupName: "string",
location: "string",
tags: {
string: "string",
},
workspaceName: "string",
});
type: azure-native:healthcareapis:Workspace
properties:
location: string
resourceGroupName: string
tags:
string: string
workspaceName: string
Workspace Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Workspace resource accepts the following input properties:
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group that contains the service instance.
- Location
Changes to this property will trigger replacement.
- The resource location.
- Dictionary<string, string>
- Resource tags.
- Workspace
Name Changes to this property will trigger replacement.
- The name of workspace resource.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group that contains the service instance.
- Location
Changes to this property will trigger replacement.
- The resource location.
- map[string]string
- Resource tags.
- Workspace
Name Changes to this property will trigger replacement.
- The name of workspace resource.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group that contains the service instance.
- location
Changes to this property will trigger replacement.
- The resource location.
- Map<String,String>
- Resource tags.
- workspace
Name Changes to this property will trigger replacement.
- The name of workspace resource.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group that contains the service instance.
- location
Changes to this property will trigger replacement.
- The resource location.
- {[key: string]: string}
- Resource tags.
- workspace
Name Changes to this property will trigger replacement.
- The name of workspace resource.
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- The name of the resource group that contains the service instance.
- location
Changes to this property will trigger replacement.
- The resource location.
- Mapping[str, str]
- Resource tags.
- workspace_
name Changes to this property will trigger replacement.
- The name of workspace resource.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group that contains the service instance.
- location
Changes to this property will trigger replacement.
- The resource location.
- Map<String>
- Resource tags.
- workspace
Name Changes to this property will trigger replacement.
- The name of workspace resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the Workspace resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The resource name.
- Properties
Pulumi.
Azure Native. Healthcare Apis. Outputs. Workspace Response Properties - Workspaces resource specific properties.
- System
Data Pulumi.Azure Native. Healthcare Apis. Outputs. System Data Response - Metadata pertaining to creation and last modification of the resource.
- Type string
- The resource type.
- Etag string
- An etag associated with the resource, used for optimistic concurrency when editing it.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The resource name.
- Properties
Workspace
Response Properties - Workspaces resource specific properties.
- System
Data SystemData Response - Metadata pertaining to creation and last modification of the resource.
- Type string
- The resource type.
- Etag string
- An etag associated with the resource, used for optimistic concurrency when editing it.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The resource name.
- properties
Workspace
Response Properties - Workspaces resource specific properties.
- system
Data SystemData Response - Metadata pertaining to creation and last modification of the resource.
- type String
- The resource type.
- etag String
- An etag associated with the resource, used for optimistic concurrency when editing it.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- The resource name.
- properties
Workspace
Response Properties - Workspaces resource specific properties.
- system
Data SystemData Response - Metadata pertaining to creation and last modification of the resource.
- type string
- The resource type.
- etag string
- An etag associated with the resource, used for optimistic concurrency when editing it.
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- The resource name.
- properties
Workspace
Response Properties - Workspaces resource specific properties.
- system_
data SystemData Response - Metadata pertaining to creation and last modification of the resource.
- type str
- The resource type.
- etag str
- An etag associated with the resource, used for optimistic concurrency when editing it.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The resource name.
- properties Property Map
- Workspaces resource specific properties.
- system
Data Property Map - Metadata pertaining to creation and last modification of the resource.
- type String
- The resource type.
- etag String
- An etag associated with the resource, used for optimistic concurrency when editing it.
Supporting Types
PrivateEndpointConnectionResponse, PrivateEndpointConnectionResponseArgs
- Id
This property is required. string - Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Name
This property is required. string - The name of the resource
- Private
Link Service Connection State This property is required. Pulumi.Azure Native. Healthcare Apis. Inputs. Private Link Service Connection State Response - A collection of information about the state of the connection between service consumer and provider.
- Provisioning
State This property is required. string - The provisioning state of the private endpoint connection resource.
- Type
This property is required. string - The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Private
Endpoint Pulumi.Azure Native. Healthcare Apis. Inputs. Private Endpoint Response - The resource of private end point.
- Id
This property is required. string - Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Name
This property is required. string - The name of the resource
- Private
Link Service Connection State This property is required. PrivateLink Service Connection State Response - A collection of information about the state of the connection between service consumer and provider.
- Provisioning
State This property is required. string - The provisioning state of the private endpoint connection resource.
- Type
This property is required. string - The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Private
Endpoint PrivateEndpoint Response - The resource of private end point.
- id
This property is required. String - Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
This property is required. String - The name of the resource
- private
Link Service Connection State This property is required. PrivateLink Service Connection State Response - A collection of information about the state of the connection between service consumer and provider.
- provisioning
State This property is required. String - The provisioning state of the private endpoint connection resource.
- type
This property is required. String - The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- private
Endpoint PrivateEndpoint Response - The resource of private end point.
- id
This property is required. string - Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
This property is required. string - The name of the resource
- private
Link Service Connection State This property is required. PrivateLink Service Connection State Response - A collection of information about the state of the connection between service consumer and provider.
- provisioning
State This property is required. string - The provisioning state of the private endpoint connection resource.
- type
This property is required. string - The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- private
Endpoint PrivateEndpoint Response - The resource of private end point.
- id
This property is required. str - Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
This property is required. str - The name of the resource
- private_
link_ service_ connection_ state This property is required. PrivateLink Service Connection State Response - A collection of information about the state of the connection between service consumer and provider.
- provisioning_
state This property is required. str - The provisioning state of the private endpoint connection resource.
- type
This property is required. str - The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- private_
endpoint PrivateEndpoint Response - The resource of private end point.
- id
This property is required. String - Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
This property is required. String - The name of the resource
- private
Link Service Connection State This property is required. Property Map - A collection of information about the state of the connection between service consumer and provider.
- provisioning
State This property is required. String - The provisioning state of the private endpoint connection resource.
- type
This property is required. String - The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- private
Endpoint Property Map - The resource of private end point.
PrivateEndpointResponse, PrivateEndpointResponseArgs
- Id
This property is required. string - The ARM identifier for Private Endpoint
- Id
This property is required. string - The ARM identifier for Private Endpoint
- id
This property is required. String - The ARM identifier for Private Endpoint
- id
This property is required. string - The ARM identifier for Private Endpoint
- id
This property is required. str - The ARM identifier for Private Endpoint
- id
This property is required. String - The ARM identifier for Private Endpoint
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.
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.
WorkspaceResponseProperties, WorkspaceResponsePropertiesArgs
- Private
Endpoint Connections This property is required. List<Pulumi.Azure Native. Healthcare Apis. Inputs. Private Endpoint Connection Response> - The list of private endpoint connections that are set up for this resource.
- Provisioning
State This property is required. string - The provisioning state.
- Public
Network Access This property is required. string - Control permission for data plane traffic coming from public networks while private endpoint is enabled.
- Private
Endpoint Connections This property is required. []PrivateEndpoint Connection Response - The list of private endpoint connections that are set up for this resource.
- Provisioning
State This property is required. string - The provisioning state.
- Public
Network Access This property is required. string - Control permission for data plane traffic coming from public networks while private endpoint is enabled.
- private
Endpoint Connections This property is required. List<PrivateEndpoint Connection Response> - The list of private endpoint connections that are set up for this resource.
- provisioning
State This property is required. String - The provisioning state.
- public
Network Access This property is required. String - Control permission for data plane traffic coming from public networks while private endpoint is enabled.
- private
Endpoint Connections This property is required. PrivateEndpoint Connection Response[] - The list of private endpoint connections that are set up for this resource.
- provisioning
State This property is required. string - The provisioning state.
- public
Network Access This property is required. string - Control permission for data plane traffic coming from public networks while private endpoint is enabled.
- private_
endpoint_ connections This property is required. Sequence[PrivateEndpoint Connection Response] - The list of private endpoint connections that are set up for this resource.
- provisioning_
state This property is required. str - The provisioning state.
- public_
network_ access This property is required. str - Control permission for data plane traffic coming from public networks while private endpoint is enabled.
- private
Endpoint Connections This property is required. List<Property Map> - The list of private endpoint connections that are set up for this resource.
- provisioning
State This property is required. String - The provisioning state.
- public
Network Access This property is required. String - Control permission for data plane traffic coming from public networks while private endpoint is enabled.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:healthcareapis:Workspace workspace1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- azure-native-v2 pulumi/pulumi-azure-native
- License
- Apache-2.0