public static interface ImmutabilityPolicy.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ImmutabilityPolicy.DefinitionStages.Blank
The first stage of a ImmutabilityPolicy definition.
|
static interface |
ImmutabilityPolicy.DefinitionStages.WithContainer
The stage of the immutabilitypolicy definition allowing to specify Container.
|
static interface |
ImmutabilityPolicy.DefinitionStages.WithCreate
The stage of the definition which contains all the minimum required inputs for the resource to be created
(via
Creatable.create()), but also allows for any other optional settings to be specified. |
static interface |
ImmutabilityPolicy.DefinitionStages.WithETagCheck
The stage of the immutabilitypolicy definition allowing to specify If-Match header.
|
static interface |
ImmutabilityPolicy.DefinitionStages.WithImmutabilityPeriodSinceCreationInDays
The stage of the immutabilitypolicy definition allowing to specify ImmutabilityPeriodSinceCreationInDays.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.