Class SessionIds
java.lang.Object
com.azure.resourcemanager.network.models.SessionIds
List of session IDs.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the sessionIds property: List of session IDs.voidvalidate()Validates the instance.withSessionIds(List<String> sessionIds) Set the sessionIds property: List of session IDs.
-
Constructor Details
-
SessionIds
public SessionIds()Creates an instance of SessionIds class.
-
-
Method Details
-
sessionIds
Get the sessionIds property: List of session IDs.- Returns:
- the sessionIds value.
-
withSessionIds
Set the sessionIds property: List of session IDs.- Parameters:
sessionIds- the sessionIds value to set.- Returns:
- the SessionIds object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-