IWithFloatingIP<ReturnT> 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 a load balancing rule definition allowing to enable the floating IP functionality.
public interface IWithFloatingIP<ReturnT> : Microsoft.Azure.Management.Network.Fluent.HasFloatingIP.UpdateDefinition.IWithFloatingIP<Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.UpdateDefinition.IWithAttach<ReturnT>>
type IWithFloatingIP<'ReturnT> = interface
interface IWithFloatingIP<IWithAttach<'ReturnT>>
Public Interface IWithFloatingIP(Of ReturnT)
Implements IWithFloatingIP(Of IWithAttach(Of ReturnT))
Type Parameters
- ReturnT
The stage of the parent definition to return to after attaching this definition.
- Derived
- Implements
-
IWithFloatingIP<IWithAttach<ReturnT>>
Methods
WithFloatingIP(Boolean) |
Sets the floating IP enablement. (Inherited from IWithFloatingIP<ReturnT>) |
WithFloatingIPDisabled() |
Disables floating IP support. (Inherited from IWithFloatingIP<ReturnT>) |
WithFloatingIPEnabled() |
Enables floating IP support. (Inherited from IWithFloatingIP<ReturnT>) |
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET