These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
azure-native.labservices.Lab
Explore with Pulumi AI
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
Represents a lab. API Version: 2018-10-15.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:labservices:Lab myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labaccounts/{labAccountName}/labs/{labName}
Create Lab Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Lab(name: string, args: LabArgs, opts?: CustomResourceOptions);
@overload
def Lab(resource_name: str,
args: LabArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Lab(resource_name: str,
opts: Optional[ResourceOptions] = None,
lab_account_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
lab_name: Optional[str] = None,
location: Optional[str] = None,
max_users_in_lab: Optional[int] = None,
provisioning_state: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None,
unique_identifier: Optional[str] = None,
usage_quota: Optional[str] = None,
user_access_mode: Optional[Union[str, LabUserAccessMode]] = None)
func NewLab(ctx *Context, name string, args LabArgs, opts ...ResourceOption) (*Lab, error)
public Lab(string name, LabArgs args, CustomResourceOptions? opts = null)
type: azure-native:labservices:Lab
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 LabArgs
- 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 LabArgs
- 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 LabArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args LabArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args LabArgs
- 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 examplelabResourceResourceFromLabservices = new AzureNative.Labservices.Lab("examplelabResourceResourceFromLabservices", new()
{
LabAccountName = "string",
ResourceGroupName = "string",
LabName = "string",
Location = "string",
MaxUsersInLab = 0,
ProvisioningState = "string",
Tags =
{
{ "string", "string" },
},
UniqueIdentifier = "string",
UsageQuota = "string",
UserAccessMode = "string",
});
example, err := labservices.NewLab(ctx, "examplelabResourceResourceFromLabservices", &labservices.LabArgs{
LabAccountName: "string",
ResourceGroupName: "string",
LabName: "string",
Location: "string",
MaxUsersInLab: 0,
ProvisioningState: "string",
Tags: map[string]interface{}{
"string": "string",
},
UniqueIdentifier: "string",
UsageQuota: "string",
UserAccessMode: "string",
})
var examplelabResourceResourceFromLabservices = new Lab("examplelabResourceResourceFromLabservices", LabArgs.builder()
.labAccountName("string")
.resourceGroupName("string")
.labName("string")
.location("string")
.maxUsersInLab(0)
.provisioningState("string")
.tags(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.uniqueIdentifier("string")
.usageQuota("string")
.userAccessMode("string")
.build());
examplelab_resource_resource_from_labservices = azure_native.labservices.Lab("examplelabResourceResourceFromLabservices",
lab_account_name=string,
resource_group_name=string,
lab_name=string,
location=string,
max_users_in_lab=0,
provisioning_state=string,
tags={
string: string,
},
unique_identifier=string,
usage_quota=string,
user_access_mode=string)
const examplelabResourceResourceFromLabservices = new azure_native.labservices.Lab("examplelabResourceResourceFromLabservices", {
labAccountName: "string",
resourceGroupName: "string",
labName: "string",
location: "string",
maxUsersInLab: 0,
provisioningState: "string",
tags: {
string: "string",
},
uniqueIdentifier: "string",
usageQuota: "string",
userAccessMode: "string",
});
type: azure-native:labservices:Lab
properties:
labAccountName: string
labName: string
location: string
maxUsersInLab: 0
provisioningState: string
resourceGroupName: string
tags:
string: string
uniqueIdentifier: string
usageQuota: string
userAccessMode: string
Lab 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 Lab resource accepts the following input properties:
- Lab
Account stringName - The name of the lab Account.
- Resource
Group stringName - The name of the resource group.
- Lab
Name string - The name of the lab.
- Location string
- The location of the resource.
- Max
Users intIn Lab - Maximum number of users allowed in the lab.
- Provisioning
State string - The provisioning status of the resource.
- Dictionary<string, string>
- The tags of the resource.
- Unique
Identifier string - The unique immutable identifier of a resource (Guid).
- Usage
Quota string - Maximum duration a user can use an environment for in the lab.
- User
Access string | Pulumi.Mode Azure Native. Lab Services. Lab User Access Mode - Lab user access mode (open to all vs. restricted to those listed on the lab).
- Lab
Account stringName - The name of the lab Account.
- Resource
Group stringName - The name of the resource group.
- Lab
Name string - The name of the lab.
- Location string
- The location of the resource.
- Max
Users intIn Lab - Maximum number of users allowed in the lab.
- Provisioning
State string - The provisioning status of the resource.
- map[string]string
- The tags of the resource.
- Unique
Identifier string - The unique immutable identifier of a resource (Guid).
- Usage
Quota string - Maximum duration a user can use an environment for in the lab.
- User
Access string | LabMode User Access Mode - Lab user access mode (open to all vs. restricted to those listed on the lab).
- lab
Account StringName - The name of the lab Account.
- resource
Group StringName - The name of the resource group.
- lab
Name String - The name of the lab.
- location String
- The location of the resource.
- max
Users IntegerIn Lab - Maximum number of users allowed in the lab.
- provisioning
State String - The provisioning status of the resource.
- Map<String,String>
- The tags of the resource.
- unique
Identifier String - The unique immutable identifier of a resource (Guid).
- usage
Quota String - Maximum duration a user can use an environment for in the lab.
- user
Access String | LabMode User Access Mode - Lab user access mode (open to all vs. restricted to those listed on the lab).
- lab
Account stringName - The name of the lab Account.
- resource
Group stringName - The name of the resource group.
- lab
Name string - The name of the lab.
- location string
- The location of the resource.
- max
Users numberIn Lab - Maximum number of users allowed in the lab.
- provisioning
State string - The provisioning status of the resource.
- {[key: string]: string}
- The tags of the resource.
- unique
Identifier string - The unique immutable identifier of a resource (Guid).
- usage
Quota string - Maximum duration a user can use an environment for in the lab.
- user
Access string | LabMode User Access Mode - Lab user access mode (open to all vs. restricted to those listed on the lab).
- lab_
account_ strname - The name of the lab Account.
- resource_
group_ strname - The name of the resource group.
- lab_
name str - The name of the lab.
- location str
- The location of the resource.
- max_
users_ intin_ lab - Maximum number of users allowed in the lab.
- provisioning_
state str - The provisioning status of the resource.
- Mapping[str, str]
- The tags of the resource.
- unique_
identifier str - The unique immutable identifier of a resource (Guid).
- usage_
quota str - Maximum duration a user can use an environment for in the lab.
- user_
access_ str | Labmode User Access Mode - Lab user access mode (open to all vs. restricted to those listed on the lab).
- lab
Account StringName - The name of the lab Account.
- resource
Group StringName - The name of the resource group.
- lab
Name String - The name of the lab.
- location String
- The location of the resource.
- max
Users NumberIn Lab - Maximum number of users allowed in the lab.
- provisioning
State String - The provisioning status of the resource.
- Map<String>
- The tags of the resource.
- unique
Identifier String - The unique immutable identifier of a resource (Guid).
- usage
Quota String - Maximum duration a user can use an environment for in the lab.
- user
Access String | "Restricted" | "Open"Mode - Lab user access mode (open to all vs. restricted to those listed on the lab).
Outputs
All input properties are implicitly available as output properties. Additionally, the Lab resource produces the following output properties:
- Created
By stringObject Id - Object id of the user that created the lab.
- Created
By stringUser Principal Name - Lab creator name
- Created
Date string - Creation date for the lab
- Id string
- The provider-assigned unique ID for this managed resource.
- Invitation
Code string - Invitation code that users can use to join a lab.
- Latest
Operation Pulumi.Result Azure Native. Lab Services. Outputs. Latest Operation Result Response - The details of the latest operation. ex: status, error
- Name string
- The name of the resource.
- Type string
- The type of the resource.
- User
Quota int - Maximum value MaxUsersInLab can be set to, as specified by the service
- Created
By stringObject Id - Object id of the user that created the lab.
- Created
By stringUser Principal Name - Lab creator name
- Created
Date string - Creation date for the lab
- Id string
- The provider-assigned unique ID for this managed resource.
- Invitation
Code string - Invitation code that users can use to join a lab.
- Latest
Operation LatestResult Operation Result Response - The details of the latest operation. ex: status, error
- Name string
- The name of the resource.
- Type string
- The type of the resource.
- User
Quota int - Maximum value MaxUsersInLab can be set to, as specified by the service
- created
By StringObject Id - Object id of the user that created the lab.
- created
By StringUser Principal Name - Lab creator name
- created
Date String - Creation date for the lab
- id String
- The provider-assigned unique ID for this managed resource.
- invitation
Code String - Invitation code that users can use to join a lab.
- latest
Operation LatestResult Operation Result Response - The details of the latest operation. ex: status, error
- name String
- The name of the resource.
- type String
- The type of the resource.
- user
Quota Integer - Maximum value MaxUsersInLab can be set to, as specified by the service
- created
By stringObject Id - Object id of the user that created the lab.
- created
By stringUser Principal Name - Lab creator name
- created
Date string - Creation date for the lab
- id string
- The provider-assigned unique ID for this managed resource.
- invitation
Code string - Invitation code that users can use to join a lab.
- latest
Operation LatestResult Operation Result Response - The details of the latest operation. ex: status, error
- name string
- The name of the resource.
- type string
- The type of the resource.
- user
Quota number - Maximum value MaxUsersInLab can be set to, as specified by the service
- created_
by_ strobject_ id - Object id of the user that created the lab.
- created_
by_ struser_ principal_ name - Lab creator name
- created_
date str - Creation date for the lab
- id str
- The provider-assigned unique ID for this managed resource.
- invitation_
code str - Invitation code that users can use to join a lab.
- latest_
operation_ Latestresult Operation Result Response - The details of the latest operation. ex: status, error
- name str
- The name of the resource.
- type str
- The type of the resource.
- user_
quota int - Maximum value MaxUsersInLab can be set to, as specified by the service
- created
By StringObject Id - Object id of the user that created the lab.
- created
By StringUser Principal Name - Lab creator name
- created
Date String - Creation date for the lab
- id String
- The provider-assigned unique ID for this managed resource.
- invitation
Code String - Invitation code that users can use to join a lab.
- latest
Operation Property MapResult - The details of the latest operation. ex: status, error
- name String
- The name of the resource.
- type String
- The type of the resource.
- user
Quota Number - Maximum value MaxUsersInLab can be set to, as specified by the service
Supporting Types
LabUserAccessMode, LabUserAccessModeArgs
- Restricted
- RestrictedOnly users registered with the lab can access VMs.
- Open
- OpenAny user can register with the lab and access its VMs.
- Lab
User Access Mode Restricted - RestrictedOnly users registered with the lab can access VMs.
- Lab
User Access Mode Open - OpenAny user can register with the lab and access its VMs.
- Restricted
- RestrictedOnly users registered with the lab can access VMs.
- Open
- OpenAny user can register with the lab and access its VMs.
- Restricted
- RestrictedOnly users registered with the lab can access VMs.
- Open
- OpenAny user can register with the lab and access its VMs.
- RESTRICTED
- RestrictedOnly users registered with the lab can access VMs.
- OPEN
- OpenAny user can register with the lab and access its VMs.
- "Restricted"
- RestrictedOnly users registered with the lab can access VMs.
- "Open"
- OpenAny user can register with the lab and access its VMs.
LatestOperationResultResponse, LatestOperationResultResponseArgs
- Error
Code string - Error code on failure.
- Error
Message string - The error message.
- Http
Method string - The HttpMethod - PUT/POST/DELETE for the operation.
- Operation
Url string - The URL to use to check long-running operation status
- Request
Uri string - Request URI of the operation.
- Status string
- The current status of the operation.
- Error
Code string - Error code on failure.
- Error
Message string - The error message.
- Http
Method string - The HttpMethod - PUT/POST/DELETE for the operation.
- Operation
Url string - The URL to use to check long-running operation status
- Request
Uri string - Request URI of the operation.
- Status string
- The current status of the operation.
- error
Code String - Error code on failure.
- error
Message String - The error message.
- http
Method String - The HttpMethod - PUT/POST/DELETE for the operation.
- operation
Url String - The URL to use to check long-running operation status
- request
Uri String - Request URI of the operation.
- status String
- The current status of the operation.
- error
Code string - Error code on failure.
- error
Message string - The error message.
- http
Method string - The HttpMethod - PUT/POST/DELETE for the operation.
- operation
Url string - The URL to use to check long-running operation status
- request
Uri string - Request URI of the operation.
- status string
- The current status of the operation.
- error_
code str - Error code on failure.
- error_
message str - The error message.
- http_
method str - The HttpMethod - PUT/POST/DELETE for the operation.
- operation_
url str - The URL to use to check long-running operation status
- request_
uri str - Request URI of the operation.
- status str
- The current status of the operation.
- error
Code String - Error code on failure.
- error
Message String - The error message.
- http
Method String - The HttpMethod - PUT/POST/DELETE for the operation.
- operation
Url String - The URL to use to check long-running operation status
- request
Uri String - Request URI of the operation.
- status String
- The current status of the operation.
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi