Condividi tramite


IWithSubnet.DefineSubnet(String) Method

Definition

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.

Returns

Applies to