Interface IAzureClient
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Rest.ClientRuntime.Azure.dll
Syntax
public interface IAzureClient
Properties
Declaration
public Microsoft.Rest.ServiceClientCredentials Credentials { get; }
Property Value
Declaration
public Newtonsoft.Json.JsonSerializerSettings DeserializationSettings { get; }
Property Value
Declaration
public Nullable<bool> GenerateClientRequestId { get; set; }
Property Value
Declaration
public System.Net.Http.HttpClient HttpClient { get; }
Property Value
Declaration
public Nullable<int> LongRunningOperationRetryTimeout { get; set; }
Property Value
Declaration
public Newtonsoft.Json.JsonSerializerSettings SerializationSettings { get; }
Property Value
Extension Methods