Class AutoUserSpecificationResponse
- java.lang.Object
-
- com.pulumi.azurenative.batch.outputs.AutoUserSpecificationResponse
-
public final class AutoUserSpecificationResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AutoUserSpecificationResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AutoUserSpecificationResponse.Builder
builder()
static AutoUserSpecificationResponse.Builder
builder(AutoUserSpecificationResponse defaults)
java.util.Optional<java.lang.String>
elevationLevel()
java.util.Optional<java.lang.String>
scope()
-
-
-
Method Detail
-
elevationLevel
public java.util.Optional<java.lang.String> elevationLevel()
- Returns:
- The default value is nonAdmin.
-
scope
public java.util.Optional<java.lang.String> scope()
- Returns:
- The default value is Pool. If the pool is running Windows a value of Task should be specified if stricter isolation between tasks is required. For example, if the task mutates the registry in a way which could impact other tasks, or if certificates have been specified on the pool which should not be accessible by normal tasks but should be accessible by start tasks.
-
builder
public static AutoUserSpecificationResponse.Builder builder()
-
builder
public static AutoUserSpecificationResponse.Builder builder(AutoUserSpecificationResponse defaults)
-
-