Skip to content

Commit

Permalink
CodeGen from PR 26270 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 121e3e6de7d46746e06bb6f58c618de74678922f into 6e14940c491e9fc566e43245d920afbfa5a5c0b9
  • Loading branch information
SDKAuto committed Nov 8, 2023
1 parent a961c52 commit 3b9649f
Show file tree
Hide file tree
Showing 72 changed files with 534 additions and 506 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2773,6 +2773,7 @@ public static partial class ArmComputeModelFactory
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; }
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; }
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; }
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; }
public static Azure.ResourceManager.Compute.Models.RetrieveBootDiagnosticsDataResult RetrieveBootDiagnosticsDataResult(System.Uri consoleScreenshotBlobUri = null, System.Uri serialConsoleLogBlobUri = null) { throw null; }
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; }
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; }
Expand Down Expand Up @@ -5397,6 +5398,7 @@ public partial class RestorePointSourceVmStorageProfile
public RestorePointSourceVmStorageProfile() { }
public System.Collections.Generic.IList<Azure.ResourceManager.Compute.Models.RestorePointSourceVmDataDisk> DataDiskList { get { throw null; } }
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.Compute.Models.RestorePointSourceVmDataDisk> DataDisks { get { throw null; } }
public Azure.ResourceManager.Compute.Models.DiskControllerType? DiskControllerType { get { throw null; } }
public Azure.ResourceManager.Compute.Models.RestorePointSourceVmOSDisk OSDisk { get { throw null; } set { } }
}
public partial class RetrieveBootDiagnosticsDataResult
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3b9649f

Please sign in to comment.