BackgroundDataDownloadActivityConverter.Transform Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Transform(PSBackgroundDataDownloadActivity) | |
| Transform(ServerEndpointBackgroundDataDownloadActivity) |
Transform(PSBackgroundDataDownloadActivity)
protected override Microsoft.Azure.Management.StorageSync.Models.ServerEndpointBackgroundDataDownloadActivity Transform (Microsoft.Azure.Commands.StorageSync.Models.PSBackgroundDataDownloadActivity source);
override this.Transform : Microsoft.Azure.Commands.StorageSync.Models.PSBackgroundDataDownloadActivity -> Microsoft.Azure.Management.StorageSync.Models.ServerEndpointBackgroundDataDownloadActivity
Protected Overrides Function Transform (source As PSBackgroundDataDownloadActivity) As ServerEndpointBackgroundDataDownloadActivity
Parameters
Returns
Applies to
Transform(ServerEndpointBackgroundDataDownloadActivity)
protected override Microsoft.Azure.Commands.StorageSync.Models.PSBackgroundDataDownloadActivity Transform (Microsoft.Azure.Management.StorageSync.Models.ServerEndpointBackgroundDataDownloadActivity source);
override this.Transform : Microsoft.Azure.Management.StorageSync.Models.ServerEndpointBackgroundDataDownloadActivity -> Microsoft.Azure.Commands.StorageSync.Models.PSBackgroundDataDownloadActivity
Protected Overrides Function Transform (source As ServerEndpointBackgroundDataDownloadActivity) As PSBackgroundDataDownloadActivity