Classes
AppHubClient
The App Hub API allows you to manage App Hub resources.
AppHubConnection
The AppHubConnection
object for AppHubClient
.
AppHubConnectionIdempotencyPolicy
AppHubLimitedErrorCountRetryPolicy
A retry policy for AppHubConnection
based on counting errors.
AppHubLimitedTimeRetryPolicy
A retry policy for AppHubConnection
based on elapsed time.
AppHubRetryPolicy
The retry policy for AppHubConnection
.
Structs
AppHubBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
AppHubConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
AppHubPollingPolicyOption
Use with google::cloud::Options
to configure the long-running operations polling policy.
AppHubRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
Functions
MakeAppHubConnection(Options)
A factory function to construct an object of type AppHubConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of AppHubClient .
The optional options
argument may be used to configure aspects of the returned AppHubConnection
. Expected options are any of the types in the following option lists:
options
std::shared_ptr< AppHubConnection >
MakeDefaultAppHubConnectionIdempotencyPolicy()
std::unique_ptr< AppHubConnectionIdempotencyPolicy >

