Uses of Class
com.azure.resourcemanager.network.models.DeleteOptions
Packages that use DeleteOptions
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of DeleteOptions in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return DeleteOptionsModifier and TypeMethodDescriptionPublicIpAddressInner.deleteOption()Get the deleteOption property: Specify what happens to the public IP address when the VM using it is deleted.PublicIpAddressPropertiesFormatInner.deleteOption()Get the deleteOption property: Specify what happens to the public IP address when the VM using it is deleted.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type DeleteOptionsModifier and TypeMethodDescriptionPublicIpAddressInner.withDeleteOption(DeleteOptions deleteOption) Set the deleteOption property: Specify what happens to the public IP address when the VM using it is deleted.PublicIpAddressPropertiesFormatInner.withDeleteOption(DeleteOptions deleteOption) Set the deleteOption property: Specify what happens to the public IP address when the VM using it is deleted. -
Uses of DeleteOptions in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as DeleteOptionsModifier and TypeFieldDescriptionstatic final DeleteOptionsDeleteOptions.DELETEStatic value Delete for DeleteOptions.static final DeleteOptionsDeleteOptions.DETACHStatic value Detach for DeleteOptions.Methods in com.azure.resourcemanager.network.models that return DeleteOptionsModifier and TypeMethodDescriptionstatic DeleteOptionsDeleteOptions.fromString(String name) Creates or finds a DeleteOptions from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type DeleteOptionsModifier and TypeMethodDescriptionstatic Collection<DeleteOptions> DeleteOptions.values()Gets known DeleteOptions values.Methods in com.azure.resourcemanager.network.models with parameters of type DeleteOptionsModifier and TypeMethodDescriptionNetworkInterface.DefinitionStages.WithPublicIPAddressDeleteOptions.withPrimaryPublicIPAddressDeleteOptions(DeleteOptions deleteOptions) Sets delete options for public ip address.NetworkInterface.UpdateStages.WithPublicIPAddressDeleteOptions.withPrimaryPublicIPAddressDeleteOptions(DeleteOptions deleteOptions) Sets delete options for public ip address.NicIpConfiguration.DefinitionStages.WithPublicIPAddressDeleteOptions.withPublicIPAddressDeleteOptions(DeleteOptions deleteOptions) Sets delete options for public ip address.NicIpConfiguration.UpdateDefinitionStages.WithPublicIPAddressDeleteOptions.withPublicIPAddressDeleteOptions(DeleteOptions deleteOptions) Sets delete options for public ip address.NicIpConfiguration.UpdateStages.WithPublicIPAddressDeleteOptions.withPublicIPAddressDeleteOptions(DeleteOptions deleteOptions) Sets delete options for public ip address.