Dela via


System.ClientModel Namespace

Classes

ApiKeyCredential

A credential used to authenticate to a service that accepts an API key. This type provides the ability to update the key's value without creating a new client.

AsyncPageableCollection<T>

Represents a collection of results returned from a cloud service operation sequentially over one or more calls to the service.

AsyncResultCollection<T>

Represents a collection of results returned from a cloud service operation.

BinaryContent

Represents binary content that can be sent to a cloud service as part of a PipelineRequest.

ClientResult

Represents the result of a cloud service operation.

ClientResult<T>

Represents the result of a cloud service operation, and provides a strongly-typed representation of the service response value.

ClientResultException

The exception that is thrown when the processing of a client request failed.

PageableCollection<T>

Represents a collection of results returned from a cloud service operation sequentially over one or more calls to the service.

ResultCollection<T>

Represents a collection of results returned from a cloud service operation.

ResultPage<T>

Represents the subset (or page) of results contained in a single response from a cloud service returning a collection of results sequentially over one or more calls to the service (i.e. a paged collection).