VirtualMachine.DefinitionStages.WithNetworkInterfaceDeleteOptions Interface

public static interface VirtualMachine.DefinitionStages.WithNetworkInterfaceDeleteOptions

The stage of the definition allowing to specify delete options for the network interface.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withPrimaryNetworkInterfaceDeleteOptions(DeleteOptions deleteOptions)

Sets delete options for primary network interfaces.

Method Details

withPrimaryNetworkInterfaceDeleteOptions

public abstract VirtualMachine.DefinitionStages.WithCreate withPrimaryNetworkInterfaceDeleteOptions(DeleteOptions deleteOptions)

Sets delete options for primary network interfaces.

Parameters:

deleteOptions - the delete options for primary network interfaces

Returns:

the next stage of the definition

Applies to