@@ -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 ; }
0 commit comments