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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET