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) ListAll(ctx context.Context) (result blockchain.MemberCollectionPage, 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) 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)
}
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) 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.
Click to show internal directories.
Click to hide internal directories.