@@ -2773,6 +2773,7 @@ public static partial class ArmComputeModelFactory
2773
2773
public static Azure.ResourceManager.Compute.Models.RestorePointSourceMetadata RestorePointSourceMetadata(Azure.ResourceManager.Compute.Models.VirtualMachineHardwareProfile hardwareProfile = null, Azure.ResourceManager.Compute.Models.RestorePointSourceVmStorageProfile storageProfile = null, Azure.ResourceManager.Compute.Models.VirtualMachineOSProfile osProfile = null, Azure.ResourceManager.Compute.Models.BootDiagnostics bootDiagnostics = null, string licenseType = null, string vmId = null, Azure.ResourceManager.Compute.Models.SecurityProfile securityProfile = null, Azure.Core.AzureLocation? location = default(Azure.Core.AzureLocation?), string userData = null, Azure.ResourceManager.Compute.Models.HyperVGeneration? hyperVGeneration = default(Azure.ResourceManager.Compute.Models.HyperVGeneration?)) { throw null; }
2774
2774
public static Azure.ResourceManager.Compute.Models.RestorePointSourceVmDataDisk RestorePointSourceVmDataDisk(int? lun = default(int?), string name = null, Azure.ResourceManager.Compute.Models.CachingType? caching = default(Azure.ResourceManager.Compute.Models.CachingType?), int? diskSizeGB = default(int?), Azure.ResourceManager.Compute.Models.VirtualMachineManagedDisk managedDisk = null, Azure.ResourceManager.Compute.Models.DiskRestorePointAttributes diskRestorePoint = null, bool? writeAcceleratorEnabled = default(bool?)) { throw null; }
2775
2775
public static Azure.ResourceManager.Compute.Models.RestorePointSourceVmOSDisk RestorePointSourceVmOSDisk(Azure.ResourceManager.Compute.Models.OperatingSystemType? osType = default(Azure.ResourceManager.Compute.Models.OperatingSystemType?), Azure.ResourceManager.Compute.Models.DiskEncryptionSettings encryptionSettings = null, string name = null, Azure.ResourceManager.Compute.Models.CachingType? caching = default(Azure.ResourceManager.Compute.Models.CachingType?), int? diskSizeGB = default(int?), Azure.ResourceManager.Compute.Models.VirtualMachineManagedDisk managedDisk = null, Azure.ResourceManager.Compute.Models.DiskRestorePointAttributes diskRestorePoint = null, bool? writeAcceleratorEnabled = default(bool?)) { throw null; }
2776
+ public static Azure.ResourceManager.Compute.Models.RestorePointSourceVmStorageProfile RestorePointSourceVmStorageProfile(Azure.ResourceManager.Compute.Models.RestorePointSourceVmOSDisk osDisk = null, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Compute.Models.RestorePointSourceVmDataDisk> dataDiskList = null, Azure.ResourceManager.Compute.Models.DiskControllerType? diskControllerType = default(Azure.ResourceManager.Compute.Models.DiskControllerType?)) { throw null; }
2776
2777
public static Azure.ResourceManager.Compute.Models.RetrieveBootDiagnosticsDataResult RetrieveBootDiagnosticsDataResult(System.Uri consoleScreenshotBlobUri = null, System.Uri serialConsoleLogBlobUri = null) { throw null; }
2777
2778
public static Azure.ResourceManager.Compute.Models.RoleInstanceView RoleInstanceView(int? platformUpdateDomain = default(int?), int? platformFaultDomain = default(int?), string privateId = null, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Compute.Models.ResourceInstanceViewStatus> statuses = null) { throw null; }
2778
2779
public static Azure.ResourceManager.Compute.Models.RollbackStatusInfo RollbackStatusInfo(int? successfullyRolledbackInstanceCount = default(int?), int? failedRolledbackInstanceCount = default(int?), Azure.ResourceManager.Compute.Models.ComputeApiError rollbackError = null) { throw null; }
@@ -5397,6 +5398,7 @@ public partial class RestorePointSourceVmStorageProfile
5397
5398
public RestorePointSourceVmStorageProfile() { }
5398
5399
public System.Collections.Generic.IList<Azure.ResourceManager.Compute.Models.RestorePointSourceVmDataDisk> DataDiskList { get { throw null; } }
5399
5400
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.Compute.Models.RestorePointSourceVmDataDisk> DataDisks { get { throw null; } }
5401
+ public Azure.ResourceManager.Compute.Models.DiskControllerType? DiskControllerType { get { throw null; } }
5400
5402
public Azure.ResourceManager.Compute.Models.RestorePointSourceVmOSDisk OSDisk { get { throw null; } set { } }
5401
5403
}
5402
5404
public partial class RetrieveBootDiagnosticsDataResult
0 commit comments