WebSiteManagementClientExtensions.ListPremierAddOnOffers 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.
List all premier add-on offers.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.PremierAddOnOffer> ListPremierAddOnOffers (this Microsoft.Azure.Management.WebSites.IWebSiteManagementClient operations);
static member ListPremierAddOnOffers : Microsoft.Azure.Management.WebSites.IWebSiteManagementClient -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.PremierAddOnOffer>
<Extension()>
Public Function ListPremierAddOnOffers (operations As IWebSiteManagementClient) As IPage(Of PremierAddOnOffer)
Parameters
- operations
- IWebSiteManagementClient
The operations group for this extension method.
Returns
Remarks
Description for List all premier add-on offers.
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