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
@@ -5781,6 +5782,8 @@ public partial class VirtualMachineScaleSetIPConfiguration : Azure.ResourceManag
5781
5782
public VirtualMachineScaleSetIPConfiguration(string name) { }
5782
5783
public System.Collections.Generic.IList<Azure.ResourceManager.Resources.Models.WritableSubResource> ApplicationGatewayBackendAddressPools { get { throw null; } }
5783
5784
public System.Collections.Generic.IList<Azure.ResourceManager.Resources.Models.WritableSubResource> ApplicationSecurityGroups { get { throw null; } }
public override Azure.Core.ResourceIdentifier Id { get { throw null; } set { } }
5784
5787
public System.Collections.Generic.IList<Azure.ResourceManager.Resources.Models.WritableSubResource> LoadBalancerBackendAddressPools { get { throw null; } }
5785
5788
public System.Collections.Generic.IList<Azure.ResourceManager.Resources.Models.WritableSubResource> LoadBalancerInboundNatPools { get { throw null; } }
5786
5789
public string Name { get { throw null; } set { } }
@@ -5810,6 +5813,8 @@ public VirtualMachineScaleSetNetworkConfiguration(string name) { }
5810
5813
public bool? EnableAcceleratedNetworking { get { throw null; } set { } }
5811
5814
public bool? EnableFpga { get { throw null; } set { } }
5812
5815
public bool? EnableIPForwarding { get { throw null; } set { } }
public override Azure.Core.ResourceIdentifier Id { get { throw null; } set { } }
5813
5818
public System.Collections.Generic.IList<Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetIPConfiguration> IPConfigurations { get { throw null; } }
5814
5819
public bool? IsTcpStateTrackingDisabled { get { throw null; } set { } }
5815
5820
public string Name { get { throw null; } set { } }
@@ -6074,9 +6079,13 @@ public partial class VirtualMachineScaleSetVmInstanceView
public Azure.Core.ResourceIdentifier AssignedHost { get { throw null; } }
6076
6081
public Azure.ResourceManager.Compute.Models.BootDiagnosticsInstanceView BootDiagnostics { get { throw null; } }
6082
+
public string ComputerName { get { throw null; } }
6077
6083
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.Compute.Models.DiskInstanceView> Disks { get { throw null; } }
6078
6084
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.Compute.Models.VirtualMachineExtensionInstanceView> Extensions { get { throw null; } }
6085
+
public Azure.ResourceManager.Compute.Models.HyperVGeneration? HyperVGeneration { get { throw null; } }
6079
6086
public Azure.ResourceManager.Compute.Models.MaintenanceRedeployStatus MaintenanceRedeployStatus { get { throw null; } }
6087
+
public string OSName { get { throw null; } }
6088
+
public string OSVersion { get { throw null; } }
6080
6089
public string PlacementGroupId { get { throw null; } }
6081
6090
public int? PlatformFaultDomain { get { throw null; } }
6082
6091
public int? PlatformUpdateDomain { get { throw null; } }
0 commit comments