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 private frontend update as part of a load balancer update.
public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.HasPrivateIPAddress.Update.IWithPrivateIPAddress<Microsoft.Azure.Management.Network.Fluent.LoadBalancerPrivateFrontend.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerPrivateFrontend.Update.IWithSubnet, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Update.IUpdate>
type IUpdate = interface
interface ISettable<IUpdate>
interface IWithSubnet
interface IWithPrivateIPAddress<IUpdate>
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithPrivateIPAddress(Of IUpdate), IWithSubnet
- Implements
Methods
Parent() | (Inherited from ISettable<ParentT>) |
WithExistingSubnet(INetwork, String) |
Assigns the specified subnet to this private frontend of the internal load balancer. (Inherited from IWithSubnet) |
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>) |
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET