Uses of Class
com.azure.resourcemanager.appcontainers.models.HttpSettings
-
Packages that use HttpSettings Package Description com.azure.resourcemanager.appcontainers.fluent.models Package containing the inner data models for ContainerAppsApiClient.com.azure.resourcemanager.appcontainers.models Package containing the data models for ContainerAppsApiClient. -
-
Uses of HttpSettings in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return HttpSettings Modifier and Type Method Description HttpSettings
AuthConfigInner. httpSettings()
Get the httpSettings property: The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization.HttpSettings
AuthConfigProperties. httpSettings()
Get the httpSettings property: The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization.Methods in com.azure.resourcemanager.appcontainers.fluent.models with parameters of type HttpSettings Modifier and Type Method Description AuthConfigInner
AuthConfigInner. withHttpSettings(HttpSettings httpSettings)
Set the httpSettings property: The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization.AuthConfigProperties
AuthConfigProperties. withHttpSettings(HttpSettings httpSettings)
Set the httpSettings property: The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization. -
Uses of HttpSettings in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return HttpSettings Modifier and Type Method Description HttpSettings
AuthConfig. httpSettings()
Gets the httpSettings property: The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization.HttpSettings
HttpSettings. withForwardProxy(ForwardProxy forwardProxy)
Set the forwardProxy property: The configuration settings of a forward proxy used to make the requests.HttpSettings
HttpSettings. withRequireHttps(Boolean requireHttps)
Set the requireHttps property: <code>false</code> if the authentication/authorization responses not having the HTTPS scheme are permissible; otherwise, <code>true</code>.HttpSettings
HttpSettings. withRoutes(HttpSettingsRoutes routes)
Set the routes property: The configuration settings of the paths HTTP requests.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type HttpSettings Modifier and Type Method Description AuthConfig.DefinitionStages.WithCreate
AuthConfig.DefinitionStages.WithHttpSettings. withHttpSettings(HttpSettings httpSettings)
Specifies the httpSettings property: The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization..AuthConfig.Update
AuthConfig.UpdateStages.WithHttpSettings. withHttpSettings(HttpSettings httpSettings)
Specifies the httpSettings property: The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization..
-