NetworkManagerDeploymentStatusListResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. NetworkManagerDeploymentStatusListResultInner
- com.
Implements
public final class NetworkManagerDeploymentStatusListResultInner
implements JsonSerializable<NetworkManagerDeploymentStatusListResultInner>
A list of Network Manager Deployment Status.
Constructor Summary
Constructor | Description |
---|---|
NetworkManagerDeploymentStatusListResultInner() |
Creates an instance of Network |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Network |
fromJson(JsonReader jsonReader)
Reads an instance of Network |
String |
skipToken()
Get the skip |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
List<Network |
value()
Get the value property: Gets a page of Network Manager Deployment Status. |
Network |
withSkipToken(String skipToken)
Set the skip |
Network |
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:
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
Get the value property: Gets a page of Network Manager Deployment Status.
Returns:
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:
Returns:
withValue
public NetworkManagerDeploymentStatusListResultInner withValue(List
Set the value property: Gets a page of Network Manager Deployment Status.
Parameters:
Returns:
Applies to
Azure SDK for Java