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.Resource
Deployment information.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the properties property: Deployment properties.voidvalidate()Validates the instance.withLocation(String location) withProperties(DeploymentPropertiesExtended properties) Set the properties property: Deployment properties.Methods inherited from class com.azure.core.management.Resource
location, tagsMethods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
DeploymentExtendedInner
public DeploymentExtendedInner()
-
-
Method Details
-
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 DeploymentExtendedInner object itself.
-
withLocation
- Overrides:
withLocationin classcom.azure.core.management.Resource
-
withTags
- Overrides:
withTagsin classcom.azure.core.management.Resource
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-