Uses of Class
com.azure.resourcemanager.network.models.DeleteOptions
-
Packages that use DeleteOptions Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 DeleteOptions Modifier and Type Method Description DeleteOptionsPublicIpAddressInner. deleteOption()Get the deleteOption property: Specify what happens to the public IP address when the VM using it is deleted.DeleteOptionsPublicIpAddressPropertiesFormatInner. 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 DeleteOptions Modifier and Type Method Description PublicIpAddressInnerPublicIpAddressInner. withDeleteOption(DeleteOptions deleteOption)Set the deleteOption property: Specify what happens to the public IP address when the VM using it is deleted.PublicIpAddressPropertiesFormatInnerPublicIpAddressPropertiesFormatInner. 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 DeleteOptions Modifier and Type Field Description static DeleteOptionsDeleteOptions. DELETEStatic value Delete for DeleteOptions.static DeleteOptionsDeleteOptions. DETACHStatic value Detach for DeleteOptions.Methods in com.azure.resourcemanager.network.models that return DeleteOptions Modifier and Type Method Description static 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 DeleteOptions Modifier and Type Method Description static Collection<DeleteOptions>DeleteOptions. values()
-