Interface HasPublicIPAddress.DefinitionStages.WithPublicIPAddressNoDnsLabel<ReturnT>
-
- Type Parameters:
ReturnT- the next stage of the definition
- All Superinterfaces:
HasPublicIPAddress.DefinitionStages.WithExistingPublicIPAddress<ReturnT>,HasPublicIPAddress.DefinitionStages.WithNewPublicIPAddressNoDnsLabel<ReturnT>
- All Known Subinterfaces:
ApplicationGateway.Definition,ApplicationGateway.DefinitionStages.WithCreate,ApplicationGateway.DefinitionStages.WithPublicFrontend,ApplicationGateway.DefinitionStages.WithPublicIPAddress,ApplicationGateway.DefinitionStages.WithRequestRoutingRuleOrCreate,VirtualNetworkGateway.Definition,VirtualNetworkGateway.DefinitionStages.WithCreate,VirtualNetworkGateway.DefinitionStages.WithPublicIPAddress
- Enclosing interface:
- HasPublicIPAddress.DefinitionStages
public static interface HasPublicIPAddress.DefinitionStages.WithPublicIPAddressNoDnsLabel<ReturnT> extends HasPublicIPAddress.DefinitionStages.WithExistingPublicIPAddress<ReturnT>, HasPublicIPAddress.DefinitionStages.WithNewPublicIPAddressNoDnsLabel<ReturnT>
The stage of the definition allowing to associate the resource with a public IP address, but not allowing to create one with a DNS leaf label.
-
-
Method Summary
-
Methods inherited from interface com.microsoft.azure.management.network.model.HasPublicIPAddress.DefinitionStages.WithExistingPublicIPAddress
withExistingPublicIPAddress, withExistingPublicIPAddress
-
Methods inherited from interface com.microsoft.azure.management.network.model.HasPublicIPAddress.DefinitionStages.WithNewPublicIPAddressNoDnsLabel
withNewPublicIPAddress, withNewPublicIPAddress
-
-