ArmRecoveryServicesSiteRecoveryModelFactory.VMwareCbtNicContent 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 VMwareCbtNicContent.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VMwareCbtNicContent VMwareCbtNicContent (string nicId = default, string isPrimaryNic = default, string targetSubnetName = default, System.Net.IPAddress targetStaticIPAddress = default, string isSelectedForMigration = default, string targetNicName = default, string testSubnetName = default, System.Net.IPAddress testStaticIPAddress = default);
static member VMwareCbtNicContent : string * string * string * System.Net.IPAddress * string * string * string * System.Net.IPAddress -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VMwareCbtNicContent
Public Shared Function VMwareCbtNicContent (Optional nicId As String = Nothing, Optional isPrimaryNic As String = Nothing, Optional targetSubnetName As String = Nothing, Optional targetStaticIPAddress As IPAddress = Nothing, Optional isSelectedForMigration As String = Nothing, Optional targetNicName As String = Nothing, Optional testSubnetName As String = Nothing, Optional testStaticIPAddress As IPAddress = Nothing) As VMwareCbtNicContent
Parameters
- nicId
- String
The NIC Id.
- isPrimaryNic
- String
A value indicating whether this is the primary NIC.
- targetSubnetName
- String
Target subnet name.
- targetStaticIPAddress
- IPAddress
The static IP address.
- isSelectedForMigration
- String
A value indicating whether this NIC is selected for migration.
- targetNicName
- String
Target NIC name.
- testSubnetName
- String
The test subnet name.
- testStaticIPAddress
- IPAddress
The test static IP address.
Returns
A new VMwareCbtNicContent 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