Uses of Interface
com.azure.resourcemanager.network.models.HasPublicIpAddress.DefinitionStages.WithPublicIPAddress
-
Packages that use HasPublicIpAddress.DefinitionStages.WithPublicIPAddress Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of HasPublicIpAddress.DefinitionStages.WithPublicIPAddress in com.azure.resourcemanager.network.models
Subinterfaces of HasPublicIpAddress.DefinitionStages.WithPublicIPAddress in com.azure.resourcemanager.network.models Modifier and Type Interface Description static interfaceLoadBalancerPublicFrontend.Definition<ParentT>The entirety of a public frontend definition.static interfaceLoadBalancerPublicFrontend.DefinitionStages.Blank<ParentT>The first stage of a public frontend definition.static interfaceLoadBalancerPublicFrontend.DefinitionStages.WithPublicIPAddress<ParentT>The stage of a public frontend definition allowing to specify an existing public IP address.static interfaceNicIpConfiguration.Definition<ParentT>The entirety of the network interface IP configuration definition.static interfaceNicIpConfiguration.DefinitionStages.WithAttach<ParentT>The final stage of network interface IP configuration.static interfaceNicIpConfiguration.DefinitionStages.WithPublicIPAddress<ParentT>The stage of the network interface IP configuration definition allowing to associate it with a public IP address.
-