public final class DeploymentExtendedInner
extends com.azure.core.management.Resource
| Constructor and Description |
|---|
DeploymentExtendedInner() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentPropertiesExtended |
properties()
Get the properties property: Deployment properties.
|
void |
validate()
Validates the instance.
|
DeploymentExtendedInner |
withLocation(String location) |
DeploymentExtendedInner |
withProperties(DeploymentPropertiesExtended properties)
Set the properties property: Deployment properties.
|
DeploymentExtendedInner |
withTags(Map<String,String> tags) |
public DeploymentPropertiesExtended properties()
public DeploymentExtendedInner withProperties(DeploymentPropertiesExtended properties)
properties - the properties value to set.public DeploymentExtendedInner withLocation(String location)
withLocation in class com.azure.core.management.Resourcepublic DeploymentExtendedInner withTags(Map<String,String> tags)
withTags in class com.azure.core.management.Resourcepublic void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.