IWithTargetNetwork.WithTargetNetwork(String) 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.
Set the target virtual network.
public Microsoft.Azure.Management.Network.Fluent.Topology.Definition.IWithExecuteAndSubnet WithTargetNetwork (string networkId);
abstract member WithTargetNetwork : string -> Microsoft.Azure.Management.Network.Fluent.Topology.Definition.IWithExecuteAndSubnet
Public Function WithTargetNetwork (networkId As String) As IWithExecuteAndSubnet
Parameters
- networkId
- String
The target network id value to set.
Returns
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET