NetworkManagerCommitInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. NetworkManagerCommitInner
- com.
Implements
public final class NetworkManagerCommitInner
implements JsonSerializable<NetworkManagerCommitInner>
Network Manager Commit.
Constructor Summary
| Constructor | Description |
|---|---|
| NetworkManagerCommitInner() |
Creates an instance of Network |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
commitId()
Get the commit |
|
Configuration |
commitType()
Get the commit |
| List<String> |
configurationIds()
Get the configuration |
|
static
Network |
fromJson(JsonReader jsonReader)
Reads an instance of Network |
| List<String> |
targetLocations()
Get the target |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Network |
withCommitType(ConfigurationType commitType)
Set the commit |
|
Network |
withConfigurationIds(List<String> configurationIds)
Set the configuration |
|
Network |
withTargetLocations(List<String> targetLocations)
Set the target |
Methods inherited from java.lang.Object
Constructor Details
NetworkManagerCommitInner
public NetworkManagerCommitInner()
Creates an instance of NetworkManagerCommitInner class.
Method Details
commitId
public String commitId()
Get the commitId property: Commit Id.
Returns:
commitType
public ConfigurationType commitType()
Get the commitType property: Commit Type.
Returns:
configurationIds
public List<String> configurationIds()
Get the configurationIds property: List of configuration ids.
Returns:
fromJson
public static NetworkManagerCommitInner fromJson(JsonReader jsonReader)
Reads an instance of NetworkManagerCommitInner from the JsonReader.
Parameters:
Returns:
Throws:
targetLocations
public List<String> targetLocations()
Get the targetLocations property: List of target locations.
Returns:
toJson
validate
public void validate()
Validates the instance.
withCommitType
public NetworkManagerCommitInner withCommitType(ConfigurationType commitType)
Set the commitType property: Commit Type.
Parameters:
Returns:
withConfigurationIds
public NetworkManagerCommitInner withConfigurationIds(List<String> configurationIds)
Set the configurationIds property: List of configuration ids.
Parameters:
Returns:
withTargetLocations
public NetworkManagerCommitInner withTargetLocations(List<String> targetLocations)
Set the targetLocations property: List of target locations.
Parameters:
Returns: