engagementfabricapi

package
v68.0.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2023 License: MIT Imports: 3 Imported by: 108

Documentation

Overview

Deprecated: Please note, this package has been deprecated. A replacement package is available github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/engagementfabric/armengagementfabric(https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/engagementfabric/armengagementfabric). 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.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccountsClientAPI

type AccountsClientAPI interface {
	CreateOrUpdate(ctx context.Context, resourceGroupName string, accountName string, account engagementfabric.Account) (result engagementfabric.Account, err error)
	Delete(ctx context.Context, resourceGroupName string, accountName string) (result autorest.Response, err error)
	Get(ctx context.Context, resourceGroupName string, accountName string) (result engagementfabric.Account, err error)
	List(ctx context.Context) (result engagementfabric.AccountList, err error)
	ListByResourceGroup(ctx context.Context, resourceGroupName string) (result engagementfabric.AccountList, err error)
	ListChannelTypes(ctx context.Context, resourceGroupName string, accountName string) (result engagementfabric.ChannelTypeDescriptionList, err error)
	ListKeys(ctx context.Context, resourceGroupName string, accountName string) (result engagementfabric.KeyDescriptionList, err error)
	RegenerateKey(ctx context.Context, resourceGroupName string, accountName string, parameter engagementfabric.RegenerateKeyParameter) (result engagementfabric.KeyDescription, err error)
	Update(ctx context.Context, resourceGroupName string, accountName string, accountPatch engagementfabric.AccountPatch) (result engagementfabric.Account, err error)
}

AccountsClientAPI contains the set of methods on the AccountsClient type.

type BaseClientAPI

type BaseClientAPI interface {
	CheckNameAvailability(ctx context.Context, resourceGroupName string, parameters engagementfabric.CheckNameAvailabilityParameter) (result engagementfabric.CheckNameAvailabilityResult, err error)
}

BaseClientAPI contains the set of methods on the BaseClient type.

type ChannelsClientAPI

type ChannelsClientAPI interface {
	CreateOrUpdate(ctx context.Context, resourceGroupName string, accountName string, channelName string, channel engagementfabric.Channel) (result engagementfabric.Channel, err error)
	Delete(ctx context.Context, resourceGroupName string, accountName string, channelName string) (result autorest.Response, err error)
	Get(ctx context.Context, resourceGroupName string, accountName string, channelName string) (result engagementfabric.Channel, err error)
	ListByAccount(ctx context.Context, resourceGroupName string, accountName string) (result engagementfabric.ChannelList, err error)
}

ChannelsClientAPI contains the set of methods on the ChannelsClient type.

type OperationsClientAPI

type OperationsClientAPI interface {
	List(ctx context.Context) (result engagementfabric.OperationList, err error)
}

OperationsClientAPI contains the set of methods on the OperationsClient type.

type SKUsClientAPI

type SKUsClientAPI interface {
	List(ctx context.Context) (result engagementfabric.SkuDescriptionList, err error)
}

SKUsClientAPI contains the set of methods on the SKUsClient type.

Jump to

Keyboard shortcuts

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