C# Class iControl.ManagementCLIScript

Inheritance: iControlInterface
Mostra file Open project: f5devcentral/f5-icontrol-library-dotnet Class Usage Examples

Public Methods

Method 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

Method 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 method

public Beginadd_checksum ( string scripts, System callback, object asyncState ) : System.IAsyncResult
scripts string
callback System
asyncState object
return System.IAsyncResult

Beginadd_signature() public method

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
return System.IAsyncResult

Beginclear_verification() public method

public Beginclear_verification ( string scripts, System callback, object asyncState ) : System.IAsyncResult
scripts string
callback System
asyncState object
return System.IAsyncResult

Begincreate() public method

public Begincreate ( string scripts, string definitions, System callback, object asyncState ) : System.IAsyncResult
scripts string
definitions string
callback System
asyncState object
return System.IAsyncResult

Begindelete_all_cli_scripts() public method

public Begindelete_all_cli_scripts ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

Begindelete_cli_script() public method

public Begindelete_cli_script ( string scripts, System callback, object asyncState ) : System.IAsyncResult
scripts string
callback System
asyncState object
return System.IAsyncResult

Beginget_description() public method

public Beginget_description ( string scripts, System callback, object asyncState ) : System.IAsyncResult
scripts string
callback System
asyncState object
return System.IAsyncResult

Beginget_ignore_verification_state() public method

public Beginget_ignore_verification_state ( string scripts, System callback, object asyncState ) : System.IAsyncResult
scripts string
callback System
asyncState object
return System.IAsyncResult

Beginget_list() public method

public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

Beginget_script() public method

public Beginget_script ( string scripts, System callback, object asyncState ) : System.IAsyncResult
scripts string
callback System
asyncState object
return System.IAsyncResult

Beginget_verification_status() public method

public Beginget_verification_status ( string scripts, System callback, object asyncState ) : System.IAsyncResult
scripts string
callback System
asyncState object
return System.IAsyncResult

Beginget_version() public method

public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

Beginset_description() public method

public Beginset_description ( string scripts, string descriptions, System callback, object asyncState ) : System.IAsyncResult
scripts string
descriptions string
callback System
asyncState object
return System.IAsyncResult

Beginset_ignore_verification_state() public method

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

Beginset_script() public method

public Beginset_script ( string scripts, string definitions, System callback, object asyncState ) : System.IAsyncResult
scripts string
definitions string
callback System
asyncState object
return System.IAsyncResult

Endadd_checksum() public method

public Endadd_checksum ( System asyncResult ) : void
asyncResult System
return void

Endadd_signature() public method

public Endadd_signature ( System asyncResult ) : void
asyncResult System
return void

Endclear_verification() public method

public Endclear_verification ( System asyncResult ) : void
asyncResult System
return void

Endcreate() public method

public Endcreate ( System asyncResult ) : void
asyncResult System
return void

Enddelete_all_cli_scripts() public method

public Enddelete_all_cli_scripts ( System asyncResult ) : void
asyncResult System
return void

Enddelete_cli_script() public method

public Enddelete_cli_script ( System asyncResult ) : void
asyncResult System
return void

Endget_description() public method

public Endget_description ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_ignore_verification_state() public method

public Endget_ignore_verification_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
return CommonEnabledState[]

Endget_list() public method

public Endget_list ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_script() public method

public Endget_script ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_verification_status() public method

public Endget_verification_status ( System asyncResult ) : CommonVerificationStatus[]
asyncResult System
return CommonVerificationStatus[]

Endget_version() public method

public Endget_version ( System asyncResult ) : string
asyncResult System
return string

Endset_description() public method

public Endset_description ( System asyncResult ) : void
asyncResult System
return void

Endset_ignore_verification_state() public method

public Endset_ignore_verification_state ( System asyncResult ) : void
asyncResult System
return void

Endset_script() public method

public Endset_script ( System asyncResult ) : void
asyncResult System
return void

ManagementCLIScript() public method

public ManagementCLIScript ( ) : System
return System