Uses of Interface
com.azure.resourcemanager.compute.models.VirtualMachineUnmanagedDataDisk.DefinitionStages.Blank
-
Packages that use VirtualMachineUnmanagedDataDisk.DefinitionStages.Blank Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of VirtualMachineUnmanagedDataDisk.DefinitionStages.Blank in com.azure.resourcemanager.compute.models
Subinterfaces of VirtualMachineUnmanagedDataDisk.DefinitionStages.Blank in com.azure.resourcemanager.compute.models Modifier and Type Interface Description static interfaceVirtualMachineUnmanagedDataDisk.DefinitionWithExistingVhd<ParentT>The entirety of a unmanaged data disk of a virtual machine scale set definition.static interfaceVirtualMachineUnmanagedDataDisk.DefinitionWithImage<ParentT>The entirety of a unmanaged data disk of a virtual machine scale set definition.static interfaceVirtualMachineUnmanagedDataDisk.DefinitionWithNewVhd<ParentT>The entirety of a unmanaged data disk of a virtual machine scale set definition.Methods in com.azure.resourcemanager.compute.models that return VirtualMachineUnmanagedDataDisk.DefinitionStages.Blank Modifier and Type Method Description VirtualMachineUnmanagedDataDisk.DefinitionStages.Blank<VirtualMachine.DefinitionStages.WithUnmanagedCreate>VirtualMachine.DefinitionStages.WithUnmanagedDataDisk. defineUnmanagedDataDisk(String name)Begins definition of an unmanaged data disk to be attached to the virtual machine.
-