AgentRegistrationInformation interface
AgentRegistrationInformation'ı temsil eden arabirim.
Yöntemler
| get(string, string, Agent |
Otomasyon aracısı kayıt bilgilerini alın. |
| regenerate |
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ı.
Seçenekler parametreleri.
Döndürülenler
Promise<AgentRegistration>
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ı
Seçenekler parametreleri.
Döndürülenler
Promise<AgentRegistration>