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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET