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 allow |
| abstract String |
defaultVersion()
Gets the default |
| abstract String |
displayName()
Gets the display |
| 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
Application |
innerModel()
Gets the inner com. |
| 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:
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:
displayName
public abstract String displayName()
Gets the displayName property: The display name for the application.
Returns:
etag
public abstract String etag()
Gets the etag property: The ETag of the resource, used for concurrency statements.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract ApplicationInner innerModel()
Gets the inner com.azure.resourcemanager.batch.fluent.models.ApplicationInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
refresh
public abstract Application refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract Application refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
tags
public abstract Map<String,String> tags()
Gets the tags property: The tags of the resource.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract Application.Update update()
Begins update for the Application resource.
Returns: