CrossRegionRestoreOperationsExtensions.BeginTrigger 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.
Restores the specified backed up data in a different region as compared to where the data is backed up.
public static void BeginTrigger (this Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.ICrossRegionRestoreOperations operations, string azureRegion, Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.CrossRegionRestoreRequest parameters);
static member BeginTrigger : Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.ICrossRegionRestoreOperations * string * Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.CrossRegionRestoreRequest -> unit
<Extension()>
Public Sub BeginTrigger (operations As ICrossRegionRestoreOperations, azureRegion As String, parameters As CrossRegionRestoreRequest)
Parameters
- operations
- ICrossRegionRestoreOperations
The operations group for this extension method.
- azureRegion
- String
Azure region to hit Api
- parameters
- CrossRegionRestoreRequest
resource cross region restore request
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET