Interface NicIpConfiguration.UpdateDefinitionStages.WithPublicIPAddressDeleteOptions<ParentT>
- Type Parameters:
ParentT- the stage of the parent network interface update to return to after attaching this definition
- All Known Subinterfaces:
NicIpConfiguration.UpdateDefinition<ParentT>, NicIpConfiguration.UpdateDefinitionStages.WithAttach<ParentT>
- Enclosing interface:
NicIpConfiguration.UpdateDefinitionStages
public static interface NicIpConfiguration.UpdateDefinitionStages.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.UpdateDefinitionStages.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 update
-