ApplicationTypeVersionResourceInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. servicefabric. fluent. models. ApplicationTypeVersionResourceInner
- com.
- com.
public final class ApplicationTypeVersionResourceInner
extends ProxyResource
An application type version resource for the specified application type name resource.
Constructor Summary
| Constructor | Description |
|---|---|
| ApplicationTypeVersionResourceInner() |
Creates an instance of Application |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
appPackageUrl()
Get the app |
| Map<String,String> |
defaultParameterList()
Get the default |
| String |
etag()
Get the etag property: Azure resource etag. |
|
static
Application |
fromJson(JsonReader jsonReader)
Reads an instance of Application |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
location()
Get the location property: It will be deprecated in New API, resource location depends on the parent resource. |
| String |
name()
Get the name property: The name of the resource. |
| String |
provisioningState()
Get the provisioning |
|
System |
systemData()
Get the system |
| Map<String,String> |
tags()
Get the tags property: Azure resource tags. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
|
Application |
withAppPackageUrl(String appPackageUrl)
Set the app |
|
Application |
withLocation(String location)
Set the location property: It will be deprecated in New API, resource location depends on the parent resource. |
|
Application |
withTags(Map<String,String> tags)
Set the tags property: Azure resource tags. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
ApplicationTypeVersionResourceInner
public ApplicationTypeVersionResourceInner()
Creates an instance of ApplicationTypeVersionResourceInner class.
Method Details
appPackageUrl
public String appPackageUrl()
Get the appPackageUrl property: The URL to the application package.
Returns:
defaultParameterList
public Map<String,String> defaultParameterList()
Get the defaultParameterList property: List of application type parameters that can be overridden when creating or updating the application.
Returns:
etag
public String etag()
Get the etag property: Azure resource etag.
Returns:
fromJson
public static ApplicationTypeVersionResourceInner fromJson(JsonReader jsonReader)
Reads an instance of ApplicationTypeVersionResourceInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
ApplicationTypeVersionResourceInner.id()Returns:
location
public String location()
Get the location property: It will be deprecated in New API, resource location depends on the parent resource.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
ApplicationTypeVersionResourceInner.name()Returns:
provisioningState
public String provisioningState()
Get the provisioningState property: The current deployment or provisioning state, which only appears in the response.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Metadata pertaining to creation and last modification of the resource.
Returns:
tags
public Map<String,String> tags()
Get the tags property: Azure resource tags.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ApplicationTypeVersionResourceInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
ApplicationTypeVersionResourceInner.type()Returns:
validate
public void validate()
Validates the instance.
withAppPackageUrl
public ApplicationTypeVersionResourceInner withAppPackageUrl(String appPackageUrl)
Set the appPackageUrl property: The URL to the application package.
Parameters:
Returns:
withLocation
public ApplicationTypeVersionResourceInner withLocation(String location)
Set the location property: It will be deprecated in New API, resource location depends on the parent resource.
Parameters:
Returns:
withTags
public ApplicationTypeVersionResourceInner withTags(Map<String,String> tags)
Set the tags property: Azure resource tags.
Parameters:
Returns: