PrivateStoreOperationsExtensions.List(IPrivateStoreOperations, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the list of available private stores.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Marketplace.Models.PrivateStore> List (this Microsoft.Azure.Management.Marketplace.IPrivateStoreOperations operations, string useCache = default);
static member List : Microsoft.Azure.Management.Marketplace.IPrivateStoreOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Marketplace.Models.PrivateStore>
<Extension()>
Public Function List (operations As IPrivateStoreOperations, Optional useCache As String = Nothing) As IPage(Of PrivateStore)
Parameters
- operations
- IPrivateStoreOperations
The operations group for this extension method.
- useCache
- String
Determines if to use cache or DB for serving this request
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET