NetworkManagerDeploymentStatusListResultInner Class

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

Implements

public final class NetworkManagerDeploymentStatusListResultInner
implements JsonSerializable<NetworkManagerDeploymentStatusListResultInner>

A list of Network Manager Deployment Status.

Constructor Summary

Constructor Description
NetworkManagerDeploymentStatusListResultInner()

Creates an instance of NetworkManagerDeploymentStatusListResultInner class.

Method Summary

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

Reads an instance of NetworkManagerDeploymentStatusListResultInner 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<NetworkManagerDeploymentStatus> value()

Get the value property: Gets a page of Network Manager Deployment Status.

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

NetworkManagerDeploymentStatusListResultInner withValue(List<NetworkManagerDeploymentStatus> value)

Set the value property: Gets a page of Network Manager Deployment Status.

Methods inherited from java.lang.Object

Constructor Details

NetworkManagerDeploymentStatusListResultInner

public NetworkManagerDeploymentStatusListResultInner()

Creates an instance of NetworkManagerDeploymentStatusListResultInner class.

Method Details

fromJson

public static NetworkManagerDeploymentStatusListResultInner fromJson(JsonReader jsonReader)

Reads an instance of NetworkManagerDeploymentStatusListResultInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

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 Network Manager Deployment Status.

Returns:

the value value.

withSkipToken

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

withValue

public NetworkManagerDeploymentStatusListResultInner withValue(List value)

Set the value property: Gets a page of Network Manager Deployment Status.

Parameters:

value - the value value to set.

Returns:

the NetworkManagerDeploymentStatusListResultInner object itself.

Applies to