DeploymentExtendedInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. resources. fluent. models. DeploymentExtendedInner
- com.
- com.
- com.
public final class DeploymentExtendedInner
extends Resource
Deployment information.
Constructor Summary
Constructor | Description |
---|---|
DeploymentExtendedInner() |
Creates an instance of Deployment |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Deployment |
fromJson(JsonReader jsonReader)
Reads an instance of Deployment |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
name()
Get the name property: The name of the resource. |
Deployment |
properties()
Get the properties property: Deployment properties. |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Deployment |
withLocation(String location) |
Deployment |
withProperties(DeploymentPropertiesExtended properties)
Set the properties property: Deployment properties. |
Deployment |
withTags(Map<String,String> tags) |
Methods inherited from ProxyResource
Methods inherited from Resource
Methods inherited from java.lang.Object
Constructor Details
DeploymentExtendedInner
public DeploymentExtendedInner()
Creates an instance of DeploymentExtendedInner class.
Method Details
fromJson
public static DeploymentExtendedInner fromJson(JsonReader jsonReader)
Reads an instance of DeploymentExtendedInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
DeploymentExtendedInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
DeploymentExtendedInner.name()Returns:
properties
public DeploymentPropertiesExtended properties()
Get the properties property: Deployment properties.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
DeploymentExtendedInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
DeploymentExtendedInner.type()Returns:
validate
public void validate()
Validates the instance.
withLocation
public DeploymentExtendedInner withLocation(String location)
Overrides:
DeploymentExtendedInner.withLocation(String location)Parameters:
withProperties
public DeploymentExtendedInner withProperties(DeploymentPropertiesExtended properties)
Set the properties property: Deployment properties.
Parameters:
Returns:
withTags
public DeploymentExtendedInner withTags(Map
Overrides:
DeploymentExtendedInner.withTags(Map<String,String> tags)Parameters:
Applies to
Azure SDK for Java