Udostępnij za pośrednictwem


IClientFactory Interface

Definition

public interface IClientFactory : Microsoft.Azure.Commands.Common.Authentication.IHyakClientFactory
type IClientFactory = interface
    interface IHyakClientFactory
Public Interface IClientFactory
Implements IHyakClientFactory
Derived
Implements

Properties

UserAgents

Methods

AddAction(IClientAction)
AddHandler<T>(T)
AddUserAgent(String)
AddUserAgent(String, String)
CreateArmClient<TClient>(IAzureContext, String)
CreateClient<TClient>(IAzureContext, String) (Inherited from IHyakClientFactory)
CreateClient<TClient>(IAzureContextContainer, IAzureSubscription, String) (Inherited from IHyakClientFactory)
CreateClient<TClient>(IAzureContextContainer, IAzureSubscription, String) (Inherited from IHyakClientFactory)
CreateClient<TClient>(IAzureContextContainer, String) (Inherited from IHyakClientFactory)
CreateClient<TClient>(IAzureContextContainer, String) (Inherited from IHyakClientFactory)
CreateCustomArmClient<TClient>(Object[])
CreateCustomClient<TClient>(Object[]) (Inherited from IHyakClientFactory)
CreateHttpClient(String, HttpMessageHandler)
CreateHttpClient(String, ICredentials)
GetCustomHandlers()
RemoveAction(Type)
RemoveHandler(Type)
RemoveUserAgent(String)

Applies to