Class DeploymentInner
java.lang.Object
com.azure.resourcemanager.resources.fluent.models.DeploymentInner
Deployment operation parameters.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlocation()Get the location property: The location to store the deployment data.Get the properties property: The deployment properties.tags()Get the tags property: Deployment tags.voidvalidate()Validates the instance.withLocation(String location) Set the location property: The location to store the deployment data.withProperties(DeploymentProperties properties) Set the properties property: The deployment properties.Set the tags property: Deployment tags.
-
Constructor Details
-
DeploymentInner
public DeploymentInner()Creates an instance of DeploymentInner class.
-
-
Method Details
-
location
Get the location property: The location to store the deployment data.- Returns:
- the location value.
-
withLocation
Set the location property: The location to store the deployment data.- Parameters:
location- the location value to set.- Returns:
- the DeploymentInner object itself.
-
properties
Get the properties property: The deployment properties.- Returns:
- the properties value.
-
withProperties
Set the properties property: The deployment properties.- Parameters:
properties- the properties value to set.- Returns:
- the DeploymentInner object itself.
-
tags
Get the tags property: Deployment tags.- Returns:
- the tags value.
-
withTags
Set the tags property: Deployment tags.- Parameters:
tags- the tags value to set.- Returns:
- the DeploymentInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-