C# Class iControl.ASMPolicyGroup

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

Public Methods

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

Private Methods

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

Method Details

ASMPolicyGroup() public method

public ASMPolicyGroup ( ) : System
return System

Beginadd_policy() public method

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

Begincreate() public method

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

Begindelete_all_groups() public method

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

Begindelete_group() public method

public Begindelete_group ( string group_names, System callback, object asyncState ) : System.IAsyncResult
group_names 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_policy_list() public method

public Beginget_policy_list ( ASMWebApplicationGroupDefinition group_names, System callback, object asyncState ) : System.IAsyncResult
group_names ASMWebApplicationGroupDefinition
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

Beginremove_all_policies() public method

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

Beginremove_policy() public method

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

Endadd_policy() public method

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

Endcreate() public method

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

Enddelete_all_groups() public method

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

Enddelete_group() public method

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

Endget_list() public method

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

Endget_policy_list() public method

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

Endget_version() public method

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

Endremove_all_policies() public method

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

Endremove_policy() public method

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