Class SessionIds
java.lang.Object
com.microsoft.azure.management.network.SessionIds
List of session IDs.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet list of session IDs.withSessionIds
(List<String> sessionIds) Set list of session IDs.
-
Constructor Details
-
SessionIds
public SessionIds()
-
-
Method Details
-
sessionIds
Get list of session IDs.- Returns:
- the sessionIds value
-
withSessionIds
Set list of session IDs.- Parameters:
sessionIds
- the sessionIds value to set- Returns:
- the SessionIds object itself.
-