Uses of Class
com.azure.resourcemanager.compute.models.ExtendedLocation
Packages that use ExtendedLocation
Package
Description
Package containing the inner data models for ComputeManagementClient.
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 ExtendedLocationModifier and TypeMethodDescriptionDiskAccessInner.extendedLocation()Get the extendedLocation property: The extended location where the disk access will be created.DiskInner.extendedLocation()Get the extendedLocation property: The extended location where the disk will be created.ImageInner.extendedLocation()Get the extendedLocation property: The extended location of the Image.SnapshotInner.extendedLocation()Get the extendedLocation property: The extended location where the snapshot will be created.VirtualMachineImageResourceInner.extendedLocation()Get the extendedLocation property: The extended location of the Virtual Machine.VirtualMachineInner.extendedLocation()Get the extendedLocation property: The extended location of the Virtual Machine.VirtualMachineScaleSetInner.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 ExtendedLocationModifier and TypeMethodDescriptionDiskAccessInner.withExtendedLocation(ExtendedLocation extendedLocation) Set the extendedLocation property: The extended location where the disk access will be created.DiskInner.withExtendedLocation(ExtendedLocation extendedLocation) Set the extendedLocation property: The extended location where the disk will be created.ImageInner.withExtendedLocation(ExtendedLocation extendedLocation) Set the extendedLocation property: The extended location of the Image.SnapshotInner.withExtendedLocation(ExtendedLocation extendedLocation) Set the extendedLocation property: The extended location where the snapshot will be created.VirtualMachineImageInner.withExtendedLocation(ExtendedLocation extendedLocation) Set the extendedLocation property: The extended location of the Virtual Machine.VirtualMachineImageResourceInner.withExtendedLocation(ExtendedLocation extendedLocation) Set the extendedLocation property: The extended location of the Virtual Machine.VirtualMachineInner.withExtendedLocation(ExtendedLocation extendedLocation) Set the extendedLocation property: The extended location of the Virtual Machine.VirtualMachineScaleSetInner.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 ExtendedLocationModifier and TypeMethodDescriptionstatic ExtendedLocationExtendedLocation.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ExtendedLocation from the JsonReader.Set the name property: The name of the extended location.ExtendedLocation.withType(ExtendedLocationTypes type) Set the type property: The type of the extended location.