FailoverRequestProperties(IEnumerable<String>) Constructor
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.
Initializes a new instance of FailoverRequestProperties.
public FailoverRequestProperties(System.Collections.Generic.IEnumerable<string> sourceLocations);
new Azure.ResourceManager.ResilienceManagement.Models.FailoverRequestProperties : seq<string> -> Azure.ResourceManager.ResilienceManagement.Models.FailoverRequestProperties
Public Sub New (sourceLocations As IEnumerable(Of String))
Parameters
- sourceLocations
- IEnumerable<String>
Source locations from where resources to be failed-over.
Exceptions
sourceLocations is null.