Class OSImageNotificationProfileArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.azurenative.compute.inputs.OSImageNotificationProfileArgs
-
public final class OSImageNotificationProfileArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OSImageNotificationProfileArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static OSImageNotificationProfileArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OSImageNotificationProfileArgs.Builder
builder()
static OSImageNotificationProfileArgs.Builder
builder(OSImageNotificationProfileArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>>
enable()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
notBeforeTimeout()
-
-
-
Field Detail
-
Empty
public static final OSImageNotificationProfileArgs Empty
-
-
Method Detail
-
enable
public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> enable()
- Returns:
- Specifies whether the OS Image Scheduled event is enabled or disabled.
-
notBeforeTimeout
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> notBeforeTimeout()
- Returns:
- Length of time a Virtual Machine being reimaged or having its OS upgraded will have to potentially approve the OS Image Scheduled Event before the event is auto approved (timed out). The configuration is specified in ISO 8601 format, and the value must be 15 minutes (PT15M)
-
builder
public static OSImageNotificationProfileArgs.Builder builder()
-
builder
public static OSImageNotificationProfileArgs.Builder builder(OSImageNotificationProfileArgs defaults)
-
-