Uses of Class
com.azure.resourcemanager.appservice.fluent.models.CustomHostnameAnalysisResultInner
Packages that use CustomHostnameAnalysisResultInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
-
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.CustomHostnameAnalysisResultInner.withAlternateCNameRecords(List<String> alternateCNameRecords) Set the alternateCNameRecords property: Alternate CName records controller can see for this hostname.CustomHostnameAnalysisResultInner.withAlternateTxtRecords(List<String> alternateTxtRecords) Set the alternateTxtRecords property: Alternate TXT records controller can see for this hostname.CustomHostnameAnalysisResultInner.withARecords(List<String> aRecords) Set the aRecords property: A records controller can see for this hostname.CustomHostnameAnalysisResultInner.withCNameRecords(List<String> cNameRecords) Set the cNameRecords property: CName records controller can see for this hostname.Set the kind property: Kind of resource.CustomHostnameAnalysisResultInner.withTxtRecords(List<String> txtRecords) Set the txtRecords property: TXT records controller can see for this hostname.