Uses of Class
com.azure.resourcemanager.containerservice.models.ExtendedLocation
-
Packages that use ExtendedLocation Package Description com.azure.resourcemanager.containerservice.fluent.models Package containing the inner data models for ContainerServiceManagementClient.com.azure.resourcemanager.containerservice.models Package containing the data models for ContainerServiceManagementClient. -
-
Uses of ExtendedLocation in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return ExtendedLocation Modifier and Type Method Description ExtendedLocationManagedClusterInner. extendedLocation()Get the extendedLocation property: The extended location of the Virtual Machine.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type ExtendedLocation Modifier and Type Method Description ManagedClusterInnerManagedClusterInner. withExtendedLocation(ExtendedLocation extendedLocation)Set the extendedLocation property: The extended location of the Virtual Machine. -
Uses of ExtendedLocation in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.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.
-