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 readonly partial struct ConfidentialVmEncryptionType : System.IEquatable<Azure.ResourceManager.Compute.Models.ConfidentialVmEncryptionType>
@@ -5781,8 +5781,6 @@ public partial class VirtualMachineScaleSetIPConfiguration : Azure.ResourceManag
5781
5781
public VirtualMachineScaleSetIPConfiguration(string name) { }
5782
5782
public System.Collections.Generic.IList<Azure.ResourceManager.Resources.Models.WritableSubResource> ApplicationGatewayBackendAddressPools { get { throw null; } }
5783
5783
public System.Collections.Generic.IList<Azure.ResourceManager.Resources.Models.WritableSubResource> ApplicationSecurityGroups { get { throw null; } }
public override Azure.Core.ResourceIdentifier Id { get { throw null; } set { } }
5786
5784
public System.Collections.Generic.IList<Azure.ResourceManager.Resources.Models.WritableSubResource> LoadBalancerBackendAddressPools { get { throw null; } }
5787
5785
public System.Collections.Generic.IList<Azure.ResourceManager.Resources.Models.WritableSubResource> LoadBalancerInboundNatPools { get { throw null; } }
5788
5786
public string Name { get { throw null; } set { } }
@@ -5812,8 +5810,6 @@ public VirtualMachineScaleSetNetworkConfiguration(string name) { }
5812
5810
public bool? EnableAcceleratedNetworking { get { throw null; } set { } }
5813
5811
public bool? EnableFpga { get { throw null; } set { } }
5814
5812
public bool? EnableIPForwarding { get { throw null; } set { } }
public override Azure.Core.ResourceIdentifier Id { get { throw null; } set { } }
5817
5813
public System.Collections.Generic.IList<Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetIPConfiguration> IPConfigurations { get { throw null; } }
5818
5814
public bool? IsTcpStateTrackingDisabled { get { throw null; } set { } }
5819
5815
public string Name { get { throw null; } set { } }
0 commit comments