Share via


Application Interface

public interface Application

An immutable client-side representation of Application.

Method Summary

Modifier and Type Method and Description
abstract Boolean allowUpdates()

Gets the allowUpdates property: A value indicating whether packages within the application may be overwritten using the same version string.

abstract String defaultVersion()

Gets the defaultVersion property: The package to use if a client requests the application but does not specify a version.

abstract String displayName()

Gets the displayName property: The display name for the application.

abstract String etag()

Gets the etag property: The ETag of the resource, used for concurrency statements.

abstract String id()

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

abstract ApplicationInner innerModel()

Gets the inner com.azure.resourcemanager.batch.fluent.models.ApplicationInner object.

abstract String name()

Gets the name property: The name of the resource.

abstract Application refresh()

Refreshes the resource to sync with Azure.

abstract Application refresh(Context context)

Refreshes the resource to sync with Azure.

abstract String resourceGroupName()

Gets the name of the resource group.

abstract Map<String,String> tags()

Gets the tags property: The tags of the resource.

abstract String type()

Gets the type property: The type of the resource.

abstract Update update()

Begins update for the Application resource.

Method Details

allowUpdates

public abstract Boolean allowUpdates()

Gets the allowUpdates property: A value indicating whether packages within the application may be overwritten using the same version string.

Returns:

the allowUpdates value.

defaultVersion

public abstract String defaultVersion()

Gets the defaultVersion property: The package to use if a client requests the application but does not specify a version. This property can only be set to the name of an existing package.

Returns:

the defaultVersion value.

displayName

public abstract String displayName()

Gets the displayName property: The display name for the application.

Returns:

the displayName value.

etag

public abstract String etag()

Gets the etag property: The ETag of the resource, used for concurrency statements.

Returns:

the etag value.

id

public abstract String id()

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

Returns:

the id value.

innerModel

public abstract ApplicationInner innerModel()

Gets the inner com.azure.resourcemanager.batch.fluent.models.ApplicationInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

refresh

public abstract Application refresh()

Refreshes the resource to sync with Azure.

Returns:

the refreshed resource.

refresh

public abstract Application refresh(Context context)

Refreshes the resource to sync with Azure.

Parameters:

context - The context to associate with this operation.

Returns:

the refreshed resource.

resourceGroupName

public abstract String resourceGroupName()

Gets the name of the resource group.

Returns:

the name of the resource group.

tags

public abstract Map<String,String> tags()

Gets the tags property: The tags of the resource.

Returns:

the tags value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

update

public abstract Application.Update update()

Begins update for the Application resource.

Returns:

the stage of resource update.

Applies to