你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DeploymentSlots Interface
public interface DeploymentSlots extends SupportsCreating<DeploymentSlot.DefinitionStages.Blank>,SupportsListing,SupportsGettingByName,SupportsGettingById,SupportsDeletingById,SupportsDeletingByName,HasManager,HasParent
Entry point for Azure web app deployment slot management API.
Inherited Members
SupportsCreating<T>.define(String name)
SupportsDeletingById.deleteById(String id)
SupportsDeletingById.deleteByIdAsync(String id, ServiceCallback<Void> callback)
SupportsDeletingById.deleteByIdAsync(String id)
SupportsDeletingByName.deleteByName(String name)
SupportsDeletingByName.deleteByNameAsync(String name, ServiceCallback<Void> callback)
SupportsDeletingByName.deleteByNameAsync(String name)
SupportsGettingById<T>.getById(String id)
SupportsGettingById<T>.getByIdAsync(String id)
SupportsGettingById<T>.getByIdAsync(String id, ServiceCallback<T> callback)
SupportsGettingByName<T>.getByName(String name)
SupportsListing<T>.list()
SupportsListing<T>.listAsync()
HasManager<ManagerT>.manager()
HasParent<ParentT>.parent()