Uses of Class
com.azure.resourcemanager.appservice.models.ExtendedLocation
-
Packages that use ExtendedLocation Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of ExtendedLocation in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return ExtendedLocation Modifier and Type Method Description ExtendedLocationAppServicePlanInner. extendedLocation()Get the extendedLocation property: Extended Location.ExtendedLocationKubeEnvironmentInner. extendedLocation()Get the extendedLocation property: Extended Location.ExtendedLocationSiteInner. extendedLocation()Get the extendedLocation property: Extended Location.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type ExtendedLocation Modifier and Type Method Description AppServicePlanInnerAppServicePlanInner. withExtendedLocation(ExtendedLocation extendedLocation)Set the extendedLocation property: Extended Location.KubeEnvironmentInnerKubeEnvironmentInner. withExtendedLocation(ExtendedLocation extendedLocation)Set the extendedLocation property: Extended Location.SiteInnerSiteInner. withExtendedLocation(ExtendedLocation extendedLocation)Set the extendedLocation property: Extended Location. -
Uses of ExtendedLocation in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return ExtendedLocation Modifier and Type Method Description ExtendedLocationExtendedLocation. withName(String name)Set the name property: Name of extended location.
-