Class NetworkManagerCommitInner

java.lang.Object
com.azure.resourcemanager.network.fluent.models.NetworkManagerCommitInner

public final class NetworkManagerCommitInner extends Object
Network Manager Commit.
  • Constructor Details

    • NetworkManagerCommitInner

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

    • commitId

      public String commitId()
      Get the commitId property: Commit Id.
      Returns:
      the commitId value.
    • targetLocations

      public List<String> targetLocations()
      Get the targetLocations property: List of target locations.
      Returns:
      the targetLocations value.
    • withTargetLocations

      public NetworkManagerCommitInner withTargetLocations(List<String> targetLocations)
      Set the targetLocations property: List of target locations.
      Parameters:
      targetLocations - the targetLocations value to set.
      Returns:
      the NetworkManagerCommitInner object itself.
    • configurationIds

      public List<String> configurationIds()
      Get the configurationIds property: List of configuration ids.
      Returns:
      the configurationIds value.
    • withConfigurationIds

      public NetworkManagerCommitInner withConfigurationIds(List<String> configurationIds)
      Set the configurationIds property: List of configuration ids.
      Parameters:
      configurationIds - the configurationIds value to set.
      Returns:
      the NetworkManagerCommitInner object itself.
    • commitType

      public ConfigurationType commitType()
      Get the commitType property: Commit Type.
      Returns:
      the commitType value.
    • withCommitType

      public NetworkManagerCommitInner withCommitType(ConfigurationType commitType)
      Set the commitType property: Commit Type.
      Parameters:
      commitType - the commitType value to set.
      Returns:
      the NetworkManagerCommitInner object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.