StorageLifecyclePolicyCompletedEventData Class
- java.
lang. Object - com.
azure. messaging. eventgrid. systemevents. StorageLifecyclePolicyCompletedEventData
- com.
Implements
public final class StorageLifecyclePolicyCompletedEventData
implements JsonSerializable<StorageLifecyclePolicyCompletedEventData>
Schema of the Data property of an EventGridEvent for a Microsoft.Storage.LifecyclePolicyCompleted event.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Storage |
fromJson(JsonReader jsonReader)
Reads an instance of Storage |
|
Storage |
getDeleteSummary()
Get the delete |
|
Storage |
getPolicyRunSummary()
Get the policy |
| String |
getScheduleTime()
Get the schedule |
|
Storage |
getTierToArchiveSummary()
Get the tier |
|
Storage |
getTierToColdSummary()
Get the tier |
|
Storage |
getTierToCoolSummary()
Get the tier |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static StorageLifecyclePolicyCompletedEventData fromJson(JsonReader jsonReader)
Reads an instance of StorageLifecyclePolicyCompletedEventData from the JsonReader.
Parameters:
Returns:
Throws:
getDeleteSummary
public StorageLifecyclePolicyActionSummaryDetail getDeleteSummary()
Get the deleteSummary property: Execution statistics of a specific policy action in a Blob Management cycle.
Returns:
getPolicyRunSummary
public StorageLifecyclePolicyRunSummary getPolicyRunSummary()
Get the policyRunSummary property: Policy execution summary which shows the completion status of a LCM run".
Returns:
getScheduleTime
public String getScheduleTime()
Get the scheduleTime property: The time the policy task was scheduled.
Returns:
getTierToArchiveSummary
public StorageLifecyclePolicyActionSummaryDetail getTierToArchiveSummary()
Get the tierToArchiveSummary property: Execution statistics of a specific policy action in a Blob Management cycle.
Returns:
getTierToColdSummary
public StorageLifecyclePolicyActionSummaryDetail getTierToColdSummary()
Get the tierToColdSummary property: Execution statistics of a specific policy action in a Blob Management cycle.
Returns:
getTierToCoolSummary
public StorageLifecyclePolicyActionSummaryDetail getTierToCoolSummary()
Get the tierToCoolSummary property: Execution statistics of a specific policy action in a Blob Management cycle.
Returns: