Aracılığıyla paylaş


ClientFactory Class

Definition

public class ClientFactory : Microsoft.Azure.Commands.Common.Authentication.IClientFactory
type ClientFactory = class
    interface IClientFactory
    interface IHyakClientFactory
Public Class ClientFactory
Implements IClientFactory
Inheritance
ClientFactory
Implements

Constructors

ClientFactory()

Properties

UserAgents

Methods

AddAction(IClientAction)
AddHandler<T>(T)
AddUserAgent(String)

Adds user agent to UserAgents collection with empty version.

AddUserAgent(String, String)

Adds user agent to UserAgents collection.

CreateArmClient<TClient>(IAzureContext, String)
CreateClient<TClient>(IAzureContext, String)
CreateClient<TClient>(IAzureContextContainer, IAzureSubscription, String)

Creates the client.

CreateClient<TClient>(IAzureContextContainer, IAzureSubscription, String)
CreateClient<TClient>(IAzureContextContainer, String)
CreateClient<TClient>(IAzureContextContainer, String)
CreateCustomArmClient<TClient>(Object[])
CreateCustomClient<TClient>(Object[])
CreateHttpClient(String, HttpMessageHandler)
CreateHttpClient(String, ICredentials)
CreateHttpClientHandler(String, ICredentials)
GetCustomHandlers()
RemoveAction(Type)
RemoveHandler(Type)
RemoveUserAgent(String)

Applies to