ActiveSecurityAdminRulesListResultInner Class

  • java.lang.Object
    • com.azure.resourcemanager.network.fluent.models.ActiveSecurityAdminRulesListResultInner

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.

Constructor Summary

Constructor Description
ActiveSecurityAdminRulesListResultInner()

Creates an instance of ActiveSecurityAdminRulesListResultInner class.

Method Summary

Modifier and Type Method and Description
static ActiveSecurityAdminRulesListResultInner fromJson(JsonReader jsonReader)

Reads an instance of ActiveSecurityAdminRulesListResultInner from the JsonReader.

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.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<ActiveBaseSecurityAdminRule> value()

Get the value property: Gets a page of active security admin rules.

ActiveSecurityAdminRulesListResultInner withSkipToken(String skipToken)

Set 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.

ActiveSecurityAdminRulesListResultInner withValue(List<ActiveBaseSecurityAdminRule> value)

Set the value property: Gets a page of active security admin rules.

Methods inherited from java.lang.Object

Constructor Details

ActiveSecurityAdminRulesListResultInner

public ActiveSecurityAdminRulesListResultInner()

Creates an instance of ActiveSecurityAdminRulesListResultInner class.

Method Details

fromJson

public static ActiveSecurityAdminRulesListResultInner fromJson(JsonReader jsonReader)

Reads an instance of ActiveSecurityAdminRulesListResultInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ActiveSecurityAdminRulesListResultInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the ActiveSecurityAdminRulesListResultInner.

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:

the skipToken value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: Gets a page of active security admin rules.

Returns:

the value value.

withSkipToken

public ActiveSecurityAdminRulesListResultInner withSkipToken(String skipToken)

Set 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.

Parameters:

skipToken - the skipToken value to set.

Returns:

the ActiveSecurityAdminRulesListResultInner object itself.

withValue

public ActiveSecurityAdminRulesListResultInner withValue(List value)

Set the value property: Gets a page of active security admin rules.

Parameters:

value - the value value to set.

Returns:

the ActiveSecurityAdminRulesListResultInner object itself.

Applies to