Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthorizationsClientAPI ¶
type AuthorizationsClientAPI interface { CreateOrUpdate(ctx context.Context, resourceGroupName string, privateCloudName string, authorizationName string, authorization interface{}) (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) }
AuthorizationsClientAPI contains the set of methods on the AuthorizationsClient type.
type ClustersClientAPI ¶
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) }
ClustersClientAPI contains the set of methods on the ClustersClient type.
type HcxEnterpriseSitesClientAPI ¶
type HcxEnterpriseSitesClientAPI interface { CreateOrUpdate(ctx context.Context, resourceGroupName string, privateCloudName string, hcxEnterpriseSiteName string, hcxEnterpriseSite interface{}) (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) }
HcxEnterpriseSitesClientAPI contains the set of methods on the HcxEnterpriseSitesClient type.
type LocationsClientAPI ¶
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) }
LocationsClientAPI contains the set of methods on the LocationsClient type.
type OperationsClientAPI ¶
type OperationsClientAPI interface { List(ctx context.Context) (result avs.OperationListPage, err error) ListComplete(ctx context.Context) (result avs.OperationListIterator, err error) }
OperationsClientAPI contains the set of methods on the OperationsClient type.
type PrivateCloudsClientAPI ¶
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) }
PrivateCloudsClientAPI contains the set of methods on the PrivateCloudsClient type.
Click to show internal directories.
Click to hide internal directories.