Interface DataMigrationService.UpdateStages.WithVirtualSubnetId

All Known Subinterfaces:
DataMigrationService.Update
Enclosing interface:
DataMigrationService.UpdateStages

public static interface DataMigrationService.UpdateStages.WithVirtualSubnetId
The stage of the DataMigrationService update allowing to specify virtualSubnetId.
  • Method Summary

    Modifier and Type
    Method
    Description
    withVirtualSubnetId(String virtualSubnetId)
    Specifies the virtualSubnetId property: The ID of the Microsoft.Network/virtualNetworks/subnets resource to which the service should be joined.
  • Method Details

    • withVirtualSubnetId

      DataMigrationService.Update withVirtualSubnetId(String virtualSubnetId)
      Specifies the virtualSubnetId property: The ID of the Microsoft.Network/virtualNetworks/subnets resource to which the service should be joined.
      Parameters:
      virtualSubnetId - The ID of the Microsoft.Network/virtualNetworks/subnets resource to which the service should be joined.
      Returns:
      the next definition stage.