C# 클래스 iControl.ASMPolicyGroup

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

공개 메소드들

메소드 설명
ASMPolicyGroup ( ) : System
Beginadd_policy ( string group_names, string policy_names, System callback, object asyncState ) : System.IAsyncResult
Begincreate ( string group_names, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_groups ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_group ( string group_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_policy_list ( ASMWebApplicationGroupDefinition group_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_policies ( string group_names, System callback, object asyncState ) : System.IAsyncResult
Beginremove_policy ( string group_names, string policy_names, System callback, object asyncState ) : System.IAsyncResult
Endadd_policy ( System asyncResult ) : void
Endcreate ( System asyncResult ) : void
Enddelete_all_groups ( System asyncResult ) : void
Enddelete_group ( System asyncResult ) : void
Endget_list ( System asyncResult ) : iControl.ASMWebApplicationGroupDefinition[]
Endget_policy_list ( System asyncResult ) : string[][]
Endget_version ( System asyncResult ) : string
Endremove_all_policies ( System asyncResult ) : void
Endremove_policy ( System asyncResult ) : void

비공개 메소드들

메소드 설명
add_policy ( string group_names, string policy_names ) : void
create ( string group_names ) : void
delete_all_groups ( ) : void
delete_group ( string group_names ) : void
get_list ( ) : iControl.ASMWebApplicationGroupDefinition[]
get_policy_list ( ASMWebApplicationGroupDefinition group_names ) : string[][]
get_version ( ) : string
remove_all_policies ( string group_names ) : void
remove_policy ( string group_names, string policy_names ) : void

메소드 상세

ASMPolicyGroup() 공개 메소드

public ASMPolicyGroup ( ) : System
리턴 System

Beginadd_policy() 공개 메소드

public Beginadd_policy ( string group_names, string policy_names, System callback, object asyncState ) : System.IAsyncResult
group_names string
policy_names string
callback System
asyncState object
리턴 System.IAsyncResult

Begincreate() 공개 메소드

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

Begindelete_all_groups() 공개 메소드

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

Begindelete_group() 공개 메소드

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

public Beginget_policy_list ( ASMWebApplicationGroupDefinition group_names, System callback, object asyncState ) : System.IAsyncResult
group_names ASMWebApplicationGroupDefinition
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_version() 공개 메소드

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

Beginremove_all_policies() 공개 메소드

public Beginremove_all_policies ( string group_names, System callback, object asyncState ) : System.IAsyncResult
group_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginremove_policy() 공개 메소드

public Beginremove_policy ( string group_names, string policy_names, System callback, object asyncState ) : System.IAsyncResult
group_names string
policy_names string
callback System
asyncState object
리턴 System.IAsyncResult

Endadd_policy() 공개 메소드

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

Endcreate() 공개 메소드

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

Enddelete_all_groups() 공개 메소드

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

Enddelete_group() 공개 메소드

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

Endget_list() 공개 메소드

public Endget_list ( System asyncResult ) : iControl.ASMWebApplicationGroupDefinition[]
asyncResult System
리턴 iControl.ASMWebApplicationGroupDefinition[]

Endget_policy_list() 공개 메소드

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

Endget_version() 공개 메소드

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

Endremove_all_policies() 공개 메소드

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

Endremove_policy() 공개 메소드

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