This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.education.getLab
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Get the details for a specific lab associated with the provided billing account name, billing profile name, and invoice section name. Azure REST API version: 2021-12-01-preview.
Using getLab
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getLab(args: GetLabArgs, opts?: InvokeOptions): Promise<GetLabResult>
function getLabOutput(args: GetLabOutputArgs, opts?: InvokeOptions): Output<GetLabResult>def get_lab(billing_account_name: Optional[str] = None,
            billing_profile_name: Optional[str] = None,
            include_budget: Optional[bool] = None,
            invoice_section_name: Optional[str] = None,
            opts: Optional[InvokeOptions] = None) -> GetLabResult
def get_lab_output(billing_account_name: Optional[pulumi.Input[str]] = None,
            billing_profile_name: Optional[pulumi.Input[str]] = None,
            include_budget: Optional[pulumi.Input[bool]] = None,
            invoice_section_name: Optional[pulumi.Input[str]] = None,
            opts: Optional[InvokeOptions] = None) -> Output[GetLabResult]func LookupLab(ctx *Context, args *LookupLabArgs, opts ...InvokeOption) (*LookupLabResult, error)
func LookupLabOutput(ctx *Context, args *LookupLabOutputArgs, opts ...InvokeOption) LookupLabResultOutput> Note: This function is named LookupLab in the Go SDK.
public static class GetLab 
{
    public static Task<GetLabResult> InvokeAsync(GetLabArgs args, InvokeOptions? opts = null)
    public static Output<GetLabResult> Invoke(GetLabInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetLabResult> getLab(GetLabArgs args, InvokeOptions options)
public static Output<GetLabResult> getLab(GetLabArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:education:getLab
  arguments:
    # arguments dictionaryThe following arguments are supported:
- BillingAccount stringName 
- The ID that uniquely identifies a billing account.
- BillingProfile stringName 
- The ID that uniquely identifies a billing profile.
- InvoiceSection stringName 
- The ID that uniquely identifies an invoice section.
- IncludeBudget bool
- May be used to include budget information.
- BillingAccount stringName 
- The ID that uniquely identifies a billing account.
- BillingProfile stringName 
- The ID that uniquely identifies a billing profile.
- InvoiceSection stringName 
- The ID that uniquely identifies an invoice section.
- IncludeBudget bool
- May be used to include budget information.
- billingAccount StringName 
- The ID that uniquely identifies a billing account.
- billingProfile StringName 
- The ID that uniquely identifies a billing profile.
- invoiceSection StringName 
- The ID that uniquely identifies an invoice section.
- includeBudget Boolean
- May be used to include budget information.
- billingAccount stringName 
- The ID that uniquely identifies a billing account.
- billingProfile stringName 
- The ID that uniquely identifies a billing profile.
- invoiceSection stringName 
- The ID that uniquely identifies an invoice section.
- includeBudget boolean
- May be used to include budget information.
- billing_account_ strname 
- The ID that uniquely identifies a billing account.
- billing_profile_ strname 
- The ID that uniquely identifies a billing profile.
- invoice_section_ strname 
- The ID that uniquely identifies an invoice section.
- include_budget bool
- May be used to include budget information.
- billingAccount StringName 
- The ID that uniquely identifies a billing account.
- billingProfile StringName 
- The ID that uniquely identifies a billing profile.
- invoiceSection StringName 
- The ID that uniquely identifies an invoice section.
- includeBudget Boolean
- May be used to include budget information.
getLab Result
The following output properties are available:
- BudgetPer Pulumi.Student Azure Native. Education. Outputs. Amount Response 
- Default monetary cap for each student in this lab
- Description string
- Detail description of this lab
- DisplayName string
- Lab Display Name
- EffectiveDate string
- Lab creation date
- ExpirationDate string
- Default expiration date for each student in this lab
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- InvitationCode string
- invitation code for redeemable lab
- MaxStudent doubleCount 
- the total number of students that can be accepted to the lab.
- Name string
- The name of the resource
- Status string
- The status of this lab
- SystemData Pulumi.Azure Native. Education. Outputs. System Data Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Currency string
- The type of currency being used for the value.
- Value double
- Amount value.
- BudgetPer AmountStudent Response 
- Default monetary cap for each student in this lab
- Description string
- Detail description of this lab
- DisplayName string
- Lab Display Name
- EffectiveDate string
- Lab creation date
- ExpirationDate string
- Default expiration date for each student in this lab
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- InvitationCode string
- invitation code for redeemable lab
- MaxStudent float64Count 
- the total number of students that can be accepted to the lab.
- Name string
- The name of the resource
- Status string
- The status of this lab
- SystemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Currency string
- The type of currency being used for the value.
- Value float64
- Amount value.
- budgetPer AmountStudent Response 
- Default monetary cap for each student in this lab
- description String
- Detail description of this lab
- displayName String
- Lab Display Name
- effectiveDate String
- Lab creation date
- expirationDate String
- Default expiration date for each student in this lab
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- invitationCode String
- invitation code for redeemable lab
- maxStudent DoubleCount 
- the total number of students that can be accepted to the lab.
- name String
- The name of the resource
- status String
- The status of this lab
- systemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- currency String
- The type of currency being used for the value.
- value Double
- Amount value.
- budgetPer AmountStudent Response 
- Default monetary cap for each student in this lab
- description string
- Detail description of this lab
- displayName string
- Lab Display Name
- effectiveDate string
- Lab creation date
- expirationDate string
- Default expiration date for each student in this lab
- id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- invitationCode string
- invitation code for redeemable lab
- maxStudent numberCount 
- the total number of students that can be accepted to the lab.
- name string
- The name of the resource
- status string
- The status of this lab
- systemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- currency string
- The type of currency being used for the value.
- value number
- Amount value.
- budget_per_ Amountstudent Response 
- Default monetary cap for each student in this lab
- description str
- Detail description of this lab
- display_name str
- Lab Display Name
- effective_date str
- Lab creation date
- expiration_date str
- Default expiration date for each student in this lab
- id str
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- invitation_code str
- invitation code for redeemable lab
- max_student_ floatcount 
- the total number of students that can be accepted to the lab.
- name str
- The name of the resource
- status str
- The status of this lab
- system_data SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- currency str
- The type of currency being used for the value.
- value float
- Amount value.
- budgetPer Property MapStudent 
- Default monetary cap for each student in this lab
- description String
- Detail description of this lab
- displayName String
- Lab Display Name
- effectiveDate String
- Lab creation date
- expirationDate String
- Default expiration date for each student in this lab
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- invitationCode String
- invitation code for redeemable lab
- maxStudent NumberCount 
- the total number of students that can be accepted to the lab.
- name String
- The name of the resource
- status String
- The status of this lab
- systemData Property Map
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- currency String
- The type of currency being used for the value.
- value Number
- Amount value.
Supporting Types
AmountResponse 
SystemDataResponse  
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
- createdAt string
- The timestamp of resource creation (UTC).
- createdBy string
- The identity that created the resource.
- createdBy stringType 
- The type of identity that created the resource.
- lastModified stringAt 
- The timestamp of resource last modification (UTC)
- lastModified stringBy 
- The identity that last modified the resource.
- lastModified 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.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi