AzureSDK.Core.Client (Azure SDK v0.1.0)

Copy Markdown View Source

Shared client configuration used across AzureSDK service clients.

Summary

Functions

Creates a base client struct from common options.

Types

t()

@type t() :: %AzureSDK.Core.Client{
  api_version: String.t() | nil,
  credential: AzureSDK.Identity.Credential.t() | nil,
  endpoint: String.t() | nil,
  req_options: keyword(),
  retry: AzureSDK.Core.Retry.policy()
}

Functions

new(opts)

@spec new(keyword()) :: t()

Creates a base client struct from common options.