com.pulumi.azure.devcenter.DevBoxDefinitionArgs Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.azure.devcenter;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.String;
import java.util.Map;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class DevBoxDefinitionArgs extends com.pulumi.resources.ResourceArgs {
public static final DevBoxDefinitionArgs Empty = new DevBoxDefinitionArgs();
/**
* The ID of the associated Dev Center. Changing this forces a new resource to be created.
*
*/
@Import(name="devCenterId", required=true)
private Output devCenterId;
/**
* @return The ID of the associated Dev Center. Changing this forces a new resource to be created.
*
*/
public Output devCenterId() {
return this.devCenterId;
}
/**
* The ID of the image for the Dev Center Dev Box Definition.
*
*/
@Import(name="imageReferenceId", required=true)
private Output imageReferenceId;
/**
* @return The ID of the image for the Dev Center Dev Box Definition.
*
*/
public Output imageReferenceId() {
return this.imageReferenceId;
}
/**
* The Azure Region where the Dev Center Dev Box Definition should exist. Changing this forces a new resource to be created.
*
*/
@Import(name="location")
private @Nullable Output location;
/**
* @return The Azure Region where the Dev Center Dev Box Definition should exist. Changing this forces a new resource to be created.
*
*/
public Optional