@@ -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 ; }
@@ -102,6 +102,7 @@ public static partial class ArmStorageActionsModelFactory
102102 public static Azure . ResourceManager . StorageActions . Models . StorageTaskProperties StorageTaskProperties ( long ? taskVersion = default ( long ? ) , bool isEnabled = false , string description = null , Azure . ResourceManager . StorageActions . Models . StorageTaskAction action = null , Azure . ResourceManager . StorageActions . Models . StorageTaskProvisioningState ? provisioningState = default ( Azure . ResourceManager . StorageActions . Models . StorageTaskProvisioningState ? ) , System . DateTimeOffset ? creationTimeInUtc = default ( System . DateTimeOffset ? ) ) { throw null ; }
103103 public static Azure . ResourceManager . StorageActions . Models . StorageTaskReportInstance StorageTaskReportInstance ( Azure . Core . ResourceIdentifier id = null , string name = null , Azure . Core . ResourceType resourceType = default ( Azure . Core . ResourceType ) , Azure . ResourceManager . Models . SystemData systemData = null , Azure . ResourceManager . StorageActions . Models . StorageTaskReportProperties properties = null ) { throw null ; }
104104 public static Azure . ResourceManager . StorageActions . Models . StorageTaskReportProperties StorageTaskReportProperties ( Azure . Core . ResourceIdentifier taskAssignmentId = null , Azure . Core . ResourceIdentifier storageAccountId = null , string startTime = null , string finishTime = null , string objectsTargetedCount = null , string objectsOperatedOnCount = null , string objectFailedCount = null , string objectsSucceededCount = null , string runStatusError = null , Azure . ResourceManager . StorageActions . Models . StorageTaskRunStatus ? runStatusEnum = default ( Azure . ResourceManager . StorageActions . Models . StorageTaskRunStatus ? ) , string summaryReportPath = null , Azure . Core . ResourceIdentifier taskId = null , string taskVersion = null , Azure . ResourceManager . StorageActions . Models . StorageTaskRunResult ? runResult = default ( Azure . ResourceManager . StorageActions . Models . StorageTaskRunResult ? ) ) { throw null ; }
105+ public static Azure . ResourceManager . StorageActions . Models . StorageTaskUpdateProperties StorageTaskUpdateProperties ( long ? taskVersion = default ( long ? ) , bool ? enabled = default ( bool ? ) , string description = null , Azure . ResourceManager . StorageActions . Models . StorageTaskAction action = null , Azure . ResourceManager . StorageActions . Models . StorageTaskProvisioningState ? provisioningState = default ( Azure . ResourceManager . StorageActions . Models . StorageTaskProvisioningState ? ) , System . DateTimeOffset ? creationTimeInUtc = default ( System . DateTimeOffset ? ) ) { throw null ; }
105106 }
106107 [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
107108 public readonly partial struct MatchedBlockName : System . IEquatable < Azure . ResourceManager . StorageActions . Models . MatchedBlockName >
@@ -221,7 +222,7 @@ public partial class StorageTaskPatch : System.ClientModel.Primitives.IJsonModel
221222 {
222223 public StorageTaskPatch ( ) { }
223224 public Azure . ResourceManager . Models . ManagedServiceIdentity Identity { get { throw null ; } set { } }
224- public Azure . ResourceManager . StorageActions . Models . StorageTaskProperties Properties { get { throw null ; } set { } }
225+ public Azure . ResourceManager . StorageActions . Models . StorageTaskUpdateProperties Properties { get { throw null ; } set { } }
225226 public System . Collections . Generic . IDictionary < string , string > Tags { get { throw null ; } }
226227 protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
227228 Azure . ResourceManager . StorageActions . Models . StorageTaskPatch System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . StorageActions . Models . StorageTaskPatch > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
@@ -332,15 +333,29 @@ protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer
332333 string System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . StorageActions . Models . StorageTaskProperties > . GetFormatFromOptions ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
333334 System . BinaryData System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . StorageActions . Models . StorageTaskProperties > . Write ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
334335 }
335- public enum StorageTaskProvisioningState
336+ [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
337+ public readonly partial struct StorageTaskProvisioningState : System . IEquatable < Azure . ResourceManager . StorageActions . Models . StorageTaskProvisioningState >
336338 {
337- ValidateSubscriptionQuotaBegin = 0 ,
338- ValidateSubscriptionQuotaEnd = 1 ,
339- Creating = 2 ,
340- Succeeded = 3 ,
341- Deleting = 4 ,
342- Canceled = 5 ,
343- Failed = 6 ,
339+ private readonly object _dummy ;
340+ private readonly int _dummyPrimitive ;
341+ public StorageTaskProvisioningState ( string value ) { throw null ; }
342+ public static Azure . ResourceManager . StorageActions . Models . StorageTaskProvisioningState Accepted { get { throw null ; } }
343+ public static Azure . ResourceManager . StorageActions . Models . StorageTaskProvisioningState Canceled { get { throw null ; } }
344+ public static Azure . ResourceManager . StorageActions . Models . StorageTaskProvisioningState Creating { get { throw null ; } }
345+ public static Azure . ResourceManager . StorageActions . Models . StorageTaskProvisioningState Deleting { get { throw null ; } }
346+ public static Azure . ResourceManager . StorageActions . Models . StorageTaskProvisioningState Failed { get { throw null ; } }
347+ public static Azure . ResourceManager . StorageActions . Models . StorageTaskProvisioningState Succeeded { get { throw null ; } }
348+ public static Azure . ResourceManager . StorageActions . Models . StorageTaskProvisioningState ValidateSubscriptionQuotaBegin { get { throw null ; } }
349+ public static Azure . ResourceManager . StorageActions . Models . StorageTaskProvisioningState ValidateSubscriptionQuotaEnd { get { throw null ; } }
350+ public bool Equals ( Azure . ResourceManager . StorageActions . Models . StorageTaskProvisioningState other ) { throw null ; }
351+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
352+ public override bool Equals ( object obj ) { throw null ; }
353+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
354+ public override int GetHashCode ( ) { throw null ; }
355+ public static bool operator == ( Azure . ResourceManager . StorageActions . Models . StorageTaskProvisioningState left , Azure . ResourceManager . StorageActions . Models . StorageTaskProvisioningState right ) { throw null ; }
356+ public static implicit operator Azure . ResourceManager . StorageActions . Models . StorageTaskProvisioningState ( string value ) { throw null ; }
357+ public static bool operator != ( Azure . ResourceManager . StorageActions . Models . StorageTaskProvisioningState left , Azure . ResourceManager . StorageActions . Models . StorageTaskProvisioningState right ) { throw null ; }
358+ public override string ToString ( ) { throw null ; }
344359 }
345360 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 >
346361 {
@@ -413,4 +428,20 @@ protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer
413428 public static bool operator != ( Azure . ResourceManager . StorageActions . Models . StorageTaskRunStatus left , Azure . ResourceManager . StorageActions . Models . StorageTaskRunStatus right ) { throw null ; }
414429 public override string ToString ( ) { throw null ; }
415430 }
431+ public partial class StorageTaskUpdateProperties : System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . StorageActions . Models . StorageTaskUpdateProperties > , System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . StorageActions . Models . StorageTaskUpdateProperties >
432+ {
433+ public StorageTaskUpdateProperties ( ) { }
434+ public Azure . ResourceManager . StorageActions . Models . StorageTaskAction Action { get { throw null ; } set { } }
435+ public System . DateTimeOffset ? CreationTimeInUtc { get { throw null ; } }
436+ public string Description { get { throw null ; } set { } }
437+ public bool ? Enabled { get { throw null ; } set { } }
438+ public Azure . ResourceManager . StorageActions . Models . StorageTaskProvisioningState ? ProvisioningState { get { throw null ; } }
439+ public long ? TaskVersion { get { throw null ; } }
440+ protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
441+ Azure . ResourceManager . StorageActions . Models . StorageTaskUpdateProperties System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . StorageActions . Models . StorageTaskUpdateProperties > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
442+ void System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . StorageActions . Models . StorageTaskUpdateProperties > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
443+ Azure . ResourceManager . StorageActions . Models . StorageTaskUpdateProperties System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . StorageActions . Models . StorageTaskUpdateProperties > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
444+ string System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . StorageActions . Models . StorageTaskUpdateProperties > . GetFormatFromOptions ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
445+ System . BinaryData System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . StorageActions . Models . StorageTaskUpdateProperties > . Write ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
446+ }
416447}
0 commit comments