Documentation ¶
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.
Click to show internal directories.
Click to hide internal directories.