C# 클래스 iControl.ManagementApplicationTemplate

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

공개 메소드들

메소드 설명
Beginadd_checksum ( string templates, System callback, object asyncState ) : System.IAsyncResult
Beginadd_signature ( string templates, string signing_key_names, string public_cert_names, System callback, object asyncState ) : System.IAsyncResult
Beginclear_verification ( string templates, System callback, object asyncState ) : System.IAsyncResult
Begincreate ( string templates, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_templates ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_application_template ( string templates, System callback, object asyncState ) : System.IAsyncResult
Beginget_action_implementation ( string templates, string actions, System callback, object asyncState ) : System.IAsyncResult
Beginget_action_list ( string templates, System callback, object asyncState ) : System.IAsyncResult
Beginget_action_presentation ( string templates, string actions, System callback, object asyncState ) : System.IAsyncResult
Beginget_action_presentation_help ( string templates, string actions, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string templates, System callback, object asyncState ) : System.IAsyncResult
Beginget_ignore_verification_state ( string templates, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_prerequisite_bigip_version_maximum ( string templates, System callback, object asyncState ) : System.IAsyncResult
Beginget_prerequisite_bigip_version_minimum ( string templates, System callback, object asyncState ) : System.IAsyncResult
Beginget_prerequisite_errors ( string templates, System callback, object asyncState ) : System.IAsyncResult
Beginget_prerequisite_modules ( string templates, System callback, object asyncState ) : System.IAsyncResult
Beginget_verification_status ( string templates, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginset_action_implementation ( string templates, string actions, string values, System callback, object asyncState ) : System.IAsyncResult
Beginset_action_presentation ( string templates, string actions, string values, System callback, object asyncState ) : System.IAsyncResult
Beginset_action_presentation_help ( string templates, string actions, string values, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string templates, string values, System callback, object asyncState ) : System.IAsyncResult
Beginset_ignore_verification_state ( string templates, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_prerequisite_bigip_version_maximum ( string templates, string values, System callback, object asyncState ) : System.IAsyncResult
Beginset_prerequisite_bigip_version_minimum ( string templates, string values, System callback, object asyncState ) : System.IAsyncResult
Beginset_prerequisite_modules ( string templates, CommonTMOSModule values, 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_templates ( System asyncResult ) : void
Enddelete_application_template ( System asyncResult ) : void
Endget_action_implementation ( System asyncResult ) : string[][]
Endget_action_list ( System asyncResult ) : string[][]
Endget_action_presentation ( System asyncResult ) : string[][]
Endget_action_presentation_help ( System asyncResult ) : string[][]
Endget_description ( System asyncResult ) : string[]
Endget_ignore_verification_state ( System asyncResult ) : CommonEnabledState[]
Endget_list ( System asyncResult ) : string[]
Endget_prerequisite_bigip_version_maximum ( System asyncResult ) : string[]
Endget_prerequisite_bigip_version_minimum ( System asyncResult ) : string[]
Endget_prerequisite_errors ( System asyncResult ) : string[]
Endget_prerequisite_modules ( System asyncResult ) : CommonTMOSModule[][]
Endget_verification_status ( System asyncResult ) : CommonVerificationStatus[]
Endget_version ( System asyncResult ) : string
Endset_action_implementation ( System asyncResult ) : void
Endset_action_presentation ( System asyncResult ) : void
Endset_action_presentation_help ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_ignore_verification_state ( System asyncResult ) : void
Endset_prerequisite_bigip_version_maximum ( System asyncResult ) : void
Endset_prerequisite_bigip_version_minimum ( System asyncResult ) : void
Endset_prerequisite_modules ( System asyncResult ) : void
ManagementApplicationTemplate ( ) : System

비공개 메소드들

메소드 설명
add_checksum ( string templates ) : void
add_signature ( string templates, string signing_key_names, string public_cert_names ) : void
clear_verification ( string templates ) : void
create ( string templates ) : void
delete_all_templates ( ) : void
delete_application_template ( string templates ) : void
get_action_implementation ( string templates, string actions ) : string[][]
get_action_list ( string templates ) : string[][]
get_action_presentation ( string templates, string actions ) : string[][]
get_action_presentation_help ( string templates, string actions ) : string[][]
get_description ( string templates ) : string[]
get_ignore_verification_state ( string templates ) : CommonEnabledState[]
get_list ( ) : string[]
get_prerequisite_bigip_version_maximum ( string templates ) : string[]
get_prerequisite_bigip_version_minimum ( string templates ) : string[]
get_prerequisite_errors ( string templates ) : string[]
get_prerequisite_modules ( string templates ) : CommonTMOSModule[][]
get_verification_status ( string templates ) : CommonVerificationStatus[]
get_version ( ) : string
set_action_implementation ( string templates, string actions, string values ) : void
set_action_presentation ( string templates, string actions, string values ) : void
set_action_presentation_help ( string templates, string actions, string values ) : void
set_description ( string templates, string values ) : void
set_ignore_verification_state ( string templates, CommonEnabledState states ) : void
set_prerequisite_bigip_version_maximum ( string templates, string values ) : void
set_prerequisite_bigip_version_minimum ( string templates, string values ) : void
set_prerequisite_modules ( string templates, CommonTMOSModule values ) : void

메소드 상세

Beginadd_checksum() 공개 메소드

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

Beginadd_signature() 공개 메소드

public Beginadd_signature ( string templates, string signing_key_names, string public_cert_names, System callback, object asyncState ) : System.IAsyncResult
templates string
signing_key_names string
public_cert_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginclear_verification() 공개 메소드

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

Begincreate() 공개 메소드

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

Begindelete_all_templates() 공개 메소드

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

Begindelete_application_template() 공개 메소드

public Begindelete_application_template ( string templates, System callback, object asyncState ) : System.IAsyncResult
templates string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_action_implementation() 공개 메소드

public Beginget_action_implementation ( string templates, string actions, System callback, object asyncState ) : System.IAsyncResult
templates string
actions string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_action_list() 공개 메소드

public Beginget_action_list ( string templates, System callback, object asyncState ) : System.IAsyncResult
templates string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_action_presentation() 공개 메소드

public Beginget_action_presentation ( string templates, string actions, System callback, object asyncState ) : System.IAsyncResult
templates string
actions string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_action_presentation_help() 공개 메소드

public Beginget_action_presentation_help ( string templates, string actions, System callback, object asyncState ) : System.IAsyncResult
templates string
actions string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_description() 공개 메소드

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

Beginget_ignore_verification_state() 공개 메소드

public Beginget_ignore_verification_state ( string templates, System callback, object asyncState ) : System.IAsyncResult
templates 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_prerequisite_bigip_version_maximum() 공개 메소드

public Beginget_prerequisite_bigip_version_maximum ( string templates, System callback, object asyncState ) : System.IAsyncResult
templates string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_prerequisite_bigip_version_minimum() 공개 메소드

public Beginget_prerequisite_bigip_version_minimum ( string templates, System callback, object asyncState ) : System.IAsyncResult
templates string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_prerequisite_errors() 공개 메소드

public Beginget_prerequisite_errors ( string templates, System callback, object asyncState ) : System.IAsyncResult
templates string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_prerequisite_modules() 공개 메소드

public Beginget_prerequisite_modules ( string templates, System callback, object asyncState ) : System.IAsyncResult
templates string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_verification_status() 공개 메소드

public Beginget_verification_status ( string templates, System callback, object asyncState ) : System.IAsyncResult
templates 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_action_implementation() 공개 메소드

public Beginset_action_implementation ( string templates, string actions, string values, System callback, object asyncState ) : System.IAsyncResult
templates string
actions string
values string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_action_presentation() 공개 메소드

public Beginset_action_presentation ( string templates, string actions, string values, System callback, object asyncState ) : System.IAsyncResult
templates string
actions string
values string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_action_presentation_help() 공개 메소드

public Beginset_action_presentation_help ( string templates, string actions, string values, System callback, object asyncState ) : System.IAsyncResult
templates string
actions string
values string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_description() 공개 메소드

public Beginset_description ( string templates, string values, System callback, object asyncState ) : System.IAsyncResult
templates string
values string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_ignore_verification_state() 공개 메소드

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

Beginset_prerequisite_bigip_version_maximum() 공개 메소드

public Beginset_prerequisite_bigip_version_maximum ( string templates, string values, System callback, object asyncState ) : System.IAsyncResult
templates string
values string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_prerequisite_bigip_version_minimum() 공개 메소드

public Beginset_prerequisite_bigip_version_minimum ( string templates, string values, System callback, object asyncState ) : System.IAsyncResult
templates string
values string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_prerequisite_modules() 공개 메소드

public Beginset_prerequisite_modules ( string templates, CommonTMOSModule values, System callback, object asyncState ) : System.IAsyncResult
templates string
values CommonTMOSModule
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_templates() 공개 메소드

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

Enddelete_application_template() 공개 메소드

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

Endget_action_implementation() 공개 메소드

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

Endget_action_list() 공개 메소드

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

Endget_action_presentation() 공개 메소드

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

Endget_action_presentation_help() 공개 메소드

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

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_prerequisite_bigip_version_maximum() 공개 메소드

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

Endget_prerequisite_bigip_version_minimum() 공개 메소드

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

Endget_prerequisite_errors() 공개 메소드

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

Endget_prerequisite_modules() 공개 메소드

public Endget_prerequisite_modules ( System asyncResult ) : CommonTMOSModule[][]
asyncResult System
리턴 CommonTMOSModule[][]

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_action_implementation() 공개 메소드

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

Endset_action_presentation() 공개 메소드

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

Endset_action_presentation_help() 공개 메소드

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

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_prerequisite_bigip_version_maximum() 공개 메소드

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

Endset_prerequisite_bigip_version_minimum() 공개 메소드

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

Endset_prerequisite_modules() 공개 메소드

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

ManagementApplicationTemplate() 공개 메소드

public ManagementApplicationTemplate ( ) : System
리턴 System