Uses of Class
com.azure.resourcemanager.compute.models.DeleteOptions
-
Packages that use DeleteOptions Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of DeleteOptions in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return DeleteOptions Modifier and Type Method Description DeleteOptionsNetworkInterfaceReferenceProperties. deleteOption()Get the deleteOption property: Specify what happens to the network interface when the VM is deleted.DeleteOptionsVirtualMachineNetworkInterfaceConfigurationProperties. deleteOption()Get the deleteOption property: Specify what happens to the network interface when the VM is deleted.DeleteOptionsVirtualMachinePublicIpAddressConfigurationProperties. deleteOption()Get the deleteOption property: Specify what happens to the public IP address when the VM is deleted.DeleteOptionsVirtualMachineScaleSetNetworkConfigurationProperties. deleteOption()Get the deleteOption property: Specify what happens to the network interface when the VM is deleted.DeleteOptionsVirtualMachineScaleSetPublicIpAddressConfigurationProperties. deleteOption()Get the deleteOption property: Specify what happens to the public IP when the VM is deleted.DeleteOptionsVirtualMachineScaleSetUpdateNetworkConfigurationProperties. deleteOption()Get the deleteOption property: Specify what happens to the network interface when the VM is deleted.DeleteOptionsVirtualMachineScaleSetUpdatePublicIpAddressConfigurationProperties. deleteOption()Get the deleteOption property: Specify what happens to the public IP when the VM is deleted.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type DeleteOptions Modifier and Type Method Description NetworkInterfaceReferencePropertiesNetworkInterfaceReferenceProperties. withDeleteOption(DeleteOptions deleteOption)Set the deleteOption property: Specify what happens to the network interface when the VM is deleted.VirtualMachineNetworkInterfaceConfigurationPropertiesVirtualMachineNetworkInterfaceConfigurationProperties. withDeleteOption(DeleteOptions deleteOption)Set the deleteOption property: Specify what happens to the network interface when the VM is deleted.VirtualMachinePublicIpAddressConfigurationPropertiesVirtualMachinePublicIpAddressConfigurationProperties. withDeleteOption(DeleteOptions deleteOption)Set the deleteOption property: Specify what happens to the public IP address when the VM is deleted.VirtualMachineScaleSetNetworkConfigurationPropertiesVirtualMachineScaleSetNetworkConfigurationProperties. withDeleteOption(DeleteOptions deleteOption)Set the deleteOption property: Specify what happens to the network interface when the VM is deleted.VirtualMachineScaleSetPublicIpAddressConfigurationPropertiesVirtualMachineScaleSetPublicIpAddressConfigurationProperties. withDeleteOption(DeleteOptions deleteOption)Set the deleteOption property: Specify what happens to the public IP when the VM is deleted.VirtualMachineScaleSetUpdateNetworkConfigurationPropertiesVirtualMachineScaleSetUpdateNetworkConfigurationProperties. withDeleteOption(DeleteOptions deleteOption)Set the deleteOption property: Specify what happens to the network interface when the VM is deleted.VirtualMachineScaleSetUpdatePublicIpAddressConfigurationPropertiesVirtualMachineScaleSetUpdatePublicIpAddressConfigurationProperties. withDeleteOption(DeleteOptions deleteOption)Set the deleteOption property: Specify what happens to the public IP when the VM is deleted. -
Uses of DeleteOptions in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.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.compute.models that return DeleteOptions Modifier and Type Method Description DeleteOptionsNetworkInterfaceReference. deleteOption()Get the deleteOption property: Specify what happens to the network interface when the VM is deleted.DeleteOptionsVirtualMachineNetworkInterfaceConfiguration. deleteOption()Get the deleteOption property: Specify what happens to the network interface when the VM is deleted.DeleteOptionsVirtualMachinePublicIpAddressConfiguration. deleteOption()Get the deleteOption property: Specify what happens to the public IP address when the VM is deleted.DeleteOptionsVirtualMachineScaleSetNetworkConfiguration. deleteOption()Get the deleteOption property: Specify what happens to the network interface when the VM is deleted.DeleteOptionsVirtualMachineScaleSetPublicIpAddressConfiguration. deleteOption()Get the deleteOption property: Specify what happens to the public IP when the VM is deleted.DeleteOptionsVirtualMachineScaleSetUpdateNetworkConfiguration. deleteOption()Get the deleteOption property: Specify what happens to the network interface when the VM is deleted.DeleteOptionsVirtualMachineScaleSetUpdatePublicIpAddressConfiguration. deleteOption()Get the deleteOption property: Specify what happens to the public IP when the VM is deleted.DeleteOptionsVirtualMachineDataDisk. deleteOptions()DeleteOptionsVirtualMachineDiskOptions. deleteOptions()static DeleteOptionsDeleteOptions. fromString(String name)Creates or finds a DeleteOptions from its string representation.DeleteOptionsVirtualMachine. osDiskDeleteOptions()Methods in com.azure.resourcemanager.compute.models that return types with arguments of type DeleteOptions Modifier and Type Method Description static Collection<DeleteOptions>DeleteOptions. values()Methods in com.azure.resourcemanager.compute.models with parameters of type DeleteOptions Modifier and Type Method Description VirtualMachine.DefinitionStages.WithManagedCreateVirtualMachine.DefinitionStages.WithManagedCreate. withDataDiskDefaultDeleteOptions(DeleteOptions deleteOptions)Specifies the delete options for managed data disks.VirtualMachine.UpdateVirtualMachine.Update. withDataDiskDefaultDeleteOptions(DeleteOptions deleteOptions)Specifies the delete options for managed data disks.NetworkInterfaceReferenceNetworkInterfaceReference. withDeleteOption(DeleteOptions deleteOption)Set the deleteOption property: Specify what happens to the network interface when the VM is deleted.VirtualMachineNetworkInterfaceConfigurationVirtualMachineNetworkInterfaceConfiguration. withDeleteOption(DeleteOptions deleteOption)Set the deleteOption property: Specify what happens to the network interface when the VM is deleted.VirtualMachinePublicIpAddressConfigurationVirtualMachinePublicIpAddressConfiguration. withDeleteOption(DeleteOptions deleteOption)Set the deleteOption property: Specify what happens to the public IP address when the VM is deleted.VirtualMachineScaleSetNetworkConfigurationVirtualMachineScaleSetNetworkConfiguration. withDeleteOption(DeleteOptions deleteOption)Set the deleteOption property: Specify what happens to the network interface when the VM is deleted.VirtualMachineScaleSetPublicIpAddressConfigurationVirtualMachineScaleSetPublicIpAddressConfiguration. withDeleteOption(DeleteOptions deleteOption)Set the deleteOption property: Specify what happens to the public IP when the VM is deleted.VirtualMachineScaleSetUpdateNetworkConfigurationVirtualMachineScaleSetUpdateNetworkConfiguration. withDeleteOption(DeleteOptions deleteOption)Set the deleteOption property: Specify what happens to the network interface when the VM is deleted.VirtualMachineScaleSetUpdatePublicIpAddressConfigurationVirtualMachineScaleSetUpdatePublicIpAddressConfiguration. withDeleteOption(DeleteOptions deleteOption)Set the deleteOption property: Specify what happens to the public IP when the VM is deleted.VirtualMachineDiskOptionsVirtualMachineDiskOptions. withDeleteOptions(DeleteOptions deleteOptions)Sets the delete options of the disk, when the virtual machine is deleted.VirtualMachine.DefinitionStages.WithCreateVirtualMachine.DefinitionStages.WithSecondaryNetworkInterface. withNewSecondaryNetworkInterface(Creatable<NetworkInterface> creatable, DeleteOptions deleteOptions)Creates a new network interface to associate with the virtual machine, based on the provided definition.VirtualMachine.UpdateVirtualMachine.UpdateStages.WithSecondaryNetworkInterface. withNewSecondaryNetworkInterface(Creatable<NetworkInterface> creatable, DeleteOptions deleteOptions)Creates a new network interface to associate with the virtual machine, based on the provided definition.VirtualMachine.DefinitionStages.WithCreateVirtualMachine.DefinitionStages.WithOSDiskSettings. withOSDiskDeleteOptions(DeleteOptions deleteOptions)Specifies the delete options for the OS disk.VirtualMachine.DefinitionStages.WithCreateVirtualMachine.DefinitionStages.WithNetworkInterfaceDeleteOptions. withPrimaryNetworkInterfaceDeleteOptions(DeleteOptions deleteOptions)Sets delete options for primary network interfaces.
-