wsp-10329 Adding hyper-v replica to HyperV Provider. Enterprise Part.
This commit is contained in:
parent
5af4c5a932
commit
c328cf72bd
4 changed files with 138 additions and 38 deletions
|
@ -472,5 +472,15 @@ namespace WebsitePanel.EnterpriseServer
|
|||
return VirtualizationServerController2012.SendVirtualMachineSummaryLetter(itemId, to, bcc, false);
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region Replication
|
||||
|
||||
[WebMethod]
|
||||
public CertificateInfo[] GetCertificates(int serviceId, string remoteServer)
|
||||
{
|
||||
return VirtualizationServerController2012.GetCertificates(serviceId, remoteServer);
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue