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).
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).