You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.Compute.Models.InstanceViewStatus> Statuses { get { throw null; } }
5777
5778
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.Compute.Models.VirtualMachineStatusCodeCount> VirtualMachineStatusesSummary { get { throw null; } }
5778
5779
}
5779
-
public partial class VirtualMachineScaleSetIPConfiguration : Azure.ResourceManager.Compute.Models.ComputeWriteableSubResourceData
5780
+
public partial class VirtualMachineScaleSetIPConfiguration
5780
5781
{
5781
5782
public VirtualMachineScaleSetIPConfiguration(string name) { }
5782
5783
public System.Collections.Generic.IList<Azure.ResourceManager.Resources.Models.WritableSubResource> ApplicationGatewayBackendAddressPools { get { throw null; } }
@@ -5802,7 +5803,7 @@ public VirtualMachineScaleSetManagedDisk() { }
5802
5803
public Azure.ResourceManager.Compute.Models.VirtualMachineDiskSecurityProfile SecurityProfile { get { throw null; } set { } }
5803
5804
public Azure.ResourceManager.Compute.Models.StorageAccountType? StorageAccountType { get { throw null; } set { } }
5804
5805
}
5805
-
public partial class VirtualMachineScaleSetNetworkConfiguration : Azure.ResourceManager.Compute.Models.ComputeWriteableSubResourceData
5806
+
public partial class VirtualMachineScaleSetNetworkConfiguration
5806
5807
{
5807
5808
public VirtualMachineScaleSetNetworkConfiguration(string name) { }
5808
5809
public Azure.ResourceManager.Compute.Models.ComputeDeleteOption? DeleteOption { get { throw null; } set { } }
@@ -6074,9 +6075,13 @@ public partial class VirtualMachineScaleSetVmInstanceView
public Azure.Core.ResourceIdentifier AssignedHost { get { throw null; } }
6076
6077
public Azure.ResourceManager.Compute.Models.BootDiagnosticsInstanceView BootDiagnostics { get { throw null; } }
6078
+
public string ComputerName { get { throw null; } }
6077
6079
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.Compute.Models.DiskInstanceView> Disks { get { throw null; } }
6078
6080
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.Compute.Models.VirtualMachineExtensionInstanceView> Extensions { get { throw null; } }
6081
+
public Azure.ResourceManager.Compute.Models.HyperVGeneration? HyperVGeneration { get { throw null; } }
6079
6082
public Azure.ResourceManager.Compute.Models.MaintenanceRedeployStatus MaintenanceRedeployStatus { get { throw null; } }
6083
+
public string OSName { get { throw null; } }
6084
+
public string OSVersion { get { throw null; } }
6080
6085
public string PlacementGroupId { get { throw null; } }
6081
6086
public int? PlatformFaultDomain { get { throw null; } }
6082
6087
public int? PlatformUpdateDomain { get { throw null; } }
Copy file name to clipboardExpand all lines: sdk/compute/Azure.ResourceManager.Compute/src/Generated/Models/VirtualMachineScaleSetIPConfiguration.Serialization.cs
Copy file name to clipboardExpand all lines: sdk/compute/Azure.ResourceManager.Compute/src/Generated/Models/VirtualMachineScaleSetNetworkConfiguration.Serialization.cs
Copy file name to clipboardExpand all lines: sdk/compute/Azure.ResourceManager.Compute/src/Generated/Models/VirtualMachineScaleSetNetworkConfiguration.cs
0 commit comments