@@ -322,6 +322,7 @@ public static partial class EventGridModelFactory
322322 public static Azure . Messaging . EventGrid . SystemEvents . ResourceDeleteFailureEventData ResourceDeleteFailureEventData ( string tenantId = null , string subscriptionId = null , string resourceGroup = null , string resourceProvider = null , string resourceUri = null , string operationName = null , string status = null , string authorization = null , string claims = null , string correlationId = null , string httpRequest = null ) { throw null ; }
323323 public static Azure . Messaging . EventGrid . SystemEvents . ResourceDeleteSuccessEventData ResourceDeleteSuccessEventData ( string tenantId = null , string subscriptionId = null , string resourceGroup = null , string resourceProvider = null , string resourceUri = null , string operationName = null , string status = null , string authorization = null , string claims = null , string correlationId = null , string httpRequest = null ) { throw null ; }
324324 public static Azure . Messaging . EventGrid . SystemEvents . ResourceHttpRequest ResourceHttpRequest ( string clientRequestId = null , string clientIpAddress = null , Azure . Core . RequestMethod ? method = default ( Azure . Core . RequestMethod ? ) , string url = null ) { throw null ; }
325+ public static Azure . Messaging . EventGrid . SystemEvents . ResourceNotificationsContainerServiceEventResourcesScheduledEventData ResourceNotificationsContainerServiceEventResourcesScheduledEventData ( Azure . Messaging . EventGrid . SystemEvents . ResourceNotificationsResourceUpdatedDetails resourceDetails = null , Azure . Messaging . EventGrid . SystemEvents . ResourceNotificationsOperationalDetails operationalDetails = null , string apiVersion = null ) { throw null ; }
325326 public static Azure . Messaging . EventGrid . SystemEvents . ResourceNotificationsHealthResourcesAnnotatedEventData ResourceNotificationsHealthResourcesAnnotatedEventData ( Azure . Messaging . EventGrid . SystemEvents . ResourceNotificationsResourceUpdatedDetails resourceDetails = null , Azure . Messaging . EventGrid . SystemEvents . ResourceNotificationsOperationalDetails operationalDetails = null , string apiVersion = null ) { throw null ; }
326327 public static Azure . Messaging . EventGrid . SystemEvents . ResourceNotificationsHealthResourcesAvailabilityStatusChangedEventData ResourceNotificationsHealthResourcesAvailabilityStatusChangedEventData ( Azure . Messaging . EventGrid . SystemEvents . ResourceNotificationsResourceUpdatedDetails resourceDetails = null , Azure . Messaging . EventGrid . SystemEvents . ResourceNotificationsOperationalDetails operationalDetails = null , string apiVersion = null ) { throw null ; }
327328 public static Azure . Messaging . EventGrid . SystemEvents . ResourceNotificationsOperationalDetails ResourceNotificationsOperationalDetails ( System . DateTimeOffset ? resourceEventTime = default ( System . DateTimeOffset ? ) ) { throw null ; }
@@ -358,7 +359,10 @@ public static partial class EventGridModelFactory
358359 public static Azure . Messaging . EventGrid . SystemEvents . StorageLifecyclePolicyActionSummaryDetail StorageLifecyclePolicyActionSummaryDetail ( long ? totalObjectsCount = default ( long ? ) , long ? successCount = default ( long ? ) , string errorList = null ) { throw null ; }
359360 [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
360361 public static Azure . Messaging . EventGrid . SystemEvents . StorageLifecyclePolicyCompletedEventData StorageLifecyclePolicyCompletedEventData ( string scheduleTime , Azure . Messaging . EventGrid . SystemEvents . StorageLifecyclePolicyActionSummaryDetail deleteSummary , Azure . Messaging . EventGrid . SystemEvents . StorageLifecyclePolicyActionSummaryDetail tierToCoolSummary , Azure . Messaging . EventGrid . SystemEvents . StorageLifecyclePolicyActionSummaryDetail tierToArchiveSummary ) { throw null ; }
361- public static Azure . Messaging . EventGrid . SystemEvents . StorageLifecyclePolicyCompletedEventData StorageLifecyclePolicyCompletedEventData ( string scheduleTime = null , Azure . Messaging . EventGrid . SystemEvents . StorageLifecyclePolicyActionSummaryDetail deleteSummary = null , Azure . Messaging . EventGrid . SystemEvents . StorageLifecyclePolicyActionSummaryDetail tierToCoolSummary = null , Azure . Messaging . EventGrid . SystemEvents . StorageLifecyclePolicyActionSummaryDetail tierToColdSummary = null , Azure . Messaging . EventGrid . SystemEvents . StorageLifecyclePolicyActionSummaryDetail tierToArchiveSummary = null ) { throw null ; }
362+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
363+ public static Azure . Messaging . EventGrid . SystemEvents . StorageLifecyclePolicyCompletedEventData StorageLifecyclePolicyCompletedEventData ( string scheduleTime , Azure . Messaging . EventGrid . SystemEvents . StorageLifecyclePolicyActionSummaryDetail deleteSummary , Azure . Messaging . EventGrid . SystemEvents . StorageLifecyclePolicyActionSummaryDetail tierToCoolSummary , Azure . Messaging . EventGrid . SystemEvents . StorageLifecyclePolicyActionSummaryDetail tierToColdSummary , Azure . Messaging . EventGrid . SystemEvents . StorageLifecyclePolicyActionSummaryDetail tierToArchiveSummary ) { throw null ; }
364+ public static Azure . Messaging . EventGrid . SystemEvents . StorageLifecyclePolicyCompletedEventData StorageLifecyclePolicyCompletedEventData ( string scheduleTime = null , Azure . Messaging . EventGrid . SystemEvents . StorageLifecyclePolicyRunSummary policyRunSummary = null , Azure . Messaging . EventGrid . SystemEvents . StorageLifecyclePolicyActionSummaryDetail deleteSummary = null , Azure . Messaging . EventGrid . SystemEvents . StorageLifecyclePolicyActionSummaryDetail tierToCoolSummary = null , Azure . Messaging . EventGrid . SystemEvents . StorageLifecyclePolicyActionSummaryDetail tierToColdSummary = null , Azure . Messaging . EventGrid . SystemEvents . StorageLifecyclePolicyActionSummaryDetail tierToArchiveSummary = null ) { throw null ; }
365+ public static Azure . Messaging . EventGrid . SystemEvents . StorageLifecyclePolicyRunSummary StorageLifecyclePolicyRunSummary ( Azure . Messaging . EventGrid . SystemEvents . StorageLifecycleCompletionStatus completionStatus = default ( Azure . Messaging . EventGrid . SystemEvents . StorageLifecycleCompletionStatus ) ) { throw null ; }
362366 public static Azure . Messaging . EventGrid . SystemEvents . StorageTaskAssignmentCompletedEventData StorageTaskAssignmentCompletedEventData ( Azure . Messaging . EventGrid . SystemEvents . StorageTaskAssignmentCompletedStatus ? status = default ( Azure . Messaging . EventGrid . SystemEvents . StorageTaskAssignmentCompletedStatus ? ) , System . DateTimeOffset ? completedOn = default ( System . DateTimeOffset ? ) , string taskExecutionId = null , string taskName = null , System . Uri summaryReportBlobUri = null ) { throw null ; }
363367 public static Azure . Messaging . EventGrid . SystemEvents . StorageTaskAssignmentQueuedEventData StorageTaskAssignmentQueuedEventData ( System . DateTimeOffset ? queuedOn = default ( System . DateTimeOffset ? ) , string taskExecutionId = null ) { throw null ; }
364368 public static Azure . Messaging . EventGrid . SystemEvents . StorageTaskCompletedEventData StorageTaskCompletedEventData ( Azure . Messaging . EventGrid . SystemEvents . StorageTaskCompletedStatus ? status = default ( Azure . Messaging . EventGrid . SystemEvents . StorageTaskCompletedStatus ? ) , System . DateTimeOffset ? completedDateTime = default ( System . DateTimeOffset ? ) , string taskExecutionId = null , string taskName = null , System . Uri summaryReportBlobUri = null ) { throw null ; }
@@ -606,6 +610,7 @@ public static partial class SystemEventNames
606610 public const string ResourceDeleteCancel = "Microsoft.Resources.ResourceDeleteCancel" ;
607611 public const string ResourceDeleteFailure = "Microsoft.Resources.ResourceDeleteFailure" ;
608612 public const string ResourceDeleteSuccess = "Microsoft.Resources.ResourceDeleteSuccess" ;
613+ public const string ResourceNotificationsContainerServiceEventResourcesScheduled = "Microsoft.ResourceNotifications.ContainerServiceEventResources.ScheduledEventEmitted" ;
609614 public const string ResourceNotificationsHealthResourcesAnnotated = "Microsoft.ResourceNotifications.HealthResources.ResourceAnnotated" ;
610615 public const string ResourceNotificationsHealthResourcesAvailabilityStatusChanged = "Microsoft.ResourceNotifications.HealthResources.AvailabilityStatusChanged" ;
611616 public const string ResourceNotificationsResourceManagementCreatedOrUpdated = "Microsoft.ResourceNotifications.Resources.CreatedOrUpdated" ;
@@ -3174,6 +3179,10 @@ internal ResourceHttpRequest() { }
31743179 public Azure . Core . RequestMethod Method { get { throw null ; } }
31753180 public string Url { get { throw null ; } }
31763181 }
3182+ public partial class ResourceNotificationsContainerServiceEventResourcesScheduledEventData : Azure . Messaging . EventGrid . SystemEvents . ResourceNotificationsResourceUpdatedEventData
3183+ {
3184+ internal ResourceNotificationsContainerServiceEventResourcesScheduledEventData ( ) { }
3185+ }
31773186 public partial class ResourceNotificationsHealthResourcesAnnotatedEventData : Azure . Messaging . EventGrid . SystemEvents . ResourceNotificationsResourceUpdatedEventData
31783187 {
31793188 internal ResourceNotificationsHealthResourcesAnnotatedEventData ( ) { }
@@ -3510,6 +3519,25 @@ internal StorageDirectoryRenamedEventData() { }
35103519 public string SourceUrl { get { throw null ; } }
35113520 public object StorageDiagnostics { get { throw null ; } }
35123521 }
3522+ [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
3523+ public readonly partial struct StorageLifecycleCompletionStatus : System . IEquatable < Azure . Messaging . EventGrid . SystemEvents . StorageLifecycleCompletionStatus >
3524+ {
3525+ private readonly object _dummy ;
3526+ private readonly int _dummyPrimitive ;
3527+ public StorageLifecycleCompletionStatus ( string value ) { throw null ; }
3528+ public static Azure . Messaging . EventGrid . SystemEvents . StorageLifecycleCompletionStatus Completed { get { throw null ; } }
3529+ public static Azure . Messaging . EventGrid . SystemEvents . StorageLifecycleCompletionStatus CompletedWithError { get { throw null ; } }
3530+ public static Azure . Messaging . EventGrid . SystemEvents . StorageLifecycleCompletionStatus Incomplete { get { throw null ; } }
3531+ public bool Equals ( Azure . Messaging . EventGrid . SystemEvents . StorageLifecycleCompletionStatus other ) { throw null ; }
3532+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
3533+ public override bool Equals ( object obj ) { throw null ; }
3534+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
3535+ public override int GetHashCode ( ) { throw null ; }
3536+ public static bool operator == ( Azure . Messaging . EventGrid . SystemEvents . StorageLifecycleCompletionStatus left , Azure . Messaging . EventGrid . SystemEvents . StorageLifecycleCompletionStatus right ) { throw null ; }
3537+ public static implicit operator Azure . Messaging . EventGrid . SystemEvents . StorageLifecycleCompletionStatus ( string value ) { throw null ; }
3538+ public static bool operator != ( Azure . Messaging . EventGrid . SystemEvents . StorageLifecycleCompletionStatus left , Azure . Messaging . EventGrid . SystemEvents . StorageLifecycleCompletionStatus right ) { throw null ; }
3539+ public override string ToString ( ) { throw null ; }
3540+ }
35133541 public partial class StorageLifecyclePolicyActionSummaryDetail
35143542 {
35153543 internal StorageLifecyclePolicyActionSummaryDetail ( ) { }
@@ -3521,11 +3549,17 @@ public partial class StorageLifecyclePolicyCompletedEventData
35213549 {
35223550 internal StorageLifecyclePolicyCompletedEventData ( ) { }
35233551 public Azure . Messaging . EventGrid . SystemEvents . StorageLifecyclePolicyActionSummaryDetail DeleteSummary { get { throw null ; } }
3552+ public Azure . Messaging . EventGrid . SystemEvents . StorageLifecyclePolicyRunSummary PolicyRunSummary { get { throw null ; } }
35243553 public string ScheduleTime { get { throw null ; } }
35253554 public Azure . Messaging . EventGrid . SystemEvents . StorageLifecyclePolicyActionSummaryDetail TierToArchiveSummary { get { throw null ; } }
35263555 public Azure . Messaging . EventGrid . SystemEvents . StorageLifecyclePolicyActionSummaryDetail TierToColdSummary { get { throw null ; } }
35273556 public Azure . Messaging . EventGrid . SystemEvents . StorageLifecyclePolicyActionSummaryDetail TierToCoolSummary { get { throw null ; } }
35283557 }
3558+ public partial class StorageLifecyclePolicyRunSummary
3559+ {
3560+ internal StorageLifecyclePolicyRunSummary ( ) { }
3561+ public Azure . Messaging . EventGrid . SystemEvents . StorageLifecycleCompletionStatus CompletionStatus { get { throw null ; } }
3562+ }
35293563 public partial class StorageTaskAssignmentCompletedEventData
35303564 {
35313565 internal StorageTaskAssignmentCompletedEventData ( ) { }
0 commit comments