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.devcenter.getDevBoxDefinition
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
Gets a Dev Box definition API Version: 2022-09-01-preview.
Using getDevBoxDefinition
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 getDevBoxDefinition(args: GetDevBoxDefinitionArgs, opts?: InvokeOptions): Promise<GetDevBoxDefinitionResult>
function getDevBoxDefinitionOutput(args: GetDevBoxDefinitionOutputArgs, opts?: InvokeOptions): Output<GetDevBoxDefinitionResult>def get_dev_box_definition(dev_box_definition_name: Optional[str] = None,
                           dev_center_name: Optional[str] = None,
                           resource_group_name: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetDevBoxDefinitionResult
def get_dev_box_definition_output(dev_box_definition_name: Optional[pulumi.Input[str]] = None,
                           dev_center_name: Optional[pulumi.Input[str]] = None,
                           resource_group_name: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetDevBoxDefinitionResult]func LookupDevBoxDefinition(ctx *Context, args *LookupDevBoxDefinitionArgs, opts ...InvokeOption) (*LookupDevBoxDefinitionResult, error)
func LookupDevBoxDefinitionOutput(ctx *Context, args *LookupDevBoxDefinitionOutputArgs, opts ...InvokeOption) LookupDevBoxDefinitionResultOutput> Note: This function is named LookupDevBoxDefinition in the Go SDK.
public static class GetDevBoxDefinition 
{
    public static Task<GetDevBoxDefinitionResult> InvokeAsync(GetDevBoxDefinitionArgs args, InvokeOptions? opts = null)
    public static Output<GetDevBoxDefinitionResult> Invoke(GetDevBoxDefinitionInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDevBoxDefinitionResult> getDevBoxDefinition(GetDevBoxDefinitionArgs args, InvokeOptions options)
public static Output<GetDevBoxDefinitionResult> getDevBoxDefinition(GetDevBoxDefinitionArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:devcenter:getDevBoxDefinition
  arguments:
    # arguments dictionaryThe following arguments are supported:
- DevBox stringDefinition Name 
- The name of the Dev Box definition.
- DevCenter stringName 
- The name of the devcenter.
- ResourceGroup stringName 
- Name of the resource group within the Azure subscription.
- DevBox stringDefinition Name 
- The name of the Dev Box definition.
- DevCenter stringName 
- The name of the devcenter.
- ResourceGroup stringName 
- Name of the resource group within the Azure subscription.
- devBox StringDefinition Name 
- The name of the Dev Box definition.
- devCenter StringName 
- The name of the devcenter.
- resourceGroup StringName 
- Name of the resource group within the Azure subscription.
- devBox stringDefinition Name 
- The name of the Dev Box definition.
- devCenter stringName 
- The name of the devcenter.
- resourceGroup stringName 
- Name of the resource group within the Azure subscription.
- dev_box_ strdefinition_ name 
- The name of the Dev Box definition.
- dev_center_ strname 
- The name of the devcenter.
- resource_group_ strname 
- Name of the resource group within the Azure subscription.
- devBox StringDefinition Name 
- The name of the Dev Box definition.
- devCenter StringName 
- The name of the devcenter.
- resourceGroup StringName 
- Name of the resource group within the Azure subscription.
getDevBoxDefinition Result
The following output properties are available:
- ActiveImage Pulumi.Reference Azure Native. Dev Center. Outputs. Image Reference Response 
- Image reference information for the currently active image (only populated during updates).
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- ImageReference Pulumi.Azure Native. Dev Center. Outputs. Image Reference Response 
- Image reference information.
- ImageValidation Pulumi.Error Details Azure Native. Dev Center. Outputs. Image Validation Error Details Response 
- Details for image validator error. Populated when the image validation is not successful.
- ImageValidation stringStatus 
- Validation status of the configured image.
- Location string
- The geo-location where the resource lives
- Name string
- The name of the resource
- OsStorage stringType 
- The storage type used for the Operating System disk of Dev Boxes created using this definition.
- ProvisioningState string
- The provisioning state of the resource.
- Sku
Pulumi.Azure Native. Dev Center. Outputs. Sku Response 
- The SKU for Dev Boxes created using this definition.
- SystemData Pulumi.Azure Native. Dev Center. 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"
- Dictionary<string, string>
- Resource tags.
- ActiveImage ImageReference Reference Response 
- Image reference information for the currently active image (only populated during updates).
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- ImageReference ImageReference Response 
- Image reference information.
- ImageValidation ImageError Details Validation Error Details Response 
- Details for image validator error. Populated when the image validation is not successful.
- ImageValidation stringStatus 
- Validation status of the configured image.
- Location string
- The geo-location where the resource lives
- Name string
- The name of the resource
- OsStorage stringType 
- The storage type used for the Operating System disk of Dev Boxes created using this definition.
- ProvisioningState string
- The provisioning state of the resource.
- Sku
SkuResponse 
- The SKU for Dev Boxes created using this definition.
- 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"
- map[string]string
- Resource tags.
- activeImage ImageReference Reference Response 
- Image reference information for the currently active image (only populated during updates).
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- imageReference ImageReference Response 
- Image reference information.
- imageValidation ImageError Details Validation Error Details Response 
- Details for image validator error. Populated when the image validation is not successful.
- imageValidation StringStatus 
- Validation status of the configured image.
- location String
- The geo-location where the resource lives
- name String
- The name of the resource
- osStorage StringType 
- The storage type used for the Operating System disk of Dev Boxes created using this definition.
- provisioningState String
- The provisioning state of the resource.
- sku
SkuResponse 
- The SKU for Dev Boxes created using this definition.
- 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"
- Map<String,String>
- Resource tags.
- activeImage ImageReference Reference Response 
- Image reference information for the currently active image (only populated during updates).
- id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- imageReference ImageReference Response 
- Image reference information.
- imageValidation ImageError Details Validation Error Details Response 
- Details for image validator error. Populated when the image validation is not successful.
- imageValidation stringStatus 
- Validation status of the configured image.
- location string
- The geo-location where the resource lives
- name string
- The name of the resource
- osStorage stringType 
- The storage type used for the Operating System disk of Dev Boxes created using this definition.
- provisioningState string
- The provisioning state of the resource.
- sku
SkuResponse 
- The SKU for Dev Boxes created using this definition.
- 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"
- {[key: string]: string}
- Resource tags.
- active_image_ Imagereference Reference Response 
- Image reference information for the currently active image (only populated during updates).
- id str
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- image_reference ImageReference Response 
- Image reference information.
- image_validation_ Imageerror_ details Validation Error Details Response 
- Details for image validator error. Populated when the image validation is not successful.
- image_validation_ strstatus 
- Validation status of the configured image.
- location str
- The geo-location where the resource lives
- name str
- The name of the resource
- os_storage_ strtype 
- The storage type used for the Operating System disk of Dev Boxes created using this definition.
- provisioning_state str
- The provisioning state of the resource.
- sku
SkuResponse 
- The SKU for Dev Boxes created using this definition.
- 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"
- Mapping[str, str]
- Resource tags.
- activeImage Property MapReference 
- Image reference information for the currently active image (only populated during updates).
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- imageReference Property Map
- Image reference information.
- imageValidation Property MapError Details 
- Details for image validator error. Populated when the image validation is not successful.
- imageValidation StringStatus 
- Validation status of the configured image.
- location String
- The geo-location where the resource lives
- name String
- The name of the resource
- osStorage StringType 
- The storage type used for the Operating System disk of Dev Boxes created using this definition.
- provisioningState String
- The provisioning state of the resource.
- sku Property Map
- The SKU for Dev Boxes created using this definition.
- 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"
- Map<String>
- Resource tags.
Supporting Types
ImageReferenceResponse  
- ExactVersion string
- The actual version of the image after use. When id references a gallery image latest version, this will indicate the actual version in use.
- Id string
- Image ID, or Image version ID. When Image ID is provided, its latest version will be used.
- Offer string
- The image offer.
- Publisher string
- The image publisher.
- Sku string
- The image sku.
- ExactVersion string
- The actual version of the image after use. When id references a gallery image latest version, this will indicate the actual version in use.
- Id string
- Image ID, or Image version ID. When Image ID is provided, its latest version will be used.
- Offer string
- The image offer.
- Publisher string
- The image publisher.
- Sku string
- The image sku.
- exactVersion String
- The actual version of the image after use. When id references a gallery image latest version, this will indicate the actual version in use.
- id String
- Image ID, or Image version ID. When Image ID is provided, its latest version will be used.
- offer String
- The image offer.
- publisher String
- The image publisher.
- sku String
- The image sku.
- exactVersion string
- The actual version of the image after use. When id references a gallery image latest version, this will indicate the actual version in use.
- id string
- Image ID, or Image version ID. When Image ID is provided, its latest version will be used.
- offer string
- The image offer.
- publisher string
- The image publisher.
- sku string
- The image sku.
- exact_version str
- The actual version of the image after use. When id references a gallery image latest version, this will indicate the actual version in use.
- id str
- Image ID, or Image version ID. When Image ID is provided, its latest version will be used.
- offer str
- The image offer.
- publisher str
- The image publisher.
- sku str
- The image sku.
- exactVersion String
- The actual version of the image after use. When id references a gallery image latest version, this will indicate the actual version in use.
- id String
- Image ID, or Image version ID. When Image ID is provided, its latest version will be used.
- offer String
- The image offer.
- publisher String
- The image publisher.
- sku String
- The image sku.
ImageValidationErrorDetailsResponse    
SkuResponse 
- Name string
- The name of the SKU. Ex - P3. It is typically a letter+number code
- Capacity int
- If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
- Family string
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- Size string
- The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
- Tier string
- This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
- Name string
- The name of the SKU. Ex - P3. It is typically a letter+number code
- Capacity int
- If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
- Family string
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- Size string
- The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
- Tier string
- This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
- name String
- The name of the SKU. Ex - P3. It is typically a letter+number code
- capacity Integer
- If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
- family String
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- size String
- The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
- tier String
- This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
- name string
- The name of the SKU. Ex - P3. It is typically a letter+number code
- capacity number
- If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
- family string
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- size string
- The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
- tier string
- This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
- name str
- The name of the SKU. Ex - P3. It is typically a letter+number code
- capacity int
- If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
- family str
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- size str
- The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
- tier str
- This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
- name String
- The name of the SKU. Ex - P3. It is typically a letter+number code
- capacity Number
- If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
- family String
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- size String
- The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
- tier String
- This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
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-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