Class NetworkManagerDeploymentStatusParameter
java.lang.Object
com.azure.resourcemanager.network.models.NetworkManagerDeploymentStatusParameter
Network Manager Deployment Status Parameter.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of NetworkManagerDeploymentStatusParameter class. -
Method Summary
Modifier and TypeMethodDescriptionGet the deploymentTypes property: List of deployment types.regions()Get the regions property: List of locations.Get the skipToken property: Continuation token for pagination, capturing the next page size and offset, as well as the context of the query.voidvalidate()Validates the instance.withDeploymentTypes(List<ConfigurationType> deploymentTypes) Set the deploymentTypes property: List of deployment types.withRegions(List<String> regions) Set the regions property: List of locations.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.
-
Constructor Details
-
NetworkManagerDeploymentStatusParameter
public NetworkManagerDeploymentStatusParameter()Creates an instance of NetworkManagerDeploymentStatusParameter class.
-
-
Method Details
-
regions
Get the regions property: List of locations.- Returns:
- the regions value.
-
withRegions
Set the regions property: List of locations.- Parameters:
regions- the regions value to set.- Returns:
- the NetworkManagerDeploymentStatusParameter object itself.
-
deploymentTypes
Get the deploymentTypes property: List of deployment types.- Returns:
- the deploymentTypes value.
-
withDeploymentTypes
public NetworkManagerDeploymentStatusParameter withDeploymentTypes(List<ConfigurationType> deploymentTypes) Set the deploymentTypes property: List of deployment types.- Parameters:
deploymentTypes- the deploymentTypes value to set.- Returns:
- the NetworkManagerDeploymentStatusParameter object itself.
-
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:
- the skipToken value.
-
withSkipToken
Set the skipToken property: Continuation token for pagination, capturing the next page size and offset, as well as the context of the query.- Parameters:
skipToken- the skipToken value to set.- Returns:
- the NetworkManagerDeploymentStatusParameter object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-