HttpSettingsRoutes Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. HttpSettingsRoutes
- com.
Implements
public final class HttpSettingsRoutes
implements JsonSerializable<HttpSettingsRoutes>
The configuration settings of the paths HTTP requests.
Constructor Summary
Constructor | Description |
---|---|
HttpSettingsRoutes() |
Creates an instance of Http |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
apiPrefix()
Get the api |
static
Http |
fromJson(JsonReader jsonReader)
Reads an instance of Http |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Http |
withApiPrefix(String apiPrefix)
Set the api |
Methods inherited from java.lang.Object
Constructor Details
HttpSettingsRoutes
public HttpSettingsRoutes()
Creates an instance of HttpSettingsRoutes class.
Method Details
apiPrefix
public String apiPrefix()
Get the apiPrefix property: The prefix that should precede all the authentication/authorization paths.
Returns:
fromJson
public static HttpSettingsRoutes fromJson(JsonReader jsonReader)
Reads an instance of HttpSettingsRoutes from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withApiPrefix
public HttpSettingsRoutes withApiPrefix(String apiPrefix)
Set the apiPrefix property: The prefix that should precede all the authentication/authorization paths.
Parameters:
Returns:
Applies to
Azure SDK for Java