C# Class iControl.LocalLBProfileDNSLogging

Inheritance: iControlInterface
Afficher le fichier Open project: f5devcentral/f5-icontrol-library-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
Begincreate ( string profile_names, string publishers, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_profiles ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_complete_answer_enabled_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_dns_log_publisher ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_query_id_enabled_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_query_logging_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_response_logging_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_source_enabled_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_timestamp_enabled_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginget_view_enabled_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginset_complete_answer_enabled_state ( string profile_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_dns_log_publisher ( string profile_names, string publishers, System callback, object asyncState ) : System.IAsyncResult
Beginset_query_id_enabled_state ( string profile_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_query_logging_state ( string profile_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_response_logging_state ( string profile_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_source_enabled_state ( string profile_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_timestamp_enabled_state ( string profile_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_view_enabled_state ( string profile_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Endcreate ( System asyncResult ) : void
Enddelete_all_profiles ( System asyncResult ) : void
Enddelete_profile ( System asyncResult ) : void
Endget_complete_answer_enabled_state ( System asyncResult ) : CommonEnabledState[]
Endget_dns_log_publisher ( System asyncResult ) : string[]
Endget_list ( System asyncResult ) : string[]
Endget_query_id_enabled_state ( System asyncResult ) : CommonEnabledState[]
Endget_query_logging_state ( System asyncResult ) : CommonEnabledState[]
Endget_response_logging_state ( System asyncResult ) : CommonEnabledState[]
Endget_source_enabled_state ( System asyncResult ) : CommonEnabledState[]
Endget_timestamp_enabled_state ( System asyncResult ) : CommonEnabledState[]
Endget_version ( System asyncResult ) : string
Endget_view_enabled_state ( System asyncResult ) : CommonEnabledState[]
Endset_complete_answer_enabled_state ( System asyncResult ) : void
Endset_dns_log_publisher ( System asyncResult ) : void
Endset_query_id_enabled_state ( System asyncResult ) : void
Endset_query_logging_state ( System asyncResult ) : void
Endset_response_logging_state ( System asyncResult ) : void
Endset_source_enabled_state ( System asyncResult ) : void
Endset_timestamp_enabled_state ( System asyncResult ) : void
Endset_view_enabled_state ( System asyncResult ) : void
LocalLBProfileDNSLogging ( ) : System

Private Methods

Méthode Description
create ( string profile_names, string publishers ) : void
delete_all_profiles ( ) : void
delete_profile ( string profile_names ) : void
get_complete_answer_enabled_state ( string profile_names ) : CommonEnabledState[]
get_dns_log_publisher ( string profile_names ) : string[]
get_list ( ) : string[]
get_query_id_enabled_state ( string profile_names ) : CommonEnabledState[]
get_query_logging_state ( string profile_names ) : CommonEnabledState[]
get_response_logging_state ( string profile_names ) : CommonEnabledState[]
get_source_enabled_state ( string profile_names ) : CommonEnabledState[]
get_timestamp_enabled_state ( string profile_names ) : CommonEnabledState[]
get_version ( ) : string
get_view_enabled_state ( string profile_names ) : CommonEnabledState[]
set_complete_answer_enabled_state ( string profile_names, CommonEnabledState states ) : void
set_dns_log_publisher ( string profile_names, string publishers ) : void
set_query_id_enabled_state ( string profile_names, CommonEnabledState states ) : void
set_query_logging_state ( string profile_names, CommonEnabledState states ) : void
set_response_logging_state ( string profile_names, CommonEnabledState states ) : void
set_source_enabled_state ( string profile_names, CommonEnabledState states ) : void
set_timestamp_enabled_state ( string profile_names, CommonEnabledState states ) : void
set_view_enabled_state ( string profile_names, CommonEnabledState states ) : void

Method Details

Begincreate() public méthode

public Begincreate ( string profile_names, string publishers, System callback, object asyncState ) : System.IAsyncResult
profile_names string
publishers string
callback System
asyncState object
Résultat System.IAsyncResult

Begindelete_all_profiles() public méthode

public Begindelete_all_profiles ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Résultat System.IAsyncResult

Begindelete_profile() public méthode

public Begindelete_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_complete_answer_enabled_state() public méthode

public Beginget_complete_answer_enabled_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_dns_log_publisher() public méthode

public Beginget_dns_log_publisher ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_list() public méthode

public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_query_id_enabled_state() public méthode

public Beginget_query_id_enabled_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_query_logging_state() public méthode

public Beginget_query_logging_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_response_logging_state() public méthode

public Beginget_response_logging_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_source_enabled_state() public méthode

public Beginget_source_enabled_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_timestamp_enabled_state() public méthode

public Beginget_timestamp_enabled_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_version() public méthode

public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_view_enabled_state() public méthode

public Beginget_view_enabled_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
Résultat System.IAsyncResult

Beginset_complete_answer_enabled_state() public méthode

public Beginset_complete_answer_enabled_state ( string profile_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
states CommonEnabledState
callback System
asyncState object
Résultat System.IAsyncResult

Beginset_dns_log_publisher() public méthode

public Beginset_dns_log_publisher ( string profile_names, string publishers, System callback, object asyncState ) : System.IAsyncResult
profile_names string
publishers string
callback System
asyncState object
Résultat System.IAsyncResult

Beginset_query_id_enabled_state() public méthode

public Beginset_query_id_enabled_state ( string profile_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
states CommonEnabledState
callback System
asyncState object
Résultat System.IAsyncResult

Beginset_query_logging_state() public méthode

public Beginset_query_logging_state ( string profile_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
states CommonEnabledState
callback System
asyncState object
Résultat System.IAsyncResult

Beginset_response_logging_state() public méthode

public Beginset_response_logging_state ( string profile_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
states CommonEnabledState
callback System
asyncState object
Résultat System.IAsyncResult

Beginset_source_enabled_state() public méthode

public Beginset_source_enabled_state ( string profile_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
states CommonEnabledState
callback System
asyncState object
Résultat System.IAsyncResult

Beginset_timestamp_enabled_state() public méthode

public Beginset_timestamp_enabled_state ( string profile_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
states CommonEnabledState
callback System
asyncState object
Résultat System.IAsyncResult

Beginset_view_enabled_state() public méthode

public Beginset_view_enabled_state ( string profile_names, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
states CommonEnabledState
callback System
asyncState object
Résultat System.IAsyncResult

Endcreate() public méthode

public Endcreate ( System asyncResult ) : void
asyncResult System
Résultat void

Enddelete_all_profiles() public méthode

public Enddelete_all_profiles ( System asyncResult ) : void
asyncResult System
Résultat void

Enddelete_profile() public méthode

public Enddelete_profile ( System asyncResult ) : void
asyncResult System
Résultat void

Endget_complete_answer_enabled_state() public méthode

public Endget_complete_answer_enabled_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
Résultat CommonEnabledState[]

Endget_dns_log_publisher() public méthode

public Endget_dns_log_publisher ( System asyncResult ) : string[]
asyncResult System
Résultat string[]

Endget_list() public méthode

public Endget_list ( System asyncResult ) : string[]
asyncResult System
Résultat string[]

Endget_query_id_enabled_state() public méthode

public Endget_query_id_enabled_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
Résultat CommonEnabledState[]

Endget_query_logging_state() public méthode

public Endget_query_logging_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
Résultat CommonEnabledState[]

Endget_response_logging_state() public méthode

public Endget_response_logging_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
Résultat CommonEnabledState[]

Endget_source_enabled_state() public méthode

public Endget_source_enabled_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
Résultat CommonEnabledState[]

Endget_timestamp_enabled_state() public méthode

public Endget_timestamp_enabled_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
Résultat CommonEnabledState[]

Endget_version() public méthode

public Endget_version ( System asyncResult ) : string
asyncResult System
Résultat string

Endget_view_enabled_state() public méthode

public Endget_view_enabled_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
Résultat CommonEnabledState[]

Endset_complete_answer_enabled_state() public méthode

public Endset_complete_answer_enabled_state ( System asyncResult ) : void
asyncResult System
Résultat void

Endset_dns_log_publisher() public méthode

public Endset_dns_log_publisher ( System asyncResult ) : void
asyncResult System
Résultat void

Endset_query_id_enabled_state() public méthode

public Endset_query_id_enabled_state ( System asyncResult ) : void
asyncResult System
Résultat void

Endset_query_logging_state() public méthode

public Endset_query_logging_state ( System asyncResult ) : void
asyncResult System
Résultat void

Endset_response_logging_state() public méthode

public Endset_response_logging_state ( System asyncResult ) : void
asyncResult System
Résultat void

Endset_source_enabled_state() public méthode

public Endset_source_enabled_state ( System asyncResult ) : void
asyncResult System
Résultat void

Endset_timestamp_enabled_state() public méthode

public Endset_timestamp_enabled_state ( System asyncResult ) : void
asyncResult System
Résultat void

Endset_view_enabled_state() public méthode

public Endset_view_enabled_state ( System asyncResult ) : void
asyncResult System
Résultat void

LocalLBProfileDNSLogging() public méthode

public LocalLBProfileDNSLogging ( ) : System
Résultat System