Interface NicIpConfiguration.DefinitionStages.WithPublicIPAddressDeleteOptions<ParentT>
- Type Parameters:
ParentT- the stage of the parent network interface definition to return to after attaching this definition
- All Known Subinterfaces:
NicIpConfiguration.Definition<ParentT>,NicIpConfiguration.DefinitionStages.WithAttach<ParentT>
- Enclosing interface:
- NicIpConfiguration.DefinitionStages
public static interface NicIpConfiguration.DefinitionStages.WithPublicIPAddressDeleteOptions<ParentT>
The stage of the definition allowing to specify delete options for the public ip address.
-
Method Summary
Modifier and TypeMethodDescriptionwithPublicIPAddressDeleteOptions(DeleteOptions deleteOptions) Sets delete options for public ip address.
-
Method Details
-
withPublicIPAddressDeleteOptions
NicIpConfiguration.DefinitionStages.WithAttach<ParentT> withPublicIPAddressDeleteOptions(DeleteOptions deleteOptions) Sets delete options for public ip address.- Parameters:
deleteOptions- the delete options for primary network interfaces- Returns:
- the next stage of the definition
-