Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientAPI ¶
type ClientAPI interface { CreateOrUpdate(ctx context.Context, resourceGroupName string, webServiceName string, createOrUpdatePayload webservices.WebService) (result webservices.CreateOrUpdateFuture, err error) Get(ctx context.Context, resourceGroupName string, webServiceName string) (result webservices.WebService, err error) List(ctx context.Context, skiptoken string) (result webservices.PaginatedWebServicesListPage, err error) ListComplete(ctx context.Context, skiptoken string) (result webservices.PaginatedWebServicesListIterator, err error) ListByResourceGroup(ctx context.Context, resourceGroupName string, skiptoken string) (result webservices.PaginatedWebServicesListPage, err error) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string, skiptoken string) (result webservices.PaginatedWebServicesListIterator, err error) ListKeys(ctx context.Context, resourceGroupName string, webServiceName string) (result webservices.Keys, err error) Patch(ctx context.Context, resourceGroupName string, webServiceName string, patchPayload webservices.WebService) (result webservices.PatchFuture, err error) Remove(ctx context.Context, resourceGroupName string, webServiceName string) (result webservices.RemoveFuture, err error) }
ClientAPI contains the set of methods on the Client type.
Click to show internal directories.
Click to hide internal directories.