You can add a Virtual Service using the New-AdcVirtualService command. Example commands and output are provided below.

$newvs = New-AdcVirtualService -VirtualService 10.154.11.124 -VSPort 80 -VSProtocol tcp
$newvs | Format-List
ReturnCode : 200
Response   : Command successfully executed.
Data       : @{VS=}
 
$newvs.Data
VS
--
@{Status=Down; Index=15; VSAddress=10.154.11.124; VSPort=80; Layer=7; Enable=Y; SSLReverse=N; SSLReencrypt=N; Intercept=N; InterceptOpts=; AlertThreshold=0; Transactionlimit=0; Transparent...
 
$newvs.Data.VS
Status               : Down
Index                : 15
VSAddress            : 10.154.11.124
VSPort               : 80
Layer                : 7
Enable               : Y
SSLReverse           : N
SSLReencrypt         : N
Intercept            : N
InterceptOpts        : @{Opt=System.Object[]}
AlertThreshold       : 0
Transactionlimit     : 0
Transparent          : N
SubnetOriginating    : Y
ServerInit           : 0
StartTLSMode         : 0
Idletime             : 660
Cache                : N
Compress             : N
Verify               : 0
UseforSnat           : N
ForceL4              : N
ForceL7              : Y
MultiConnect         : N
ClientCert           : 0
ErrorCode            : 0
CheckUse1.1          : N
MatchLen             : 0
CheckUseGet          : 0
SSLRewrite           : 0
VStype               : http
FollowVSID           : 0
Protocol             : tcp
Schedule             : rr
CheckType            : http
PersistTimeout       : 0
CheckPort            : 0
NRules               : 0
NRequestRules        : 0
NResponseRules       : 0
NMatchBodyRules      : 0
NPreProcessRules     : 0
EspEnabled           : N
InputAuthMode        : 0
OutputAuthMode       : 0
MasterVS             : 0
MasterVSID           : 0
IsTransparent        : 0
AddVia               : 0
QoS                  : 0
TlsType              : 0
NeedHostName         : N
OCSPVerify           : N
AllowHTTP2           : N
EnhancedHealthChecks : N
RsMinimum            : 0
NumberOfRSs          : 0
 
$newvs.Data.VS.InterceptOpts
Opt
---
{opnormal, auditrelevant, reqdatadisable, resdatadisable}