Class NetworkManagerDeploymentStatusParameter

java.lang.Object
com.azure.resourcemanager.network.models.NetworkManagerDeploymentStatusParameter
All Implemented Interfaces:
com.azure.json.JsonSerializable<NetworkManagerDeploymentStatusParameter>

public final class NetworkManagerDeploymentStatusParameter extends Object implements com.azure.json.JsonSerializable<NetworkManagerDeploymentStatusParameter>
Network Manager Deployment Status Parameter.
  • Constructor Details

    • NetworkManagerDeploymentStatusParameter

      public NetworkManagerDeploymentStatusParameter()
      Creates an instance of NetworkManagerDeploymentStatusParameter class.
  • Method Details

    • regions

      public List<String> regions()
      Get the regions property: List of locations.
      Returns:
      the regions value.
    • withRegions

      public NetworkManagerDeploymentStatusParameter withRegions(List<String> regions)
      Set the regions property: List of locations.
      Parameters:
      regions - the regions value to set.
      Returns:
      the NetworkManagerDeploymentStatusParameter object itself.
    • deploymentTypes

      public List<ConfigurationType> 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

      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:
      the skipToken value.
    • 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:
      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.
    • toJson

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<NetworkManagerDeploymentStatusParameter>
      Throws:
      IOException
    • fromJson

      public static NetworkManagerDeploymentStatusParameter fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of NetworkManagerDeploymentStatusParameter from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of NetworkManagerDeploymentStatusParameter 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 NetworkManagerDeploymentStatusParameter.