ActiveSecurityAdminRulesListResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. ActiveSecurityAdminRulesListResultInner
- com.
Implements
public final class ActiveSecurityAdminRulesListResultInner
implements JsonSerializable<ActiveSecurityAdminRulesListResultInner>
Result of the request to list active security admin rules. It contains a list of active security admin rules and a skiptoken to get the next set of results.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Active |
fromJson(JsonReader jsonReader)
Reads an instance of Active |
| String |
skipToken()
Get the skip |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Active |
value()
Get the value property: Gets a page of active security admin rules. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static ActiveSecurityAdminRulesListResultInner fromJson(JsonReader jsonReader)
Reads an instance of ActiveSecurityAdminRulesListResultInner from the JsonReader.
Parameters:
Returns:
Throws:
skipToken
public String skipToken()
Get the skipToken property: When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<ActiveBaseSecurityAdminRule> value()
Get the value property: Gets a page of active security admin rules.
Returns: