NetworkManagerDeploymentStatusParameter Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. NetworkManagerDeploymentStatusParameter
- com.
Implements
public final class NetworkManagerDeploymentStatusParameter
implements JsonSerializable<NetworkManagerDeploymentStatusParameter>
Network Manager Deployment Status Parameter.
Constructor Summary
| Constructor | Description |
|---|---|
| NetworkManagerDeploymentStatusParameter() |
Creates an instance of Network |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Configuration |
deploymentTypes()
Get the deployment |
|
static
Network |
fromJson(JsonReader jsonReader)
Reads an instance of Network |
| List<String> |
regions()
Get the regions property: List of locations. |
| String |
skipToken()
Get the skip |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Network |
withDeploymentTypes(List<ConfigurationType> deploymentTypes)
Set the deployment |
|
Network |
withRegions(List<String> regions)
Set the regions property: List of locations. |
|
Network |
withSkipToken(String skipToken)
Set the skip |
Methods inherited from java.lang.Object
Constructor Details
NetworkManagerDeploymentStatusParameter
public NetworkManagerDeploymentStatusParameter()
Creates an instance of NetworkManagerDeploymentStatusParameter class.
Method Details
deploymentTypes
public List<ConfigurationType> deploymentTypes()
Get the deploymentTypes property: List of deployment types.
Returns:
fromJson
public static NetworkManagerDeploymentStatusParameter fromJson(JsonReader jsonReader)
Reads an instance of NetworkManagerDeploymentStatusParameter from the JsonReader.
Parameters:
Returns:
Throws:
regions
public List<String> regions()
Get the regions property: List of locations.
Returns:
skipToken
public String skipToken()
Get the skipToken property: Continuation token for pagination, capturing the next page size and offset, as well as the context of the query.
Returns:
toJson
validate
public void validate()
Validates the instance.
withDeploymentTypes
public NetworkManagerDeploymentStatusParameter withDeploymentTypes(List<ConfigurationType> deploymentTypes)
Set the deploymentTypes property: List of deployment types.
Parameters:
Returns:
withRegions
public NetworkManagerDeploymentStatusParameter withRegions(List<String> regions)
Set the regions property: List of locations.
Parameters:
Returns:
withSkipToken
public NetworkManagerDeploymentStatusParameter withSkipToken(String skipToken)
Set the skipToken property: Continuation token for pagination, capturing the next page size and offset, as well as the context of the query.
Parameters:
Returns: