...

Package purviewapi

import "github.com/Azure/azure-sdk-for-go/services/purview/mgmt/2021-07-01/purview/purviewapi"
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/purview/armpurview(https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/purview/armpurview). 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 AccountsClientAPI

AccountsClientAPI contains the set of methods on the AccountsClient type.

type AccountsClientAPI interface {
    AddRootCollectionAdmin(ctx context.Context, resourceGroupName string, accountName string, collectionAdminUpdate purview.CollectionAdminUpdate) (result autorest.Response, err error)
    CheckNameAvailability(ctx context.Context, checkNameAvailabilityRequest purview.CheckNameAvailabilityRequest) (result purview.CheckNameAvailabilityResult, err error)
    CreateOrUpdate(ctx context.Context, resourceGroupName string, accountName string, account purview.Account) (result purview.AccountsCreateOrUpdateFuture, err error)
    Delete(ctx context.Context, resourceGroupName string, accountName string) (result purview.AccountsDeleteFuture, err error)
    Get(ctx context.Context, resourceGroupName string, accountName string) (result purview.Account, err error)
    ListByResourceGroup(ctx context.Context, resourceGroupName string, skipToken string) (result purview.AccountListPage, err error)
    ListByResourceGroupComplete(ctx context.Context, resourceGroupName string, skipToken string) (result purview.AccountListIterator, err error)
    ListBySubscription(ctx context.Context, skipToken string) (result purview.AccountListPage, err error)
    ListBySubscriptionComplete(ctx context.Context, skipToken string) (result purview.AccountListIterator, err error)
    ListKeys(ctx context.Context, resourceGroupName string, accountName string) (result purview.AccessKeys, err error)
    Update(ctx context.Context, resourceGroupName string, accountName string, accountUpdateParameters purview.AccountUpdateParameters) (result purview.AccountsUpdateFuture, err error)
}

type DefaultAccountsClientAPI

DefaultAccountsClientAPI contains the set of methods on the DefaultAccountsClient type.

type DefaultAccountsClientAPI interface {
    Get(ctx context.Context, scopeTenantID uuid.UUID, scopeType purview.ScopeType, scope string) (result purview.DefaultAccountPayload, err error)
    Remove(ctx context.Context, scopeTenantID uuid.UUID, scopeType purview.ScopeType, scope string) (result autorest.Response, err error)
    Set(ctx context.Context, defaultAccountPayload purview.DefaultAccountPayload) (result purview.DefaultAccountPayload, err error)
}

type OperationsClientAPI

OperationsClientAPI contains the set of methods on the OperationsClient type.

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

type PrivateEndpointConnectionsClientAPI

PrivateEndpointConnectionsClientAPI contains the set of methods on the PrivateEndpointConnectionsClient type.

type PrivateEndpointConnectionsClientAPI interface {
    CreateOrUpdate(ctx context.Context, resourceGroupName string, accountName string, privateEndpointConnectionName string, request purview.PrivateEndpointConnection) (result purview.PrivateEndpointConnectionsCreateOrUpdateFuture, err error)
    Delete(ctx context.Context, resourceGroupName string, accountName string, privateEndpointConnectionName string) (result purview.PrivateEndpointConnectionsDeleteFuture, err error)
    Get(ctx context.Context, resourceGroupName string, accountName string, privateEndpointConnectionName string) (result purview.PrivateEndpointConnection, err error)
    ListByAccount(ctx context.Context, resourceGroupName string, accountName string, skipToken string) (result purview.PrivateEndpointConnectionListPage, err error)
    ListByAccountComplete(ctx context.Context, resourceGroupName string, accountName string, skipToken string) (result purview.PrivateEndpointConnectionListIterator, err error)
}

type PrivateLinkResourcesClientAPI

PrivateLinkResourcesClientAPI contains the set of methods on the PrivateLinkResourcesClient type.

type PrivateLinkResourcesClientAPI interface {
    GetByGroupID(ctx context.Context, resourceGroupName string, accountName string, groupID string) (result purview.PrivateLinkResource, err error)
    ListByAccount(ctx context.Context, resourceGroupName string, accountName string) (result purview.PrivateLinkResourceListPage, err error)
    ListByAccountComplete(ctx context.Context, resourceGroupName string, accountName string) (result purview.PrivateLinkResourceListIterator, err error)
}