blockchainapi

package
v55.5.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Jun 30, 2021 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LocationsClientAPI

type LocationsClientAPI interface {
	CheckNameAvailability(ctx context.Context, locationName string, nameAvailabilityRequest *blockchain.NameAvailabilityRequest) (result blockchain.NameAvailability, err error)
	ListConsortiums(ctx context.Context, locationName string) (result blockchain.ConsortiumCollection, err error)
}

LocationsClientAPI contains the set of methods on the LocationsClient type.

type MemberOperationResultsClientAPI

type MemberOperationResultsClientAPI interface {
	Get(ctx context.Context, locationName string, operationID string) (result blockchain.OperationResult, err error)
}

MemberOperationResultsClientAPI contains the set of methods on the MemberOperationResultsClient type.

type MembersClientAPI

type MembersClientAPI interface {
	Create(ctx context.Context, blockchainMemberName string, resourceGroupName string, blockchainMember *blockchain.Member) (result blockchain.MembersCreateFuture, err error)
	Delete(ctx context.Context, blockchainMemberName string, resourceGroupName string) (result blockchain.MembersDeleteFuture, err error)
	Get(ctx context.Context, blockchainMemberName string, resourceGroupName string) (result blockchain.Member, err error)
	List(ctx context.Context, resourceGroupName string) (result blockchain.MemberCollectionPage, err error)
	ListComplete(ctx context.Context, resourceGroupName string) (result blockchain.MemberCollectionIterator, err error)
	ListAll(ctx context.Context) (result blockchain.MemberCollectionPage, err error)
	ListAllComplete(ctx context.Context) (result blockchain.MemberCollectionIterator, err error)
	ListAPIKeys(ctx context.Context, blockchainMemberName string, resourceGroupName string) (result blockchain.APIKeyCollection, err error)
	ListConsortiumMembers(ctx context.Context, blockchainMemberName string, resourceGroupName string) (result blockchain.ConsortiumMemberCollectionPage, err error)
	ListConsortiumMembersComplete(ctx context.Context, blockchainMemberName string, resourceGroupName string) (result blockchain.ConsortiumMemberCollectionIterator, err error)
	ListRegenerateAPIKeys(ctx context.Context, blockchainMemberName string, resourceGroupName string, APIKey *blockchain.APIKey) (result blockchain.APIKeyCollection, err error)
	Update(ctx context.Context, blockchainMemberName string, resourceGroupName string, blockchainMember *blockchain.MemberUpdate) (result blockchain.Member, err error)
}

MembersClientAPI contains the set of methods on the MembersClient type.

type OperationsClientAPI

type OperationsClientAPI interface {
	List(ctx context.Context) (result blockchain.ResourceProviderOperationCollectionPage, err error)
	ListComplete(ctx context.Context) (result blockchain.ResourceProviderOperationCollectionIterator, err error)
}

OperationsClientAPI contains the set of methods on the OperationsClient type.

type SkusClientAPI

type SkusClientAPI interface {
	List(ctx context.Context) (result blockchain.ResourceTypeSkuCollection, err error)
}

SkusClientAPI contains the set of methods on the SkusClient type.

type TransactionNodesClientAPI

type TransactionNodesClientAPI interface {
	Create(ctx context.Context, blockchainMemberName string, transactionNodeName string, resourceGroupName string, transactionNode *blockchain.TransactionNode) (result blockchain.TransactionNodesCreateFuture, err error)
	Delete(ctx context.Context, blockchainMemberName string, transactionNodeName string, resourceGroupName string) (result blockchain.TransactionNodesDeleteFuture, err error)
	Get(ctx context.Context, blockchainMemberName string, transactionNodeName string, resourceGroupName string) (result blockchain.TransactionNode, err error)
	List(ctx context.Context, blockchainMemberName string, resourceGroupName string) (result blockchain.TransactionNodeCollectionPage, err error)
	ListComplete(ctx context.Context, blockchainMemberName string, resourceGroupName string) (result blockchain.TransactionNodeCollectionIterator, err error)
	ListAPIKeys(ctx context.Context, blockchainMemberName string, transactionNodeName string, resourceGroupName string) (result blockchain.APIKeyCollection, err error)
	ListRegenerateAPIKeys(ctx context.Context, blockchainMemberName string, transactionNodeName string, resourceGroupName string, APIKey *blockchain.APIKey) (result blockchain.APIKeyCollection, err error)
	Update(ctx context.Context, blockchainMemberName string, transactionNodeName string, resourceGroupName string, transactionNode *blockchain.TransactionNodeUpdate) (result blockchain.TransactionNode, err error)
}

TransactionNodesClientAPI contains the set of methods on the TransactionNodesClient type.

Jump to

Keyboard shortcuts

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