Class DeploymentOperationInner
java.lang.Object
com.azure.resourcemanager.resources.fluent.models.DeploymentOperationInner
Deployment operation information.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionid()Get the id property: Full deployment operation ID.Get the operationId property: Deployment operation ID.Get the properties property: Deployment properties.voidvalidate()Validates the instance.withProperties(DeploymentOperationProperties properties) Set the properties property: Deployment properties.
-
Constructor Details
-
DeploymentOperationInner
public DeploymentOperationInner()
-
-
Method Details
-
id
Get the id property: Full deployment operation ID.- Returns:
- the id value.
-
operationId
Get the operationId property: Deployment operation ID.- Returns:
- the operationId value.
-
properties
Get the properties property: Deployment properties.- Returns:
- the properties value.
-
withProperties
Set the properties property: Deployment properties.- Parameters:
properties- the properties value to set.- Returns:
- the DeploymentOperationInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-