Aracılığıyla paylaş


AgentRegistrationInformation interface

AgentRegistrationInformation'ı temsil eden arabirim.

Yöntemler

get(string, string, AgentRegistrationInformationGetOptionalParams)

Otomasyon aracısı kayıt bilgilerini alın.

regenerateKey(string, string, AgentRegistrationRegenerateKeyParameter, AgentRegistrationInformationRegenerateKeyOptionalParams)

Birincil veya ikincil aracı kayıt anahtarını yeniden oluşturma

Yöntem Ayrıntıları

get(string, string, AgentRegistrationInformationGetOptionalParams)

Otomasyon aracısı kayıt bilgilerini alın.

function get(resourceGroupName: string, automationAccountName: string, options?: AgentRegistrationInformationGetOptionalParams): Promise<AgentRegistration>

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

options
AgentRegistrationInformationGetOptionalParams

Seçenekler parametreleri.

Döndürülenler

regenerateKey(string, string, AgentRegistrationRegenerateKeyParameter, AgentRegistrationInformationRegenerateKeyOptionalParams)

Birincil veya ikincil aracı kayıt anahtarını yeniden oluşturma

function regenerateKey(resourceGroupName: string, automationAccountName: string, parameters: AgentRegistrationRegenerateKeyParameter, options?: AgentRegistrationInformationRegenerateKeyOptionalParams): Promise<AgentRegistration>

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

parameters
AgentRegistrationRegenerateKeyParameter

Yeniden oluşturulacak aracı kayıt anahtarının adı

options
AgentRegistrationInformationRegenerateKeyOptionalParams

Seçenekler parametreleri.

Döndürülenler