Méthode | 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 ( |
||
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 |
Méthode | 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 ( |
||
get_version ( ) : string | ||
remove_all_policies ( string group_names ) : void | ||
remove_policy ( string group_names, string policy_names ) : void |
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 | |
Résultat | System.IAsyncResult |
public Begincreate ( string group_names, System callback, object asyncState ) : System.IAsyncResult | ||
group_names | string | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Begindelete_all_groups ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Begindelete_group ( string group_names, System callback, object asyncState ) : System.IAsyncResult | ||
group_names | string | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginget_policy_list ( |
||
group_names | ||
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginremove_all_policies ( string group_names, System callback, object asyncState ) : System.IAsyncResult | ||
group_names | string | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
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 | |
Résultat | System.IAsyncResult |
public Endadd_policy ( System asyncResult ) : void | ||
asyncResult | System | |
Résultat | void |
public Endcreate ( System asyncResult ) : void | ||
asyncResult | System | |
Résultat | void |
public Enddelete_all_groups ( System asyncResult ) : void | ||
asyncResult | System | |
Résultat | void |
public Enddelete_group ( System asyncResult ) : void | ||
asyncResult | System | |
Résultat | void |
public Endget_list ( System asyncResult ) : iControl.ASMWebApplicationGroupDefinition[] | ||
asyncResult | System | |
Résultat | iControl.ASMWebApplicationGroupDefinition[] |
public Endget_policy_list ( System asyncResult ) : string[][] | ||
asyncResult | System | |
Résultat | string[][] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
Résultat | string |
public Endremove_all_policies ( System asyncResult ) : void | ||
asyncResult | System | |
Résultat | void |
public Endremove_policy ( System asyncResult ) : void | ||
asyncResult | System | |
Résultat | void |