Interface ImmutabilityPolicy
- All Superinterfaces:
HasInner<com.microsoft.azure.management.storage.implementation.ImmutabilityPolicyInner>
,HasManager<com.microsoft.azure.management.storage.implementation.StorageManager>
,Indexable
,Refreshable<ImmutabilityPolicy>
,Updatable<ImmutabilityPolicy.Update>
@Beta
public interface ImmutabilityPolicy
extends HasInner<com.microsoft.azure.management.storage.implementation.ImmutabilityPolicyInner>, Indexable, Refreshable<ImmutabilityPolicy>, Updatable<ImmutabilityPolicy.Update>, HasManager<com.microsoft.azure.management.storage.implementation.StorageManager>
Type representing ImmutabilityPolicy.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
The entirety of the ImmutabilityPolicy definition.static interface
Grouping of ImmutabilityPolicy definition stages.static interface
The template for a ImmutabilityPolicy update operation, containing all the settings that can be modified.static interface
Grouping of ImmutabilityPolicy update stages. -
Method Summary
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager
manager
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable
key
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Refreshable
refresh, refreshAsync
-
Method Details
-
etag
String etag()- Returns:
- the etag value.
-
id
String id()- Returns:
- the id value.
-
immutabilityPeriodSinceCreationInDays
int immutabilityPeriodSinceCreationInDays()- Returns:
- the immutabilityPeriodSinceCreationInDays value.
-
name
String name()- Returns:
- the name value.
-
state
ImmutabilityPolicyState state()- Returns:
- the state value.
-
type
String type()- Returns:
- the type value.
-