コード例 #1
0
 public SiteRecoveryManagementClient GetSiteRecoveryClient(RecordedDelegationHandler handler, String scenario = "")
 {
     handler.IsPassThrough = true;
     return(this.GetSiteRecoveryManagementClient(scenario).WithHandler(handler));
 }
コード例 #2
0
 public SiteRecoveryManagementClient GetSiteRecoveryClient(RecordedDelegationHandler handler)
 {
     handler.IsPassThrough = true;
     return this.GetSiteRecoveryManagementClient().WithHandler(handler);
 }
コード例 #3
0
 public SiteRecoveryVaultManagementClient GetRecoveryServicesClient(RecordedDelegationHandler handler)
 {
     handler.IsPassThrough = true;
     return(this.GetSiteRecoveryVaultManagementClient().WithHandler(handler));;
 }
コード例 #4
0
 public RecoveryServicesManagementClient GetRecoveryServicesClient(RecordedDelegationHandler handler)
 {
     handler.IsPassThrough = true;
     return this.GetRecoveryServicesManagementClient().WithHandler(handler); ;
 }