你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Application 接口
public interface Application extends ExternalChildResource<Application, BatchAccount>,HasInner
Azure Batch帐户应用程序的不可变客户端表示形式。
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
Map<String, Application |
applicationPackages() |
String | defaultVersion() |
String | displayName() |
boolean | updatesAllowed() |
继承成员
ExternalChildResource<FluentModelT,ParentT>.id()
HasInner<T>.inner()
Indexable.key()
HasName.name()
HasParent<ParentT>.parent()
Refreshable<T>.refresh()
Refreshable<T>.refreshAsync()
方法详细信息
applicationPackages
public Map
返回:
应用程序包
defaultVersion
public String defaultVersion()
返回:
应用程序的默认版本。
displayName
public String displayName()
返回:
应用程序的显示名称
updatesAllowed
public boolean updatesAllowed()
返回:
如果允许自动更新,则为 true,否则为 false