你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IResourceGuardProxyOperations 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
ResourceGuardProxyOperations 操作。
public interface IResourceGuardProxyOperations
type IResourceGuardProxyOperations = interface
Public Interface IResourceGuardProxyOperations
方法
DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
在保管库下删除 ResourceGuardProxy |
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
在保管库下返回 ResourceGuardProxy,并在请求中引用了名称 |
PutWithHttpMessagesAsync(String, String, String, ResourceGuardProxyBaseResource, Dictionary<String,List<String>>, CancellationToken) |
在保管库下添加或更新 ResourceGuardProxy 保护保管库关键操作 |
UnlockDeleteWithHttpMessagesAsync(String, String, String, UnlockDeleteRequest, Dictionary<String,List<String>>, CancellationToken) |
保护删除 ResourceGuardProxy 操作。 |
扩展方法
Delete(IResourceGuardProxyOperations, String, String, String) |
在保管库下删除 ResourceGuardProxy |
DeleteAsync(IResourceGuardProxyOperations, String, String, String, CancellationToken) |
在保管库下删除 ResourceGuardProxy |
Get(IResourceGuardProxyOperations, String, String, String) |
在保管库下返回 ResourceGuardProxy,并在请求中引用了名称 |
GetAsync(IResourceGuardProxyOperations, String, String, String, CancellationToken) |
在保管库下返回 ResourceGuardProxy,并在请求中引用了名称 |
Put(IResourceGuardProxyOperations, String, String, String, ResourceGuardProxyBaseResource) |
在保管库下添加或更新 ResourceGuardProxy 保护保管库关键操作 |
PutAsync(IResourceGuardProxyOperations, String, String, String, ResourceGuardProxyBaseResource, CancellationToken) |
在保管库下添加或更新 ResourceGuardProxy 保护保管库关键操作 |
UnlockDelete(IResourceGuardProxyOperations, String, String, String, UnlockDeleteRequest) |
保护删除 ResourceGuardProxy 操作。 |
UnlockDeleteAsync(IResourceGuardProxyOperations, String, String, String, UnlockDeleteRequest, CancellationToken) |
保护删除 ResourceGuardProxy 操作。 |