-
Notifications
You must be signed in to change notification settings - Fork 15
Virtual Machine and Replica Support #35
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
base: master
Are you sure you want to change the base?
Conversation
SqlDatabases/DatabaseRequest.cs
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Convention in L2A is to pass an instance of the primary representation to a create method on the relevant parent. For instance on Subscription:
public Task CreateCloudServiceAsync(CloudService service) { return service.CreateAsync(this); }
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this class be private?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kind of handy as you can use it to calculate the bytes required.
No description provided.