Class SessionIds
java.lang.Object
com.microsoft.azure.management.network.SessionIds
List of session IDs.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGet list of session IDs.withSessionIds(List<String> sessionIds) Set list of session IDs.
- 
Constructor Details- 
SessionIdspublic SessionIds()
 
- 
- 
Method Details- 
sessionIdsGet list of session IDs.- Returns:
- the sessionIds value
 
- 
withSessionIdsSet list of session IDs.- Parameters:
- sessionIds- the sessionIds value to set
- Returns:
- the SessionIds object itself.
 
 
-