SecurityUserGroupItem Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. SecurityUserGroupItem
- com.
Implements
public final class SecurityUserGroupItem
implements JsonSerializable<SecurityUserGroupItem>
Network manager security user group item.
Constructor Summary
Constructor | Description |
---|---|
SecurityUserGroupItem() |
Creates an instance of Security |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Security |
fromJson(JsonReader jsonReader)
Reads an instance of Security |
String |
networkGroupId()
Get the network |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Security |
withNetworkGroupId(String networkGroupId)
Set the network |
Methods inherited from java.lang.Object
Constructor Details
SecurityUserGroupItem
public SecurityUserGroupItem()
Creates an instance of SecurityUserGroupItem class.
Method Details
fromJson
public static SecurityUserGroupItem fromJson(JsonReader jsonReader)
Reads an instance of SecurityUserGroupItem from the JsonReader.
Parameters:
Returns:
Throws:
networkGroupId
public String networkGroupId()
Get the networkGroupId property: Network manager group Id.
Returns:
toJson
validate
public void validate()
Validates the instance.
withNetworkGroupId
public SecurityUserGroupItem withNetworkGroupId(String networkGroupId)
Set the networkGroupId property: Network manager group Id.
Parameters:
Returns:
Applies to
Azure SDK for Java