NetworkManagerDeploymentStatus Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. NetworkManagerDeploymentStatus
- com.
Implements
public final class NetworkManagerDeploymentStatus
implements JsonSerializable<NetworkManagerDeploymentStatus>
Network Manager Deployment Status.
Constructor Summary
Constructor | Description |
---|---|
NetworkManagerDeploymentStatus() |
Creates an instance of Network |
Method Summary
Modifier and Type | Method and Description |
---|---|
Offset |
commitTime()
Get the commit |
List<String> |
configurationIds()
Get the configuration |
Deployment |
deploymentStatus()
Get the deployment |
Configuration |
deploymentType()
Get the deployment |
String |
errorMessage()
Get the error |
static
Network |
fromJson(JsonReader jsonReader)
Reads an instance of Network |
String |
region()
Get the region property: Region Name. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Network |
withCommitTime(OffsetDateTime commitTime)
Set the commit |
Network |
withConfigurationIds(List<String> configurationIds)
Set the configuration |
Network |
withDeploymentStatus(DeploymentStatus deploymentStatus)
Set the deployment |
Network |
withDeploymentType(ConfigurationType deploymentType)
Set the deployment |
Network |
withErrorMessage(String errorMessage)
Set the error |
Network |
withRegion(String region)
Set the region property: Region Name. |
Methods inherited from java.lang.Object
Constructor Details
NetworkManagerDeploymentStatus
public NetworkManagerDeploymentStatus()
Creates an instance of NetworkManagerDeploymentStatus class.
Method Details
commitTime
public OffsetDateTime commitTime()
Get the commitTime property: Commit Time.
Returns:
configurationIds
public List
Get the configurationIds property: List of configuration ids.
Returns:
deploymentStatus
public DeploymentStatus deploymentStatus()
Get the deploymentStatus property: Deployment Status.
Returns:
deploymentType
public ConfigurationType deploymentType()
Get the deploymentType property: Configuration Deployment Type.
Returns:
errorMessage
public String errorMessage()
Get the errorMessage property: Error Message.
Returns:
fromJson
public static NetworkManagerDeploymentStatus fromJson(JsonReader jsonReader)
Reads an instance of NetworkManagerDeploymentStatus from the JsonReader.
Parameters:
Returns:
Throws:
region
public String region()
Get the region property: Region Name.
Returns:
toJson
validate
public void validate()
Validates the instance.
withCommitTime
public NetworkManagerDeploymentStatus withCommitTime(OffsetDateTime commitTime)
Set the commitTime property: Commit Time.
Parameters:
Returns:
withConfigurationIds
public NetworkManagerDeploymentStatus withConfigurationIds(List
Set the configurationIds property: List of configuration ids.
Parameters:
Returns:
withDeploymentStatus
public NetworkManagerDeploymentStatus withDeploymentStatus(DeploymentStatus deploymentStatus)
Set the deploymentStatus property: Deployment Status.
Parameters:
Returns:
withDeploymentType
public NetworkManagerDeploymentStatus withDeploymentType(ConfigurationType deploymentType)
Set the deploymentType property: Configuration Deployment Type.
Parameters:
Returns:
withErrorMessage
public NetworkManagerDeploymentStatus withErrorMessage(String errorMessage)
Set the errorMessage property: Error Message.
Parameters:
Returns:
withRegion
public NetworkManagerDeploymentStatus withRegion(String region)
Set the region property: Region Name.
Parameters:
Returns:
Applies to
Azure SDK for Java