...

Package skusapi

import "github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2017-09-01/skus/skusapi"
Overview
Index

Overview ▾

Deprecated: Please note, this package has been deprecated. A replacement package is available github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute(https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute). We strongly encourage you to upgrade to continue receiving updates. See [Migration Guide](https://aka.ms/azsdk/golang/t2/migration) for guidance on upgrading. Refer to our [deprecation policy](https://azure.github.io/azure-sdk/policies_support.html) for more details.

Index ▾

Package files

interfaces.go

type ResourceSkusClientAPI

ResourceSkusClientAPI contains the set of methods on the ResourceSkusClient type.

type ResourceSkusClientAPI interface {
    List(ctx context.Context) (result skus.ResourceSkusResultPage, err error)
    ListComplete(ctx context.Context) (result skus.ResourceSkusResultIterator, err error)
}