コード例 #1
0
 /// <summary>
 ///  删除快照策略
 /// </summary>
 /// <param name="request">请求参数信息</param>
 /// <returns>请求结果信息</returns>
 public async Task <DeleteSnapshotPolicyResponse> DeleteSnapshotPolicy(DeleteSnapshotPolicyRequest request)
 {
     return(await new DeleteSnapshotPolicyExecutor().Client(this).Execute <DeleteSnapshotPolicyResponse, DeleteSnapshotPolicyResult, DeleteSnapshotPolicyRequest>(request).ConfigureAwait(false));
 }
コード例 #2
0
 /// <summary>
 ///  删除快照策略
 /// </summary>
 /// <param name="request">请求参数信息</param>
 /// <returns>请求结果信息</returns>
 public DeleteSnapshotPolicyResponse DeleteSnapshotPolicy(DeleteSnapshotPolicyRequest request)
 {
     return(new DeleteSnapshotPolicyExecutor().Client(this).Execute <DeleteSnapshotPolicyResponse, DeleteSnapshotPolicyResult, DeleteSnapshotPolicyRequest>(request));
 }