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
How do I know what methods and members exist within the return type of Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccount?
I am able to of course inspect these if I run the cmdlet like:
get-azcosmosdbaccount | get-member
However - this is inferior to actually having a page which lists methods and members and explains them. Please create a documentation page for the return object type PSDatabaseAccount, and link it to any cmdlet's page which is referencing this type.
This is useful for the type of programmer who plans things out before they write a single line of code (ostensibly the kind of programmers we strive to employ).
The text was updated successfully, but these errors were encountered:
Description
How do I know what methods and members exist within the return type of Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccount?
I am able to of course inspect these if I run the cmdlet like:
get-azcosmosdbaccount | get-member
However - this is inferior to actually having a page which lists methods and members and explains them. Please create a documentation page for the return object type PSDatabaseAccount, and link it to any cmdlet's page which is referencing this type.
This is useful for the type of programmer who plans things out before they write a single line of code (ostensibly the kind of programmers we strive to employ).
The text was updated successfully, but these errors were encountered: