Class ProtectedAppendWritesHistoryResponse
- java.lang.Object
-
- com.pulumi.azurenative.storage.outputs.ProtectedAppendWritesHistoryResponse
-
public final class ProtectedAppendWritesHistoryResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ProtectedAppendWritesHistoryResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.lang.Boolean>
allowProtectedAppendWritesAll()
static ProtectedAppendWritesHistoryResponse.Builder
builder()
static ProtectedAppendWritesHistoryResponse.Builder
builder(ProtectedAppendWritesHistoryResponse defaults)
java.lang.String
timestamp()
-
-
-
Method Detail
-
allowProtectedAppendWritesAll
public java.util.Optional<java.lang.Boolean> allowProtectedAppendWritesAll()
- Returns:
- When enabled, new blocks can be written to both 'Append and Bock Blobs' while maintaining legal hold protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted.
-
timestamp
public java.lang.String timestamp()
- Returns:
- Returns the date and time the tag was added.
-
builder
public static ProtectedAppendWritesHistoryResponse.Builder builder()
-
builder
public static ProtectedAppendWritesHistoryResponse.Builder builder(ProtectedAppendWritesHistoryResponse defaults)
-
-