Azure SDK for Embedded C
1.5.0
sdk
inc
azure
az_core.h
Go to the documentation of this file.
1
// Copyright (c) Microsoft Corporation. All rights reserved.
2
// SPDX-License-Identifier: MIT
3
15
#ifndef _az_CORE_H
16
#define _az_CORE_H
17
18
#include <
azure/core/az_base64.h
>
19
#include <
azure/core/az_config.h
>
20
#include <
azure/core/az_context.h
>
21
#include <
azure/core/az_credentials.h
>
22
#include <
azure/core/az_http.h
>
23
#include <
azure/core/az_http_transport.h
>
24
#include <
azure/core/az_json.h
>
25
#include <
azure/core/az_log.h
>
26
#include <
azure/core/az_platform.h
>
27
#include <
azure/core/az_precondition.h
>
28
#include <
azure/core/az_result.h
>
29
#include <
azure/core/az_span.h
>
30
#include <
azure/core/az_version.h
>
31
32
#endif //_az_CORE_H
az_result.h
Definition of az_result and helper functions.
az_log.h
This header defines the types and functions your application uses to be notified of Azure SDK client ...
az_base64.h
Defines APIs to convert between binary data and UTF-8 encoded text that is represented in base 64.
az_precondition.h
This header defines the types and functions your application uses to override the default preconditio...
az_platform.h
Defines platform-specific functionality used by the Azure SDK.
az_context.h
Context for canceling long running operations.
az_span.h
An az_span represents a contiguous byte buffer and is used for string manipulations,...
az_credentials.h
Credentials used for authentication with many (not all) Azure SDK client libraries.
az_http.h
This header defines the types and functions your application uses to leverage HTTP request and respon...
az_json.h
This header defines the types and functions your application uses to read or write JSON objects.
az_version.h
Provides version information.
az_http_transport.h
Utilities to be used by HTTP transport policy implementations.
az_config.h
Configurable constants used by the Azure SDK.
Generated by
1.8.20