C# 클래스 iControl.ManagementCLIScript

상속: iControlInterface
파일 보기 프로젝트 열기: f5devcentral/f5-icontrol-library-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Beginadd_checksum() 공개 메소드

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

Beginadd_signature() 공개 메소드

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
리턴 System.IAsyncResult

Beginclear_verification() 공개 메소드

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

Begincreate() 공개 메소드

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

Begindelete_all_cli_scripts() 공개 메소드

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

Begindelete_cli_script() 공개 메소드

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

Beginget_description() 공개 메소드

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

Beginget_ignore_verification_state() 공개 메소드

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

Beginget_list() 공개 메소드

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

Beginget_script() 공개 메소드

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

Beginget_verification_status() 공개 메소드

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

Beginget_version() 공개 메소드

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

Beginset_description() 공개 메소드

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

Beginset_ignore_verification_state() 공개 메소드

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

Beginset_script() 공개 메소드

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

Endadd_checksum() 공개 메소드

public Endadd_checksum ( System asyncResult ) : void
asyncResult System
리턴 void

Endadd_signature() 공개 메소드

public Endadd_signature ( System asyncResult ) : void
asyncResult System
리턴 void

Endclear_verification() 공개 메소드

public Endclear_verification ( System asyncResult ) : void
asyncResult System
리턴 void

Endcreate() 공개 메소드

public Endcreate ( System asyncResult ) : void
asyncResult System
리턴 void

Enddelete_all_cli_scripts() 공개 메소드

public Enddelete_all_cli_scripts ( System asyncResult ) : void
asyncResult System
리턴 void

Enddelete_cli_script() 공개 메소드

public Enddelete_cli_script ( System asyncResult ) : void
asyncResult System
리턴 void

Endget_description() 공개 메소드

public Endget_description ( System asyncResult ) : string[]
asyncResult System
리턴 string[]

Endget_ignore_verification_state() 공개 메소드

public Endget_ignore_verification_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
리턴 CommonEnabledState[]

Endget_list() 공개 메소드

public Endget_list ( System asyncResult ) : string[]
asyncResult System
리턴 string[]

Endget_script() 공개 메소드

public Endget_script ( System asyncResult ) : string[]
asyncResult System
리턴 string[]

Endget_verification_status() 공개 메소드

public Endget_verification_status ( System asyncResult ) : CommonVerificationStatus[]
asyncResult System
리턴 CommonVerificationStatus[]

Endget_version() 공개 메소드

public Endget_version ( System asyncResult ) : string
asyncResult System
리턴 string

Endset_description() 공개 메소드

public Endset_description ( System asyncResult ) : void
asyncResult System
리턴 void

Endset_ignore_verification_state() 공개 메소드

public Endset_ignore_verification_state ( System asyncResult ) : void
asyncResult System
리턴 void

Endset_script() 공개 메소드

public Endset_script ( System asyncResult ) : void
asyncResult System
리턴 void

ManagementCLIScript() 공개 메소드

public ManagementCLIScript ( ) : System
리턴 System