C# Class iControl.ManagementCLIScript

Inheritance: iControlInterface
Afficher le fichier Open project: f5devcentral/f5-icontrol-library-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
Beginadd_checksum ( string scripts, System callback, object asyncState ) : System.IAsyncResult
Beginadd_signature ( string scripts, string signing_keys, string public_certs, System callback, object asyncState ) : System.IAsyncResult
Beginclear_verification ( string scripts, System callback, object asyncState ) : System.IAsyncResult
Begincreate ( string scripts, string definitions, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_cli_scripts ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_cli_script ( string scripts, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string scripts, System callback, object asyncState ) : System.IAsyncResult
Beginget_ignore_verification_state ( string scripts, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_script ( string scripts, System callback, object asyncState ) : System.IAsyncResult
Beginget_verification_status ( string scripts, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string scripts, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_ignore_verification_state ( string scripts, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_script ( string scripts, string definitions, System callback, object asyncState ) : System.IAsyncResult
Endadd_checksum ( System asyncResult ) : void
Endadd_signature ( System asyncResult ) : void
Endclear_verification ( System asyncResult ) : void
Endcreate ( System asyncResult ) : void
Enddelete_all_cli_scripts ( System asyncResult ) : void
Enddelete_cli_script ( System asyncResult ) : void
Endget_description ( System asyncResult ) : string[]
Endget_ignore_verification_state ( System asyncResult ) : CommonEnabledState[]
Endget_list ( System asyncResult ) : string[]
Endget_script ( System asyncResult ) : string[]
Endget_verification_status ( System asyncResult ) : CommonVerificationStatus[]
Endget_version ( System asyncResult ) : string
Endset_description ( System asyncResult ) : void
Endset_ignore_verification_state ( System asyncResult ) : void
Endset_script ( System asyncResult ) : void
ManagementCLIScript ( ) : System

Private Methods

Méthode Description
add_checksum ( string scripts ) : void
add_signature ( string scripts, string signing_keys, string public_certs ) : void
clear_verification ( string scripts ) : void
create ( string scripts, string definitions ) : void
delete_all_cli_scripts ( ) : void
delete_cli_script ( string scripts ) : void
get_description ( string scripts ) : string[]
get_ignore_verification_state ( string scripts ) : CommonEnabledState[]
get_list ( ) : string[]
get_script ( string scripts ) : string[]
get_verification_status ( string scripts ) : CommonVerificationStatus[]
get_version ( ) : string
set_description ( string scripts, string descriptions ) : void
set_ignore_verification_state ( string scripts, CommonEnabledState states ) : void
set_script ( string scripts, string definitions ) : void

Method Details

Beginadd_checksum() public méthode

public Beginadd_checksum ( string scripts, System callback, object asyncState ) : System.IAsyncResult
scripts string
callback System
asyncState object
Résultat System.IAsyncResult

Beginadd_signature() public méthode

public Beginadd_signature ( string scripts, string signing_keys, string public_certs, System callback, object asyncState ) : System.IAsyncResult
scripts string
signing_keys string
public_certs string
callback System
asyncState object
Résultat System.IAsyncResult

Beginclear_verification() public méthode

public Beginclear_verification ( string scripts, System callback, object asyncState ) : System.IAsyncResult
scripts string
callback System
asyncState object
Résultat System.IAsyncResult

Begincreate() public méthode

public Begincreate ( string scripts, string definitions, System callback, object asyncState ) : System.IAsyncResult
scripts string
definitions string
callback System
asyncState object
Résultat System.IAsyncResult

Begindelete_all_cli_scripts() public méthode

public Begindelete_all_cli_scripts ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Résultat System.IAsyncResult

Begindelete_cli_script() public méthode

public Begindelete_cli_script ( string scripts, System callback, object asyncState ) : System.IAsyncResult
scripts string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_description() public méthode

public Beginget_description ( string scripts, System callback, object asyncState ) : System.IAsyncResult
scripts string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_ignore_verification_state() public méthode

public Beginget_ignore_verification_state ( string scripts, System callback, object asyncState ) : System.IAsyncResult
scripts string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_list() public méthode

public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_script() public méthode

public Beginget_script ( string scripts, System callback, object asyncState ) : System.IAsyncResult
scripts string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_verification_status() public méthode

public Beginget_verification_status ( string scripts, System callback, object asyncState ) : System.IAsyncResult
scripts string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_version() public méthode

public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Résultat System.IAsyncResult

Beginset_description() public méthode

public Beginset_description ( string scripts, string descriptions, System callback, object asyncState ) : System.IAsyncResult
scripts string
descriptions string
callback System
asyncState object
Résultat System.IAsyncResult

Beginset_ignore_verification_state() public méthode

public Beginset_ignore_verification_state ( string scripts, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
scripts string
states CommonEnabledState
callback System
asyncState object
Résultat System.IAsyncResult

Beginset_script() public méthode

public Beginset_script ( string scripts, string definitions, System callback, object asyncState ) : System.IAsyncResult
scripts string
definitions string
callback System
asyncState object
Résultat System.IAsyncResult

Endadd_checksum() public méthode

public Endadd_checksum ( System asyncResult ) : void
asyncResult System
Résultat void

Endadd_signature() public méthode

public Endadd_signature ( System asyncResult ) : void
asyncResult System
Résultat void

Endclear_verification() public méthode

public Endclear_verification ( System asyncResult ) : void
asyncResult System
Résultat void

Endcreate() public méthode

public Endcreate ( System asyncResult ) : void
asyncResult System
Résultat void

Enddelete_all_cli_scripts() public méthode

public Enddelete_all_cli_scripts ( System asyncResult ) : void
asyncResult System
Résultat void

Enddelete_cli_script() public méthode

public Enddelete_cli_script ( System asyncResult ) : void
asyncResult System
Résultat void

Endget_description() public méthode

public Endget_description ( System asyncResult ) : string[]
asyncResult System
Résultat string[]

Endget_ignore_verification_state() public méthode

public Endget_ignore_verification_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
Résultat CommonEnabledState[]

Endget_list() public méthode

public Endget_list ( System asyncResult ) : string[]
asyncResult System
Résultat string[]

Endget_script() public méthode

public Endget_script ( System asyncResult ) : string[]
asyncResult System
Résultat string[]

Endget_verification_status() public méthode

public Endget_verification_status ( System asyncResult ) : CommonVerificationStatus[]
asyncResult System
Résultat CommonVerificationStatus[]

Endget_version() public méthode

public Endget_version ( System asyncResult ) : string
asyncResult System
Résultat string

Endset_description() public méthode

public Endset_description ( System asyncResult ) : void
asyncResult System
Résultat void

Endset_ignore_verification_state() public méthode

public Endset_ignore_verification_state ( System asyncResult ) : void
asyncResult System
Résultat void

Endset_script() public méthode

public Endset_script ( System asyncResult ) : void
asyncResult System
Résultat void

ManagementCLIScript() public méthode

public ManagementCLIScript ( ) : System
Résultat System