@@ -53,10 +53,10 @@ protected StorageTaskResource() { }
5353 public virtual System . Threading . Tasks . Task < Azure . ResourceManager . ArmOperation > DeleteAsync ( Azure . WaitUntil waitUntil , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
5454 public virtual Azure . Response < Azure . ResourceManager . StorageActions . StorageTaskResource > Get ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
5555 public virtual System . Threading . Tasks . Task < Azure . Response < Azure . ResourceManager . StorageActions . StorageTaskResource > > GetAsync ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
56- public virtual Azure . Pageable < Azure . ResourceManager . Resources . Models . SubResource > GetStorageTaskAssignments ( string maxpagesize = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
57- public virtual Azure . AsyncPageable < Azure . ResourceManager . Resources . Models . SubResource > GetStorageTaskAssignmentsAsync ( string maxpagesize = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
58- public virtual Azure . Pageable < Azure . ResourceManager . StorageActions . Models . StorageTaskReportInstance > GetStorageTasksReports ( string maxpagesize = null , string filter = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
59- public virtual Azure . AsyncPageable < Azure . ResourceManager . StorageActions . Models . StorageTaskReportInstance > GetStorageTasksReportsAsync ( string maxpagesize = null , string filter = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
56+ public virtual Azure . Pageable < Azure . ResourceManager . Resources . Models . SubResource > GetStorageTaskAssignments ( int ? maxpagesize = default ( int ? ) , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
57+ public virtual Azure . AsyncPageable < Azure . ResourceManager . Resources . Models . SubResource > GetStorageTaskAssignmentsAsync ( int ? maxpagesize = default ( int ? ) , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
58+ public virtual Azure . Pageable < Azure . ResourceManager . StorageActions . Models . StorageTaskReportInstance > GetStorageTasksReports ( int ? maxpagesize = default ( int ? ) , string filter = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
59+ public virtual Azure . AsyncPageable < Azure . ResourceManager . StorageActions . Models . StorageTaskReportInstance > GetStorageTasksReportsAsync ( int ? maxpagesize = default ( int ? ) , string filter = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
6060 public virtual Azure . Response < Azure . ResourceManager . StorageActions . StorageTaskResource > RemoveTag ( string key , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
6161 public virtual System . Threading . Tasks . Task < Azure . Response < Azure . ResourceManager . StorageActions . StorageTaskResource > > RemoveTagAsync ( string key , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
6262 public virtual Azure . Response < Azure . ResourceManager . StorageActions . StorageTaskResource > SetTags ( System . Collections . Generic . IDictionary < string , string > tags , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
@@ -332,15 +332,29 @@ protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer
332332 string System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . StorageActions . Models . StorageTaskProperties > . GetFormatFromOptions ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
333333 System . BinaryData System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . StorageActions . Models . StorageTaskProperties > . Write ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
334334 }
335- public enum StorageTaskProvisioningState
335+ [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
336+ public readonly partial struct StorageTaskProvisioningState : System . IEquatable < Azure . ResourceManager . StorageActions . Models . StorageTaskProvisioningState >
336337 {
337- ValidateSubscriptionQuotaBegin = 0 ,
338- ValidateSubscriptionQuotaEnd = 1 ,
339- Creating = 2 ,
340- Succeeded = 3 ,
341- Deleting = 4 ,
342- Canceled = 5 ,
343- Failed = 6 ,
338+ private readonly object _dummy ;
339+ private readonly int _dummyPrimitive ;
340+ public StorageTaskProvisioningState ( string value ) { throw null ; }
341+ public static Azure . ResourceManager . StorageActions . Models . StorageTaskProvisioningState Accepted { get { throw null ; } }
342+ public static Azure . ResourceManager . StorageActions . Models . StorageTaskProvisioningState Canceled { get { throw null ; } }
343+ public static Azure . ResourceManager . StorageActions . Models . StorageTaskProvisioningState Creating { get { throw null ; } }
344+ public static Azure . ResourceManager . StorageActions . Models . StorageTaskProvisioningState Deleting { get { throw null ; } }
345+ public static Azure . ResourceManager . StorageActions . Models . StorageTaskProvisioningState Failed { get { throw null ; } }
346+ public static Azure . ResourceManager . StorageActions . Models . StorageTaskProvisioningState Succeeded { get { throw null ; } }
347+ public static Azure . ResourceManager . StorageActions . Models . StorageTaskProvisioningState ValidateSubscriptionQuotaBegin { get { throw null ; } }
348+ public static Azure . ResourceManager . StorageActions . Models . StorageTaskProvisioningState ValidateSubscriptionQuotaEnd { get { throw null ; } }
349+ public bool Equals ( Azure . ResourceManager . StorageActions . Models . StorageTaskProvisioningState other ) { throw null ; }
350+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
351+ public override bool Equals ( object obj ) { throw null ; }
352+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
353+ public override int GetHashCode ( ) { throw null ; }
354+ public static bool operator == ( Azure . ResourceManager . StorageActions . Models . StorageTaskProvisioningState left , Azure . ResourceManager . StorageActions . Models . StorageTaskProvisioningState right ) { throw null ; }
355+ public static implicit operator Azure . ResourceManager . StorageActions . Models . StorageTaskProvisioningState ( string value ) { throw null ; }
356+ public static bool operator != ( Azure . ResourceManager . StorageActions . Models . StorageTaskProvisioningState left , Azure . ResourceManager . StorageActions . Models . StorageTaskProvisioningState right ) { throw null ; }
357+ public override string ToString ( ) { throw null ; }
344358 }
345359 public partial class StorageTaskReportInstance : Azure . ResourceManager . Models . ResourceData , System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . StorageActions . Models . StorageTaskReportInstance > , System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . StorageActions . Models . StorageTaskReportInstance >
346360 {
0 commit comments