ArmHDInsightModelFactory.HDInsightVirtualNetworkProfile 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.
public static Azure.ResourceManager.HDInsight.Models.HDInsightVirtualNetworkProfile HDInsightVirtualNetworkProfile(Azure.Core.ResourceIdentifier id = default, string subnet = default);
static member HDInsightVirtualNetworkProfile : Azure.Core.ResourceIdentifier * string -> Azure.ResourceManager.HDInsight.Models.HDInsightVirtualNetworkProfile
Public Shared Function HDInsightVirtualNetworkProfile (Optional id As ResourceIdentifier = Nothing, Optional subnet As String = Nothing) As HDInsightVirtualNetworkProfile
Parameters
The ID of the virtual network.
- subnet
- String
The name of the subnet.
Returns
A new HDInsightVirtualNetworkProfile instance for mocking.