...

Package avsapi

import "github.com/Azure/azure-sdk-for-go/services/avs/mgmt/2020-03-20/avs/avsapi"
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/avs/armavs(https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/avs/armavs). 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.

type AuthorizationsClientAPI

AuthorizationsClientAPI contains the set of methods on the AuthorizationsClient type.

type AuthorizationsClientAPI interface {
    CreateOrUpdate(ctx context.Context, resourceGroupName string, privateCloudName string, authorizationName string, authorization avs.ExpressRouteAuthorization) (result avs.AuthorizationsCreateOrUpdateFuture, err error)
    Delete(ctx context.Context, resourceGroupName string, privateCloudName string, authorizationName string) (result avs.AuthorizationsDeleteFuture, err error)
    Get(ctx context.Context, resourceGroupName string, privateCloudName string, authorizationName string) (result avs.ExpressRouteAuthorization, err error)
    List(ctx context.Context, resourceGroupName string, privateCloudName string) (result avs.ExpressRouteAuthorizationListPage, err error)
    ListComplete(ctx context.Context, resourceGroupName string, privateCloudName string) (result avs.ExpressRouteAuthorizationListIterator, err error)
}

type ClustersClientAPI

ClustersClientAPI contains the set of methods on the ClustersClient type.

type ClustersClientAPI interface {
    CreateOrUpdate(ctx context.Context, resourceGroupName string, privateCloudName string, clusterName string, cluster avs.Cluster) (result avs.ClustersCreateOrUpdateFuture, err error)
    Delete(ctx context.Context, resourceGroupName string, privateCloudName string, clusterName string) (result avs.ClustersDeleteFuture, err error)
    Get(ctx context.Context, resourceGroupName string, privateCloudName string, clusterName string) (result avs.Cluster, err error)
    List(ctx context.Context, resourceGroupName string, privateCloudName string) (result avs.ClusterListPage, err error)
    ListComplete(ctx context.Context, resourceGroupName string, privateCloudName string) (result avs.ClusterListIterator, err error)
    Update(ctx context.Context, resourceGroupName string, privateCloudName string, clusterName string, clusterUpdate avs.ClusterUpdate) (result avs.ClustersUpdateFuture, err error)
}

type HcxEnterpriseSitesClientAPI

HcxEnterpriseSitesClientAPI contains the set of methods on the HcxEnterpriseSitesClient type.

type HcxEnterpriseSitesClientAPI interface {
    CreateOrUpdate(ctx context.Context, resourceGroupName string, privateCloudName string, hcxEnterpriseSiteName string, hcxEnterpriseSite avs.HcxEnterpriseSite) (result avs.HcxEnterpriseSite, err error)
    Delete(ctx context.Context, resourceGroupName string, privateCloudName string, hcxEnterpriseSiteName string) (result autorest.Response, err error)
    Get(ctx context.Context, resourceGroupName string, privateCloudName string, hcxEnterpriseSiteName string) (result avs.HcxEnterpriseSite, err error)
    List(ctx context.Context, resourceGroupName string, privateCloudName string) (result avs.HcxEnterpriseSiteListPage, err error)
    ListComplete(ctx context.Context, resourceGroupName string, privateCloudName string) (result avs.HcxEnterpriseSiteListIterator, err error)
}

type LocationsClientAPI

LocationsClientAPI contains the set of methods on the LocationsClient type.

type LocationsClientAPI interface {
    CheckQuotaAvailability(ctx context.Context, location string) (result avs.Quota, err error)
    CheckTrialAvailability(ctx context.Context, location string) (result avs.Trial, err error)
}

type OperationsClientAPI

OperationsClientAPI contains the set of methods on the OperationsClient type.

type OperationsClientAPI interface {
    List(ctx context.Context) (result avs.OperationListPage, err error)
    ListComplete(ctx context.Context) (result avs.OperationListIterator, err error)
}

type PrivateCloudsClientAPI

PrivateCloudsClientAPI contains the set of methods on the PrivateCloudsClient type.

type PrivateCloudsClientAPI interface {
    CreateOrUpdate(ctx context.Context, resourceGroupName string, privateCloudName string, privateCloud avs.PrivateCloud) (result avs.PrivateCloudsCreateOrUpdateFuture, err error)
    Delete(ctx context.Context, resourceGroupName string, privateCloudName string) (result avs.PrivateCloudsDeleteFuture, err error)
    Get(ctx context.Context, resourceGroupName string, privateCloudName string) (result avs.PrivateCloud, err error)
    List(ctx context.Context, resourceGroupName string) (result avs.PrivateCloudListPage, err error)
    ListComplete(ctx context.Context, resourceGroupName string) (result avs.PrivateCloudListIterator, err error)
    ListAdminCredentials(ctx context.Context, resourceGroupName string, privateCloudName string) (result avs.AdminCredentials, err error)
    ListInSubscription(ctx context.Context) (result avs.PrivateCloudListPage, err error)
    ListInSubscriptionComplete(ctx context.Context) (result avs.PrivateCloudListIterator, err error)
    Update(ctx context.Context, resourceGroupName string, privateCloudName string, privateCloudUpdate avs.PrivateCloudUpdate) (result avs.PrivateCloudsUpdateFuture, err error)
}