Uses of Class
com.azure.resourcemanager.appservice.fluent.models.CustomHostnameAnalysisResultInner
Packages that use CustomHostnameAnalysisResultInner
Package
Description
Package containing the service clients for AppService.
Package containing the inner data models for AppService.
-
Uses of CustomHostnameAnalysisResultInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return CustomHostnameAnalysisResultInnerModifier and TypeMethodDescriptionWebAppsClient.analyzeCustomHostname(String resourceGroupName, String name) Analyze a custom hostname.WebAppsClient.analyzeCustomHostnameSlot(String resourceGroupName, String name, String slot) Analyze a custom hostname.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type CustomHostnameAnalysisResultInnerModifier and TypeMethodDescriptionWebAppsClient.analyzeCustomHostnameAsync(String resourceGroupName, String name) Analyze a custom hostname.WebAppsClient.analyzeCustomHostnameSlotAsync(String resourceGroupName, String name, String slot) Analyze a custom hostname.com.azure.core.http.rest.Response<CustomHostnameAnalysisResultInner> WebAppsClient.analyzeCustomHostnameSlotWithResponse(String resourceGroupName, String name, String slot, String hostName, com.azure.core.util.Context context) Analyze a custom hostname.Mono<com.azure.core.http.rest.Response<CustomHostnameAnalysisResultInner>> WebAppsClient.analyzeCustomHostnameSlotWithResponseAsync(String resourceGroupName, String name, String slot, String hostName) Analyze a custom hostname.com.azure.core.http.rest.Response<CustomHostnameAnalysisResultInner> WebAppsClient.analyzeCustomHostnameWithResponse(String resourceGroupName, String name, String hostName, com.azure.core.util.Context context) Analyze a custom hostname.Mono<com.azure.core.http.rest.Response<CustomHostnameAnalysisResultInner>> WebAppsClient.analyzeCustomHostnameWithResponseAsync(String resourceGroupName, String name, String hostName) Analyze a custom hostname. -
Uses of CustomHostnameAnalysisResultInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return CustomHostnameAnalysisResultInnerModifier and TypeMethodDescriptionCustomHostnameAnalysisResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CustomHostnameAnalysisResultInner from the JsonReader.