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
Copy file name to clipboardExpand all lines: sdk/compute/Azure.ResourceManager.Compute/api/Azure.ResourceManager.Compute.netstandard2.0.cs
+16-2Lines changed: 16 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4197,9 +4197,10 @@ public ComputeScheduledEventsProfile() { }
4197
4197
}
4198
4198
public partial class ComputeSecurityPostureReference : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.ComputeSecurityPostureReference>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.ComputeSecurityPostureReference>
4199
4199
{
4200
-
public ComputeSecurityPostureReference() { }
4201
-
public System.Collections.Generic.IList<Azure.ResourceManager.Compute.VirtualMachineExtensionData> ExcludeExtensions { get { throw null; } }
4200
+
public ComputeSecurityPostureReference(Azure.Core.ResourceIdentifier id) { }
4201
+
public System.Collections.Generic.IList<string> ExcludeExtensions { get { throw null; } }
4202
4202
public Azure.Core.ResourceIdentifier Id { get { throw null; } set { } }
4203
+
public bool? IsOverridable { get { throw null; } set { } }
public partial class SecurityPostureReferenceUpdate : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.SecurityPostureReferenceUpdate>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.SecurityPostureReferenceUpdate>
7118
+
{
7119
+
public SecurityPostureReferenceUpdate() { }
7120
+
public System.Collections.Generic.IList<string> ExcludeExtensions { get { throw null; } }
7121
+
public string Id { get { throw null; } set { } }
7122
+
public bool? IsOverridable { get { throw null; } set { } }
public partial class SecurityProfile : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.SecurityProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.SecurityProfile>
7117
7130
{
7118
7131
public SecurityProfile() { }
@@ -8874,6 +8887,7 @@ public VirtualMachineScaleSetUpdateVmProfile() { }
8874
8887
public Azure.ResourceManager.Compute.Models.ComputeScheduledEventsProfile ScheduledEventsProfile { get { throw null; } set { } }
Copy file name to clipboardExpand all lines: sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_VirtualMachineScaleSetCollection.cs
0 commit comments