ltm rule command PROFILE vdiΒΆ

iRule(1)					  BIG-IP TMSH Manual					     iRule(1)

PROFILE::vdi
       Returns the value of a VDI profile setting.

SYNOPSIS
       PROFILE::vdi ATTR

DESCRIPTION
       Returns the current value of the specified setting in the assigned VDI profile.

RETURN VALUE
       Returns the current value of the specified setting in the assigned VDI profile.

VALID DURING
       ANY_EVENT

EXAMPLES
	when HTTP_REQUEST {
	    log local0. "\[PROFILE::vdi msrdp_ntlm_auth_name\]:    [PROFILE::vdi msrdp_ntlm_auth_name]"
	    log local0. "\[PROFILE::vdi citrix_storefront_replacement\]:   [PROFILE::vdi citrix_storefront_replacement]"
	}

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-11.6.0 --First introduced the command.

BIG-IP						      2020-06-23					     iRule(1)