Azione di scrittura delle credenziali del server MySQL

Microsoft.MySQLServerCredentials.WSMan.Invoke.WriteAction (WriteActionModuleType)

Azione di scrittura per modificare il file di autenticazione aggiungendo credenziali nuove o predefinite del provider da connettere all'istanza

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
InputTypeSystem.BaseData
OutputTypeMicrosoft.SystemCenter.WSManagement.WSManData

Member Modules:

ID Module Type TypeId RunAs 
Invoke WriteAction Microsoft.Unix.WSMan.Invoke.WriteAction Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
MySQLUserNamestring$Config/MySQLUserName$Nome utente del server MySQLNome utente usato da OpsMgr per recuperare i dati dal server MySQL
MySQLPasswordstring$Config/MySQLPassword$Password del server MySQLPassword dell'utente MySQL usata da OpsMgr per recuperare i dati dal server MySQL
MySQLPortstring$Config/MySQLPort$Porta del server MySQLPorta in cui è attualmente in esecuzione il server MySQL
BindAddressstring$Config/BindAddress$Indirizzo di associazione del server MySQLIndirizzo a cui è associato il server MySQL

Source Code:

<WriteActionModuleType ID="Microsoft.MySQLServerCredentials.WSMan.Invoke.WriteAction" Accessibility="Internal">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="TargetSystem" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="MySQLUserName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="MySQLPassword" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="MySQLPort" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="BindAddress" type="xsd:string"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="MySQLUserName" ParameterType="string" Selector="$Config/MySQLUserName$"/>
<OverrideableParameter ID="MySQLPassword" ParameterType="string" Selector="$Config/MySQLPassword$"/>
<OverrideableParameter ID="MySQLPort" ParameterType="string" Selector="$Config/MySQLPort$"/>
<OverrideableParameter ID="BindAddress" ParameterType="string" Selector="$Config/BindAddress$"/>
</OverrideableParameters>
<ModuleImplementation>
<Composite>
<MemberModules>
<WriteAction ID="Invoke" TypeID="Unix!Microsoft.Unix.WSMan.Invoke.WriteAction">
<TargetSystem>$Config/TargetSystem$</TargetSystem>
<Uri>http://schemas.microsoft.com/wbem/wscim/1/cim-schema/2/MySQL_Server?__cimnamespace=root/mysql</Uri>
<Selector/>
<InvokeAction>UpdateCredentials</InvokeAction>
<Input>&lt;p:UpdateCredentials_INPUT xmlns:p="http://schemas.microsoft.com/wbem/wscim/1/cim-schema/2/MySQL_Server"&gt;&lt;p:Port&gt;$Config/MySQLPort$&lt;/p:Port&gt;&lt;p:BindAddress&gt;$Config/BindAddress$&lt;/p:BindAddress&gt;&lt;p:Username&gt;$Config/MySQLUserName$&lt;/p:Username&gt;&lt;p:Password&gt;$Config/MySQLPassword$&lt;/p:Password&gt;&lt;/p:UpdateCredentials_INPUT&gt;</Input>
</WriteAction>
</MemberModules>
<Composition>
<Node ID="Invoke"/>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>WSM!Microsoft.SystemCenter.WSManagement.WSManData</OutputType>
<InputType>System!System.BaseData</InputType>
</WriteActionModuleType>