IAzureClient Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interface for all Microsoft Azure clients.
public interface IAzureClient
type IAzureClient = interface
Public Interface IAzureClient
- Derived
Properties
Credentials |
Gets Azure subscription credentials. |
DeserializationSettings |
Gets json deserialization settings. |
GenerateClientRequestId |
When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true. |
HttpClient |
Gets the HttpClient used for making HTTP requests. |
LongRunningOperationRetryTimeout |
Gets or sets the retry timeout for Long Running Operations. |
SerializationSettings |
Gets json serialization settings. |
Extension Methods
Applies to
Azure SDK for .NET