Class HttpSettingsRoutes
- java.lang.Object
-
- com.azure.resourcemanager.appcontainers.models.HttpSettingsRoutes
-
public final class HttpSettingsRoutes extends Object
The configuration settings of the paths HTTP requests.
-
-
Constructor Summary
Constructors Constructor Description HttpSettingsRoutes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
apiPrefix()
Get the apiPrefix property: The prefix that should precede all the authentication/authorization paths.void
validate()
Validates the instance.HttpSettingsRoutes
withApiPrefix(String apiPrefix)
Set the apiPrefix property: The prefix that should precede all the authentication/authorization paths.
-
-
-
Method Detail
-
apiPrefix
public String apiPrefix()
Get the apiPrefix property: The prefix that should precede all the authentication/authorization paths.- Returns:
- the apiPrefix value.
-
withApiPrefix
public HttpSettingsRoutes withApiPrefix(String apiPrefix)
Set the apiPrefix property: The prefix that should precede all the authentication/authorization paths.- Parameters:
apiPrefix
- the apiPrefix value to set.- Returns:
- the HttpSettingsRoutes object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-