@@ -513,15 +513,32 @@ protected StorageAccountResource() { }
513
513
public virtual Azure . AsyncPageable < Azure . ResourceManager . Storage . Models . StorageAccountKey > RegenerateKeyAsync ( Azure . ResourceManager . Storage . Models . StorageAccountRegenerateKeyContent content , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
514
514
public virtual Azure . Response < Azure . ResourceManager . Storage . StorageAccountResource > RemoveTag ( string key , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
515
515
public virtual System . Threading . Tasks . Task < Azure . Response < Azure . ResourceManager . Storage . StorageAccountResource > > RemoveTagAsync ( string key , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
516
- public virtual Azure . ResourceManager . ArmOperation < Azure . ResourceManager . Storage . Models . BlobRestoreStatus > RestoreBlobRanges ( Azure . WaitUntil waitUntil , Azure . ResourceManager . Storage . Models . BlobRestoreContent content , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
517
- public virtual System . Threading . Tasks . Task < Azure . ResourceManager . ArmOperation < Azure . ResourceManager . Storage . Models . BlobRestoreStatus > > RestoreBlobRangesAsync ( Azure . WaitUntil waitUntil , Azure . ResourceManager . Storage . Models . BlobRestoreContent content , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
516
+ public virtual Azure . ResourceManager . Storage . StorageAccountRestoreBlobRangesOperation RestoreBlobRanges ( Azure . WaitUntil waitUntil , Azure . ResourceManager . Storage . Models . BlobRestoreContent content , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
517
+ public virtual System . Threading . Tasks . Task < Azure . ResourceManager . Storage . StorageAccountRestoreBlobRangesOperation > RestoreBlobRangesAsync ( Azure . WaitUntil waitUntil , Azure . ResourceManager . Storage . Models . BlobRestoreContent content , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
518
518
public virtual Azure . Response RevokeUserDelegationKeys ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
519
519
public virtual System . Threading . Tasks . Task < Azure . Response > RevokeUserDelegationKeysAsync ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
520
520
public virtual Azure . Response < Azure . ResourceManager . Storage . StorageAccountResource > SetTags ( System . Collections . Generic . IDictionary < string , string > tags , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
521
521
public virtual System . Threading . Tasks . Task < Azure . Response < Azure . ResourceManager . Storage . StorageAccountResource > > SetTagsAsync ( System . Collections . Generic . IDictionary < string , string > tags , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
522
522
public virtual Azure . Response < Azure . ResourceManager . Storage . StorageAccountResource > Update ( Azure . ResourceManager . Storage . Models . StorageAccountPatch patch , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
523
523
public virtual System . Threading . Tasks . Task < Azure . Response < Azure . ResourceManager . Storage . StorageAccountResource > > UpdateAsync ( Azure . ResourceManager . Storage . Models . StorageAccountPatch patch , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
524
524
}
525
+ public partial class StorageAccountRestoreBlobRangesOperation : Azure . ResourceManager . ArmOperation < Azure . ResourceManager . Storage . Models . BlobRestoreStatus >
526
+ {
527
+ protected StorageAccountRestoreBlobRangesOperation ( ) { }
528
+ public override bool HasCompleted { get { throw null ; } }
529
+ public override bool HasValue { get { throw null ; } }
530
+ public override string Id { get { throw null ; } }
531
+ public override Azure . ResourceManager . Storage . Models . BlobRestoreStatus Value { get { throw null ; } }
532
+ public virtual Azure . ResourceManager . Storage . Models . BlobRestoreStatus GetCurrentStatus ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
533
+ public virtual System . Threading . Tasks . ValueTask < Azure . ResourceManager . Storage . Models . BlobRestoreStatus > GetCurrentStatusAsync ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
534
+ public override Azure . Response GetRawResponse ( ) { throw null ; }
535
+ public override Azure . Response UpdateStatus ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
536
+ public override System . Threading . Tasks . ValueTask < Azure . Response > UpdateStatusAsync ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
537
+ public override Azure . Response < Azure . ResourceManager . Storage . Models . BlobRestoreStatus > WaitForCompletion ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
538
+ public override Azure . Response < Azure . ResourceManager . Storage . Models . BlobRestoreStatus > WaitForCompletion ( System . TimeSpan pollingInterval , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
539
+ public override System . Threading . Tasks . ValueTask < Azure . Response < Azure . ResourceManager . Storage . Models . BlobRestoreStatus > > WaitForCompletionAsync ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
540
+ public override System . Threading . Tasks . ValueTask < Azure . Response < Azure . ResourceManager . Storage . Models . BlobRestoreStatus > > WaitForCompletionAsync ( System . TimeSpan pollingInterval , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
541
+ }
525
542
public static partial class StorageExtensions
526
543
{
527
544
public static Azure . Response < Azure . ResourceManager . Storage . Models . StorageAccountNameAvailabilityResult > CheckStorageAccountNameAvailability ( this Azure . ResourceManager . Resources . SubscriptionResource subscriptionResource , Azure . ResourceManager . Storage . Models . StorageAccountNameAvailabilityContent content , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
0 commit comments