Interface LoadBalancerPublicFrontend.UpdateDefinition<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Superinterfaces:
Attachable.InUpdate<ParentT>,HasPublicIpAddress.UpdateDefinitionStages.WithExistingPublicIPAddress<LoadBalancerPublicFrontend.UpdateDefinitionStages.WithAttach<ParentT>>,HasPublicIpAddress.UpdateDefinitionStages.WithNewPublicIPAddress<LoadBalancerPublicFrontend.UpdateDefinitionStages.WithAttach<ParentT>>,HasPublicIpAddress.UpdateDefinitionStages.WithNewPublicIPAddressNoDnsLabel<LoadBalancerPublicFrontend.UpdateDefinitionStages.WithAttach<ParentT>>,HasPublicIpAddress.UpdateDefinitionStages.WithPublicIPAddress<LoadBalancerPublicFrontend.UpdateDefinitionStages.WithAttach<ParentT>>,LoadBalancerPublicFrontend.UpdateDefinitionStages.Blank<ParentT>,LoadBalancerPublicFrontend.UpdateDefinitionStages.WithAttach<ParentT>,LoadBalancerPublicFrontend.UpdateDefinitionStages.WithPublicIPAddress<ParentT>
- Enclosing interface:
- LoadBalancerPublicFrontend
public static interface LoadBalancerPublicFrontend.UpdateDefinition<ParentT> extends LoadBalancerPublicFrontend.UpdateDefinitionStages.Blank<ParentT>, LoadBalancerPublicFrontend.UpdateDefinitionStages.WithAttach<ParentT>, LoadBalancerPublicFrontend.UpdateDefinitionStages.WithPublicIPAddress<ParentT>
The entirety of a public frontend definition as part of an Internet-facing load balancer update.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable.InUpdate
attach
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasPublicIpAddress.UpdateDefinitionStages.WithExistingPublicIPAddress
withExistingPublicIpAddress, withExistingPublicIpAddress
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasPublicIpAddress.UpdateDefinitionStages.WithNewPublicIPAddress
withNewPublicIpAddress
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasPublicIpAddress.UpdateDefinitionStages.WithNewPublicIPAddressNoDnsLabel
withNewPublicIpAddress, withNewPublicIpAddress
-
-