AgentRegistration Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
AgentRegistration() |
Inicializuje novou instanci Třídy AgentRegistration. |
AgentRegistration(String, String, AgentRegistrationKeys, String) |
Inicializuje novou instanci Třídy AgentRegistration. |
AgentRegistration()
Inicializuje novou instanci Třídy AgentRegistration.
public AgentRegistration ();
Public Sub New ()
Platí pro
AgentRegistration(String, String, AgentRegistrationKeys, String)
Inicializuje novou instanci Třídy AgentRegistration.
public AgentRegistration (string dscMetaConfiguration = default, string endpoint = default, Microsoft.Azure.Management.Automation.Models.AgentRegistrationKeys keys = default, string id = default);
new Microsoft.Azure.Management.Automation.Models.AgentRegistration : string * string * Microsoft.Azure.Management.Automation.Models.AgentRegistrationKeys * string -> Microsoft.Azure.Management.Automation.Models.AgentRegistration
Public Sub New (Optional dscMetaConfiguration As String = Nothing, Optional endpoint As String = Nothing, Optional keys As AgentRegistrationKeys = Nothing, Optional id As String = Nothing)
Parametry
- dscMetaConfiguration
- String
Získá nebo nastaví konfiguraci dsc meta.
- endpoint
- String
Získá nebo nastaví koncový bod serveru dsc.
Získá nebo nastaví registrační klíče agenta.
- id
- String
Získá nebo nastaví ID.
Platí pro
Azure SDK for .NET