NetworkManagerEffectiveSecurityAdminRulesListResultInner Class

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

Implements

public final class NetworkManagerEffectiveSecurityAdminRulesListResultInner
implements JsonSerializable<NetworkManagerEffectiveSecurityAdminRulesListResultInner>

Result of the request to list networkManagerEffectiveSecurityAdminRules. It contains a list of groups and a skiptoken to get the next set of results.

Constructor Summary

Constructor Description
NetworkManagerEffectiveSecurityAdminRulesListResultInner()

Creates an instance of NetworkManagerEffectiveSecurityAdminRulesListResultInner class.

Method Summary

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

Reads an instance of NetworkManagerEffectiveSecurityAdminRulesListResultInner 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<EffectiveBaseSecurityAdminRule> value()

Get the value property: Gets a page of NetworkManagerEffectiveSecurityAdminRules.

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

NetworkManagerEffectiveSecurityAdminRulesListResultInner withValue(List<EffectiveBaseSecurityAdminRule> value)

Set the value property: Gets a page of NetworkManagerEffectiveSecurityAdminRules.

Methods inherited from java.lang.Object

Constructor Details

NetworkManagerEffectiveSecurityAdminRulesListResultInner

public NetworkManagerEffectiveSecurityAdminRulesListResultInner()

Creates an instance of NetworkManagerEffectiveSecurityAdminRulesListResultInner class.

Method Details

fromJson

public static NetworkManagerEffectiveSecurityAdminRulesListResultInner fromJson(JsonReader jsonReader)

Reads an instance of NetworkManagerEffectiveSecurityAdminRulesListResultInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of NetworkManagerEffectiveSecurityAdminRulesListResultInner 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 NetworkManagerEffectiveSecurityAdminRulesListResultInner.

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

Returns:

the value value.

withSkipToken

public NetworkManagerEffectiveSecurityAdminRulesListResultInner 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 NetworkManagerEffectiveSecurityAdminRulesListResultInner object itself.

withValue

public NetworkManagerEffectiveSecurityAdminRulesListResultInner withValue(List value)

Set the value property: Gets a page of NetworkManagerEffectiveSecurityAdminRules.

Parameters:

value - the value value to set.

Returns:

the NetworkManagerEffectiveSecurityAdminRulesListResultInner object itself.

Applies to