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.WithIfMatch
The stage of the immutabilitypolicy definition allowing to specify IfMatch.
|
static interface |
ImmutabilityPolicy.DefinitionStages.WithImmutabilityPeriodSinceCreationInDays
The stage of the immutabilitypolicy definition allowing to specify ImmutabilityPeriodSinceCreationInDays.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/