IWithPrivateIP<ParentT> Interface

Definition

The stage of the network interface IP configuration definition allowing to specify private IP address within a virtual network subnet.

public interface IWithPrivateIP<ParentT> : Microsoft.Azure.Management.Network.Fluent.HasPrivateIPAddress.Definition.IWithPrivateIPAddress<Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.Definition.IWithAttach<Microsoft.Azure.Management.Network.Fluent.NetworkInterface.Definition.IWithCreate>>
type IWithPrivateIP<'ParentT> = interface
    interface IWithPrivateIPAddress<IWithAttach<IWithCreate>>
Public Interface IWithPrivateIP(Of ParentT)
Implements IWithPrivateIPAddress(Of IWithAttach(Of IWithCreate))

Type Parameters

ParentT

The stage of the parent network interface definition to return to after attaching this definition.

Derived
Implements

Methods

WithPrivateIPAddressDynamic()

Enables dynamic private IP address allocation within the associated subnet.

(Inherited from IWithPrivateIPAddress<ReturnT>)
WithPrivateIPAddressStatic(String)

Assigns the specified static private IP address within the associated subnet.

(Inherited from IWithPrivateIPAddress<ReturnT>)
WithPrivateIPVersion(IPVersion)

Specifies the IP version for the private IP address.

Applies to