Uses of Class
com.azure.resourcemanager.appcontainers.models.ExtendedLocation
Packages that use ExtendedLocation
Package
Description
Package containing the inner data models for ContainerAppsApiClient.
Package containing the data models for ContainerAppsApiClient.
-
Uses of ExtendedLocation in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return ExtendedLocationModifier and TypeMethodDescriptionConnectedEnvironmentInner.extendedLocation()Get the extendedLocation property: The complex type of the extended location.ContainerAppInner.extendedLocation()Get the extendedLocation property: The complex type of the extended location.Methods in com.azure.resourcemanager.appcontainers.fluent.models with parameters of type ExtendedLocationModifier and TypeMethodDescriptionConnectedEnvironmentInner.withExtendedLocation(ExtendedLocation extendedLocation) Set the extendedLocation property: The complex type of the extended location.ContainerAppInner.withExtendedLocation(ExtendedLocation extendedLocation) Set the extendedLocation property: The complex type of the extended location. -
Uses of ExtendedLocation in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return ExtendedLocationModifier and TypeMethodDescriptionConnectedEnvironment.extendedLocation()Gets the extendedLocation property: The complex type of the extended location.ContainerApp.extendedLocation()Gets the extendedLocation property: The complex type of the extended location.static 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.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type ExtendedLocationModifier and TypeMethodDescriptionConnectedEnvironment.DefinitionStages.WithExtendedLocation.withExtendedLocation(ExtendedLocation extendedLocation) Specifies the extendedLocation property: The complex type of the extended location..ConnectedEnvironment.UpdateStages.WithExtendedLocation.withExtendedLocation(ExtendedLocation extendedLocation) Specifies the extendedLocation property: The complex type of the extended location..ContainerApp.DefinitionStages.WithExtendedLocation.withExtendedLocation(ExtendedLocation extendedLocation) Specifies the extendedLocation property: The complex type of the extended location..ContainerApp.UpdateStages.WithExtendedLocation.withExtendedLocation(ExtendedLocation extendedLocation) Specifies the extendedLocation property: The complex type of the extended location..