
com.pulumi.azurenative.insights.inputs.WebTestGeolocationArgs 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.azurenative.insights.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* Geo-physical location to run a WebTest from. You must specify one or more locations for the test to run from.
*
*/
public final class WebTestGeolocationArgs extends com.pulumi.resources.ResourceArgs {
public static final WebTestGeolocationArgs Empty = new WebTestGeolocationArgs();
/**
* Location ID for the WebTest to run from.
*
*/
@Import(name="location")
private @Nullable Output location;
/**
* @return Location ID for the WebTest to run from.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy