IUpdate 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 entirety of a public frontend update as part of an Internet-facing load balancer update.
public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Update.IWithExistingPublicIPAddress<Microsoft.Azure.Management.Network.Fluent.LoadBalancerPublicFrontend.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Update.IWithNewPublicIPAddress<Microsoft.Azure.Management.Network.Fluent.LoadBalancerPublicFrontend.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Update.IWithNewPublicIPAddressNoDnsLabel<Microsoft.Azure.Management.Network.Fluent.LoadBalancerPublicFrontend.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Update.IWithPublicIPAddress<Microsoft.Azure.Management.Network.Fluent.LoadBalancerPublicFrontend.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerPublicFrontend.Update.IWithPublicIPAddress, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Update.IUpdate>
type IUpdate = interface
interface ISettable<IUpdate>
interface IWithPublicIPAddress
interface IWithPublicIPAddress<IUpdate>
interface IWithExistingPublicIPAddress<IUpdate>
interface IWithNewPublicIPAddress<IUpdate>
interface IWithNewPublicIPAddressNoDnsLabel<IUpdate>
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithExistingPublicIPAddress(Of IUpdate), IWithNewPublicIPAddress(Of IUpdate), IWithNewPublicIPAddressNoDnsLabel(Of IUpdate), IWithPublicIPAddress, IWithPublicIPAddress(Of IUpdate)
- Implements
Methods
Parent() | (Inherited from ISettable<ParentT>) |
WithExistingPublicIPAddress(IPublicIPAddress) |
Associates an existing public IP address with the resource. (Inherited from IWithExistingPublicIPAddress<ReturnT>) |
WithExistingPublicIPAddress(String) |
Associates an existing public IP address with the resource. (Inherited from IWithExistingPublicIPAddress<ReturnT>) |
WithNewPublicIPAddress() |
Creates a new public IP address in the same region and group as the resource and associates it with the resource. The internal name and DNS label for the public IP address will be derived from the resource's name. (Inherited from IWithNewPublicIPAddressNoDnsLabel<ReturnT>) |
WithNewPublicIPAddress(ICreatable<IPublicIPAddress>) |
Creates a new public IP address to associate with the resource. (Inherited from IWithNewPublicIPAddressNoDnsLabel<ReturnT>) |
WithNewPublicIPAddress(String) |
Creates a new public IP address in the same region and group as the resource, with the specified DNS label and associates it with the resource. The internal name for the public IP address will be derived from the DNS label. (Inherited from IWithNewPublicIPAddress<ReturnT>) |
WithoutPublicIPAddress() |
Removes the existing reference to a public IP address. (Inherited from IWithExistingPublicIPAddress<ReturnT>) |
Applies to
Azure SDK for .NET