Uses of Class
com.azure.resourcemanager.storage.models.LastAccessTimeTrackingPolicy
-
Packages that use LastAccessTimeTrackingPolicy Package Description com.azure.resourcemanager.storage.fluent.models Package containing the inner data models for StorageManagementClient.com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of LastAccessTimeTrackingPolicy in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return LastAccessTimeTrackingPolicy Modifier and Type Method Description LastAccessTimeTrackingPolicyBlobServicePropertiesInner. lastAccessTimeTrackingPolicy()Get the lastAccessTimeTrackingPolicy property: The blob service property to configure last access time based tracking policy.LastAccessTimeTrackingPolicyBlobServicePropertiesProperties. lastAccessTimeTrackingPolicy()Get the lastAccessTimeTrackingPolicy property: The blob service property to configure last access time based tracking policy.Methods in com.azure.resourcemanager.storage.fluent.models with parameters of type LastAccessTimeTrackingPolicy Modifier and Type Method Description BlobServicePropertiesInnerBlobServicePropertiesInner. withLastAccessTimeTrackingPolicy(LastAccessTimeTrackingPolicy lastAccessTimeTrackingPolicy)Set the lastAccessTimeTrackingPolicy property: The blob service property to configure last access time based tracking policy.BlobServicePropertiesPropertiesBlobServicePropertiesProperties. withLastAccessTimeTrackingPolicy(LastAccessTimeTrackingPolicy lastAccessTimeTrackingPolicy)Set the lastAccessTimeTrackingPolicy property: The blob service property to configure last access time based tracking policy. -
Uses of LastAccessTimeTrackingPolicy in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return LastAccessTimeTrackingPolicy Modifier and Type Method Description LastAccessTimeTrackingPolicyLastAccessTimeTrackingPolicy. withBlobType(List<String> blobType)Set the blobType property: An array of predefined supported blob types.LastAccessTimeTrackingPolicyLastAccessTimeTrackingPolicy. withEnable(boolean enable)Set the enable property: When set to true last access time based tracking is enabled.LastAccessTimeTrackingPolicyLastAccessTimeTrackingPolicy. withName(Name name)Set the name property: Name of the policy.LastAccessTimeTrackingPolicyLastAccessTimeTrackingPolicy. withTrackingGranularityInDays(Integer trackingGranularityInDays)Set the trackingGranularityInDays property: The field specifies blob object tracking granularity in days, typically how often the blob object should be tracked.This field is currently read only with value as 1.
-