@@ -108,6 +108,7 @@ public static partial class ArmStorageActionsModelFactory
108108 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 ; }
109109 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 ; }
110110 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 ; }
111+ 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 ; }
111112 }
112113 [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
113114 public readonly partial struct MatchedBlockName : System . IEquatable < Azure . ResourceManager . StorageActions . Models . MatchedBlockName >
@@ -227,7 +228,7 @@ public partial class StorageTaskPatch : System.ClientModel.Primitives.IJsonModel
227228 {
228229 public StorageTaskPatch ( ) { }
229230 public Azure . ResourceManager . Models . ManagedServiceIdentity Identity { get { throw null ; } set { } }
230- public Azure . ResourceManager . StorageActions . Models . StorageTaskProperties Properties { get { throw null ; } set { } }
231+ public Azure . ResourceManager . StorageActions . Models . StorageTaskUpdateProperties Properties { get { throw null ; } set { } }
231232 public System . Collections . Generic . IDictionary < string , string > Tags { get { throw null ; } }
232233 protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
233234 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 ; }
@@ -433,4 +434,20 @@ protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer
433434 public static bool operator != ( Azure . ResourceManager . StorageActions . Models . StorageTaskRunStatus left , Azure . ResourceManager . StorageActions . Models . StorageTaskRunStatus right ) { throw null ; }
434435 public override string ToString ( ) { throw null ; }
435436 }
437+ public partial class StorageTaskUpdateProperties : System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . StorageActions . Models . StorageTaskUpdateProperties > , System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . StorageActions . Models . StorageTaskUpdateProperties >
438+ {
439+ public StorageTaskUpdateProperties ( ) { }
440+ public Azure . ResourceManager . StorageActions . Models . StorageTaskAction Action { get { throw null ; } set { } }
441+ public System . DateTimeOffset ? CreationTimeInUtc { get { throw null ; } }
442+ public string Description { get { throw null ; } set { } }
443+ public bool ? Enabled { get { throw null ; } set { } }
444+ public Azure . ResourceManager . StorageActions . Models . StorageTaskProvisioningState ? ProvisioningState { get { throw null ; } }
445+ public long ? TaskVersion { get { throw null ; } }
446+ protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
447+ 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 ; }
448+ void System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . StorageActions . Models . StorageTaskUpdateProperties > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
449+ 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 ; }
450+ string System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . StorageActions . Models . StorageTaskUpdateProperties > . GetFormatFromOptions ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
451+ System . BinaryData System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . StorageActions . Models . StorageTaskUpdateProperties > . Write ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
452+ }
436453}
0 commit comments