-
Notifications
You must be signed in to change notification settings - Fork 5k
Compute 2022-07-02, 2022-08-01 changes #30536
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 4 commits
47f6d50
4f641ab
b5e22b8
91dfeae
6554778
8601574
2c18cbf
9e411af
1d1cd9c
7b8877c
d29a3d4
8a51fcb
bc677c7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
| ||
|
||
namespace Microsoft.Azure.Management.Compute.Models | ||
{ | ||
using System.Collections.Generic; | ||
|
||
/// <summary> | ||
/// Disk update resource. | ||
/// </summary> | ||
public partial class SupportedCapabilities | ||
{ | ||
|
||
public SupportedCapabilities(bool? acceleratedNetwork = default(bool?), string architecture = default(string)) | ||
{ | ||
AcceleratedNetwork = acceleratedNetwork; | ||
Architecture = architecture; | ||
CustomInit(); | ||
} | ||
|
||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.