ArmRecoveryServicesSiteRecoveryModelFactory.SiteRecoveryNetworkProperties 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.
Initializes a new instance of SiteRecoveryNetworkProperties.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryNetworkProperties SiteRecoveryNetworkProperties (string fabricType = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoverySubnet> subnets = default, string friendlyName = default, string networkType = default);
static member SiteRecoveryNetworkProperties : string * seq<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoverySubnet> * string * string -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryNetworkProperties
Public Shared Function SiteRecoveryNetworkProperties (Optional fabricType As String = Nothing, Optional subnets As IEnumerable(Of SiteRecoverySubnet) = Nothing, Optional friendlyName As String = Nothing, Optional networkType As String = Nothing) As SiteRecoveryNetworkProperties
Parameters
- fabricType
- String
The Fabric Type.
- subnets
- IEnumerable<SiteRecoverySubnet>
The List of subnets.
- friendlyName
- String
The Friendly Name.
- networkType
- String
The Network Type.
Returns
A new SiteRecoveryNetworkProperties instance for mocking.
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