Uses of Class
com.azure.resourcemanager.compute.models.ExtendedLocation
-
Packages that use ExtendedLocation 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 ExtendedLocation in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return ExtendedLocation Modifier and Type Method Description ExtendedLocationDiskAccessInner. extendedLocation()Get the extendedLocation property: The extended location where the disk access will be created.ExtendedLocationDiskInner. extendedLocation()Get the extendedLocation property: The extended location where the disk will be created.ExtendedLocationImageInner. extendedLocation()Get the extendedLocation property: The extended location of the Image.ExtendedLocationSnapshotInner. extendedLocation()Get the extendedLocation property: The extended location where the snapshot will be created.ExtendedLocationVirtualMachineImageResourceInner. extendedLocation()Get the extendedLocation property: The extended location of the Virtual Machine.ExtendedLocationVirtualMachineInner. extendedLocation()Get the extendedLocation property: The extended location of the Virtual Machine.ExtendedLocationVirtualMachineScaleSetInner. extendedLocation()Get the extendedLocation property: The extended location of the Virtual Machine Scale Set.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type ExtendedLocation Modifier and Type Method Description DiskAccessInnerDiskAccessInner. withExtendedLocation(ExtendedLocation extendedLocation)Set the extendedLocation property: The extended location where the disk access will be created.DiskInnerDiskInner. withExtendedLocation(ExtendedLocation extendedLocation)Set the extendedLocation property: The extended location where the disk will be created.ImageInnerImageInner. withExtendedLocation(ExtendedLocation extendedLocation)Set the extendedLocation property: The extended location of the Image.SnapshotInnerSnapshotInner. withExtendedLocation(ExtendedLocation extendedLocation)Set the extendedLocation property: The extended location where the snapshot will be created.VirtualMachineImageInnerVirtualMachineImageInner. withExtendedLocation(ExtendedLocation extendedLocation)Set the extendedLocation property: The extended location of the Virtual Machine.VirtualMachineImageResourceInnerVirtualMachineImageResourceInner. withExtendedLocation(ExtendedLocation extendedLocation)Set the extendedLocation property: The extended location of the Virtual Machine.VirtualMachineInnerVirtualMachineInner. withExtendedLocation(ExtendedLocation extendedLocation)Set the extendedLocation property: The extended location of the Virtual Machine.VirtualMachineScaleSetInnerVirtualMachineScaleSetInner. withExtendedLocation(ExtendedLocation extendedLocation)Set the extendedLocation property: The extended location of the Virtual Machine Scale Set. -
Uses of ExtendedLocation in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return ExtendedLocation Modifier and Type Method Description ExtendedLocationExtendedLocation. withName(String name)Set the name property: The name of the extended location.ExtendedLocationExtendedLocation. withType(ExtendedLocationTypes type)Set the type property: The type of the extended location.
-