powerbiembeddedapi

package
v31.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 26, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BaseClientAPI

type BaseClientAPI interface {
	GetAvailableOperations(ctx context.Context) (result powerbiembedded.OperationList, err error)
}

BaseClientAPI contains the set of methods on the BaseClient type.

type WorkspaceCollectionsClientAPI

type WorkspaceCollectionsClientAPI interface {
	CheckNameAvailability(ctx context.Context, location string, body powerbiembedded.CheckNameRequest) (result powerbiembedded.CheckNameResponse, err error)
	Create(ctx context.Context, resourceGroupName string, workspaceCollectionName string, body powerbiembedded.CreateWorkspaceCollectionRequest) (result powerbiembedded.WorkspaceCollection, err error)
	Delete(ctx context.Context, resourceGroupName string, workspaceCollectionName string) (result powerbiembedded.WorkspaceCollectionsDeleteFuture, err error)
	GetAccessKeys(ctx context.Context, resourceGroupName string, workspaceCollectionName string) (result powerbiembedded.WorkspaceCollectionAccessKeys, err error)
	GetByName(ctx context.Context, resourceGroupName string, workspaceCollectionName string) (result powerbiembedded.WorkspaceCollection, err error)
	ListByResourceGroup(ctx context.Context, resourceGroupName string) (result powerbiembedded.WorkspaceCollectionList, err error)
	ListBySubscription(ctx context.Context) (result powerbiembedded.WorkspaceCollectionList, err error)
	Migrate(ctx context.Context, resourceGroupName string, body powerbiembedded.MigrateWorkspaceCollectionRequest) (result autorest.Response, err error)
	RegenerateKey(ctx context.Context, resourceGroupName string, workspaceCollectionName string, body powerbiembedded.WorkspaceCollectionAccessKey) (result powerbiembedded.WorkspaceCollectionAccessKeys, err error)
	Update(ctx context.Context, resourceGroupName string, workspaceCollectionName string, body powerbiembedded.UpdateWorkspaceCollectionRequest) (result powerbiembedded.WorkspaceCollection, err error)
}

WorkspaceCollectionsClientAPI contains the set of methods on the WorkspaceCollectionsClient type.

type WorkspacesClientAPI

type WorkspacesClientAPI interface {
	List(ctx context.Context, resourceGroupName string, workspaceCollectionName string) (result powerbiembedded.WorkspaceList, err error)
}

WorkspacesClientAPI contains the set of methods on the WorkspacesClient type.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL