IWithSubnet.DefineSubnet(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.
Begins the definition of a new subnet to be added to this virtual network.
public Microsoft.Azure.Management.Network.Fluent.Subnet.UpdateDefinition.IBlank<Microsoft.Azure.Management.Network.Fluent.Network.Update.IUpdate> DefineSubnet (string name);
abstract member DefineSubnet : string -> Microsoft.Azure.Management.Network.Fluent.Subnet.UpdateDefinition.IBlank<Microsoft.Azure.Management.Network.Fluent.Network.Update.IUpdate>
Public Function DefineSubnet (name As String) As IBlank(Of IUpdate)
Parameters
- name
- String
The name of the new subnet.