Class NetworkManagerCommitInner
java.lang.Object
com.azure.resourcemanager.network.fluent.models.NetworkManagerCommitInner
Network Manager Commit.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of NetworkManagerCommitInner class. -
Method Summary
Modifier and TypeMethodDescriptioncommitId()Get the commitId property: Commit Id.Get the commitType property: Commit Type.Get the configurationIds property: List of configuration ids.Get the targetLocations property: List of target locations.voidvalidate()Validates the instance.withCommitType(ConfigurationType commitType) Set the commitType property: Commit Type.withConfigurationIds(List<String> configurationIds) Set the configurationIds property: List of configuration ids.withTargetLocations(List<String> targetLocations) Set the targetLocations property: List of target locations.
-
Constructor Details
-
NetworkManagerCommitInner
public NetworkManagerCommitInner()Creates an instance of NetworkManagerCommitInner class.
-
-
Method Details
-
commitId
Get the commitId property: Commit Id.- Returns:
- the commitId value.
-
targetLocations
Get the targetLocations property: List of target locations.- Returns:
- the targetLocations value.
-
withTargetLocations
Set the targetLocations property: List of target locations.- Parameters:
targetLocations- the targetLocations value to set.- Returns:
- the NetworkManagerCommitInner object itself.
-
configurationIds
Get the configurationIds property: List of configuration ids.- Returns:
- the configurationIds value.
-
withConfigurationIds
Set the configurationIds property: List of configuration ids.- Parameters:
configurationIds- the configurationIds value to set.- Returns:
- the NetworkManagerCommitInner object itself.
-
commitType
Get the commitType property: Commit Type.- Returns:
- the commitType value.
-
withCommitType
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.
-