Class DeploymentExtendedInner
- java.lang.Object
-
- com.azure.core.management.ProxyResource
-
- com.azure.core.management.Resource
-
- com.azure.resourcemanager.resources.fluent.models.DeploymentExtendedInner
-
public final class DeploymentExtendedInner extends com.azure.core.management.ResourceDeployment information.
-
-
Constructor Summary
Constructors Constructor Description DeploymentExtendedInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeploymentPropertiesExtendedproperties()Get the properties property: Deployment properties.voidvalidate()Validates the instance.DeploymentExtendedInnerwithLocation(String location)DeploymentExtendedInnerwithProperties(DeploymentPropertiesExtended properties)Set the properties property: Deployment properties.DeploymentExtendedInnerwithTags(Map<String,String> tags)
-
-
-
Method Detail
-
properties
public DeploymentPropertiesExtended properties()
Get the properties property: Deployment properties.- Returns:
- the properties value.
-
withProperties
public DeploymentExtendedInner withProperties(DeploymentPropertiesExtended properties)
Set the properties property: Deployment properties.- Parameters:
properties- the properties value to set.- Returns:
- the DeploymentExtendedInner object itself.
-
withLocation
public DeploymentExtendedInner withLocation(String location)
- Overrides:
withLocationin classcom.azure.core.management.Resource
-
withTags
public DeploymentExtendedInner withTags(Map<String,String> tags)
- Overrides:
withTagsin classcom.azure.core.management.Resource
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-