DeploymentExtendedInner Class

public final class DeploymentExtendedInner
extends Resource

Deployment information.

Constructor Summary

Constructor Description
DeploymentExtendedInner()

Creates an instance of DeploymentExtendedInner class.

Method Summary

Modifier and Type Method and Description
static DeploymentExtendedInner fromJson(JsonReader jsonReader)

Reads an instance of DeploymentExtendedInner from the JsonReader.

String id()

Get the id property: Fully qualified resource Id for the resource.

String name()

Get the name property: The name of the resource.

DeploymentPropertiesExtended properties()

Get the properties property: Deployment properties.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

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)

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:

jsonReader - The JsonReader being read.

Returns:

An instance of DeploymentExtendedInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

id

public String id()

Get the id property: Fully qualified resource Id for the resource.

Overrides:

DeploymentExtendedInner.id()

Returns:

the id value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

DeploymentExtendedInner.name()

Returns:

the name value.

properties

public DeploymentPropertiesExtended properties()

Get the properties property: Deployment properties.

Returns:

the properties value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

DeploymentExtendedInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

DeploymentExtendedInner.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

withLocation

public DeploymentExtendedInner withLocation(String location)

Overrides:

DeploymentExtendedInner.withLocation(String location)

Parameters:

location

withProperties

public DeploymentExtendedInner withProperties(DeploymentPropertiesExtended properties)

Set the properties property: Deployment properties.

Parameters:

properties - the properties value to set.

Returns:

the DeploymentExtendedInner object itself.

withTags

public DeploymentExtendedInner withTags(Map tags)

Overrides:

DeploymentExtendedInner.withTags(Map<String,String> tags)

Parameters:

tags

Applies to