Class GetTestResultFilePlainArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.InvokeArgs
-
- com.pulumi.azurenative.insights.inputs.GetTestResultFilePlainArgs
-
public final class GetTestResultFilePlainArgs extends com.pulumi.resources.InvokeArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetTestResultFilePlainArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static GetTestResultFilePlainArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetTestResultFilePlainArgs.Builder
builder()
static GetTestResultFilePlainArgs.Builder
builder(GetTestResultFilePlainArgs defaults)
java.util.Optional<java.lang.String>
continuationToken()
java.lang.String
downloadAs()
java.lang.String
geoLocationId()
java.lang.String
resourceGroupName()
java.util.Optional<java.lang.Boolean>
testSuccessfulCriteria()
java.lang.Integer
timeStamp()
java.lang.String
webTestName()
-
-
-
Field Detail
-
Empty
public static final GetTestResultFilePlainArgs Empty
-
-
Method Detail
-
continuationToken
public java.util.Optional<java.lang.String> continuationToken()
- Returns:
- The continuation token.
-
downloadAs
public java.lang.String downloadAs()
- Returns:
- The format to use when returning the webtest result.
-
geoLocationId
public java.lang.String geoLocationId()
- Returns:
- The location ID where the webtest was physically run.
-
resourceGroupName
public java.lang.String resourceGroupName()
- Returns:
- The name of the resource group. The name is case insensitive.
-
testSuccessfulCriteria
public java.util.Optional<java.lang.Boolean> testSuccessfulCriteria()
- Returns:
- The success state criteria for the webtest result.
-
timeStamp
public java.lang.Integer timeStamp()
- Returns:
- The posix (epoch) time stamp for the webtest result.
-
webTestName
public java.lang.String webTestName()
- Returns:
- The name of the Application Insights webtest resource.
-
builder
public static GetTestResultFilePlainArgs.Builder builder()
-
builder
public static GetTestResultFilePlainArgs.Builder builder(GetTestResultFilePlainArgs defaults)
-
-