IWithPrivateIP Interface
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.
The stage of the network interface IP configuration update allowing to specify private IP.
public interface IWithPrivateIP : Microsoft.Azure.Management.Network.Fluent.HasPrivateIPAddress.Update.IWithPrivateIPAddress<Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.Update.IUpdate>
type IWithPrivateIP = interface
interface IWithPrivateIPAddress<IUpdate>
Public Interface IWithPrivateIP
Implements IWithPrivateIPAddress(Of IUpdate)
- 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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET