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.User
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
The User registered to 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:User myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labaccounts/{labAccountName}/labs/{labName}/users/{userName}
Create User Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new User(name: string, args: UserArgs, opts?: CustomResourceOptions);
@overload
def User(resource_name: str,
args: UserArgs,
opts: Optional[ResourceOptions] = None)
@overload
def User(resource_name: str,
opts: Optional[ResourceOptions] = None,
lab_account_name: Optional[str] = None,
lab_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
location: Optional[str] = None,
provisioning_state: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None,
unique_identifier: Optional[str] = None,
user_name: Optional[str] = None)
func NewUser(ctx *Context, name string, args UserArgs, opts ...ResourceOption) (*User, error)
public User(string name, UserArgs args, CustomResourceOptions? opts = null)
type: azure-native:labservices:User
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 UserArgs
- 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 UserArgs
- 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 UserArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args UserArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args UserArgs
- 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 exampleuserResourceResourceFromLabservices = new AzureNative.Labservices.User("exampleuserResourceResourceFromLabservices", new()
{
LabAccountName = "string",
LabName = "string",
ResourceGroupName = "string",
Location = "string",
ProvisioningState = "string",
Tags =
{
{ "string", "string" },
},
UniqueIdentifier = "string",
UserName = "string",
});
example, err := labservices.NewUser(ctx, "exampleuserResourceResourceFromLabservices", &labservices.UserArgs{
LabAccountName: "string",
LabName: "string",
ResourceGroupName: "string",
Location: "string",
ProvisioningState: "string",
Tags: map[string]interface{}{
"string": "string",
},
UniqueIdentifier: "string",
UserName: "string",
})
var exampleuserResourceResourceFromLabservices = new User("exampleuserResourceResourceFromLabservices", UserArgs.builder()
.labAccountName("string")
.labName("string")
.resourceGroupName("string")
.location("string")
.provisioningState("string")
.tags(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.uniqueIdentifier("string")
.userName("string")
.build());
exampleuser_resource_resource_from_labservices = azure_native.labservices.User("exampleuserResourceResourceFromLabservices",
lab_account_name=string,
lab_name=string,
resource_group_name=string,
location=string,
provisioning_state=string,
tags={
string: string,
},
unique_identifier=string,
user_name=string)
const exampleuserResourceResourceFromLabservices = new azure_native.labservices.User("exampleuserResourceResourceFromLabservices", {
labAccountName: "string",
labName: "string",
resourceGroupName: "string",
location: "string",
provisioningState: "string",
tags: {
string: "string",
},
uniqueIdentifier: "string",
userName: "string",
});
type: azure-native:labservices:User
properties:
labAccountName: string
labName: string
location: string
provisioningState: string
resourceGroupName: string
tags:
string: string
uniqueIdentifier: string
userName: string
User 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 User resource accepts the following input properties:
- Lab
Account stringName - The name of the lab Account.
- Lab
Name string - The name of the lab.
- Resource
Group stringName - The name of the resource group.
- Location string
- The location of the resource.
- 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).
- User
Name string - The name of the user.
- Lab
Account stringName - The name of the lab Account.
- Lab
Name string - The name of the lab.
- Resource
Group stringName - The name of the resource group.
- Location string
- The location of the resource.
- 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).
- User
Name string - The name of the user.
- lab
Account StringName - The name of the lab Account.
- lab
Name String - The name of the lab.
- resource
Group StringName - The name of the resource group.
- location String
- The location of the resource.
- 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).
- user
Name String - The name of the user.
- lab
Account stringName - The name of the lab Account.
- lab
Name string - The name of the lab.
- resource
Group stringName - The name of the resource group.
- location string
- The location of the resource.
- 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).
- user
Name string - The name of the user.
- lab_
account_ strname - The name of the lab Account.
- lab_
name str - The name of the lab.
- resource_
group_ strname - The name of the resource group.
- location str
- The location of the resource.
- 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).
- user_
name str - The name of the user.
- lab
Account StringName - The name of the lab Account.
- lab
Name String - The name of the lab.
- resource
Group StringName - The name of the resource group.
- location String
- The location of the resource.
- 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).
- user
Name String - The name of the user.
Outputs
All input properties are implicitly available as output properties. Additionally, the User resource produces the following output properties:
- Email string
- The user email address, as it was specified during registration.
- Family
Name string - The user family name, as it was specified during registration.
- Given
Name string - The user given name, as it was specified during registration.
- Id string
- The provider-assigned unique ID for this managed resource.
- 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.
- Tenant
Id string - The user tenant ID, as it was specified during registration.
- Total
Usage string - How long the user has used his VMs in this lab
- Type string
- The type of the resource.
- Email string
- The user email address, as it was specified during registration.
- Family
Name string - The user family name, as it was specified during registration.
- Given
Name string - The user given name, as it was specified during registration.
- Id string
- The provider-assigned unique ID for this managed resource.
- Latest
Operation LatestResult Operation Result Response - The details of the latest operation. ex: status, error
- Name string
- The name of the resource.
- Tenant
Id string - The user tenant ID, as it was specified during registration.
- Total
Usage string - How long the user has used his VMs in this lab
- Type string
- The type of the resource.
- email String
- The user email address, as it was specified during registration.
- family
Name String - The user family name, as it was specified during registration.
- given
Name String - The user given name, as it was specified during registration.
- id String
- The provider-assigned unique ID for this managed resource.
- latest
Operation LatestResult Operation Result Response - The details of the latest operation. ex: status, error
- name String
- The name of the resource.
- tenant
Id String - The user tenant ID, as it was specified during registration.
- total
Usage String - How long the user has used his VMs in this lab
- type String
- The type of the resource.
- email string
- The user email address, as it was specified during registration.
- family
Name string - The user family name, as it was specified during registration.
- given
Name string - The user given name, as it was specified during registration.
- id string
- The provider-assigned unique ID for this managed resource.
- latest
Operation LatestResult Operation Result Response - The details of the latest operation. ex: status, error
- name string
- The name of the resource.
- tenant
Id string - The user tenant ID, as it was specified during registration.
- total
Usage string - How long the user has used his VMs in this lab
- type string
- The type of the resource.
- email str
- The user email address, as it was specified during registration.
- family_
name str - The user family name, as it was specified during registration.
- given_
name str - The user given name, as it was specified during registration.
- id str
- The provider-assigned unique ID for this managed resource.
- latest_
operation_ Latestresult Operation Result Response - The details of the latest operation. ex: status, error
- name str
- The name of the resource.
- tenant_
id str - The user tenant ID, as it was specified during registration.
- total_
usage str - How long the user has used his VMs in this lab
- type str
- The type of the resource.
- email String
- The user email address, as it was specified during registration.
- family
Name String - The user family name, as it was specified during registration.
- given
Name String - The user given name, as it was specified during registration.
- id String
- The provider-assigned unique ID for this managed resource.
- latest
Operation Property MapResult - The details of the latest operation. ex: status, error
- name String
- The name of the resource.
- tenant
Id String - The user tenant ID, as it was specified during registration.
- total
Usage String - How long the user has used his VMs in this lab
- type String
- The type of the resource.
Supporting Types
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