ArmRecoveryServicesSiteRecoveryModelFactory.SiteRecoverySubnet 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 SiteRecoverySubnet.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoverySubnet SiteRecoverySubnet (string name = default, string friendlyName = default, System.Collections.Generic.IEnumerable<string> addressList = default);
static member SiteRecoverySubnet : string * string * seq<string> -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoverySubnet
Public Shared Function SiteRecoverySubnet (Optional name As String = Nothing, Optional friendlyName As String = Nothing, Optional addressList As IEnumerable(Of String) = Nothing) As SiteRecoverySubnet
Parameters
- name
- String
The subnet name.
- friendlyName
- String
The subnet friendly name.
- addressList
- IEnumerable<String>
The list of addresses for the subnet.
Returns
A new SiteRecoverySubnet instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET