Class ScopedDeployment
java.lang.Object
com.microsoft.azure.management.resources.ScopedDeployment
Deployment operation parameters.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlocation()
Get the location to store the deployment data.Get the deployment properties.tags()
Get deployment tags.withLocation
(String location) Set the location to store the deployment data.withProperties
(DeploymentProperties properties) Set the deployment properties.Set deployment tags.
-
Constructor Details
-
ScopedDeployment
public ScopedDeployment()
-
-
Method Details
-
location
Get the location to store the deployment data.- Returns:
- the location value
-
withLocation
Set the location to store the deployment data.- Parameters:
location
- the location value to set- Returns:
- the ScopedDeployment object itself.
-
properties
Get the deployment properties.- Returns:
- the properties value
-
withProperties
Set the deployment properties.- Parameters:
properties
- the properties value to set- Returns:
- the ScopedDeployment object itself.
-
tags
Get deployment tags.- Returns:
- the tags value
-
withTags
Set deployment tags.- Parameters:
tags
- the tags value to set- Returns:
- the ScopedDeployment object itself.
-