Uses of Class
com.azure.resourcemanager.appcontainers.fluent.models.CustomHostnameAnalysisResultInner
Packages that use CustomHostnameAnalysisResultInner
Package
Description
Package containing the service clients for ContainerAppsApiClient.
Package containing the inner data models for ContainerAppsApiClient.
Package containing the data models for ContainerAppsApiClient.
-
Uses of CustomHostnameAnalysisResultInner in com.azure.resourcemanager.appcontainers.fluent
Methods in com.azure.resourcemanager.appcontainers.fluent that return CustomHostnameAnalysisResultInnerModifier and TypeMethodDescriptionContainerAppsClient.listCustomHostnameAnalysis
(String resourceGroupName, String containerAppName) Analyzes a custom hostname for a Container App.Methods in com.azure.resourcemanager.appcontainers.fluent that return types with arguments of type CustomHostnameAnalysisResultInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response
<CustomHostnameAnalysisResultInner> ContainerAppsClient.listCustomHostnameAnalysisWithResponse
(String resourceGroupName, String containerAppName, String customHostname, com.azure.core.util.Context context) Analyzes a custom hostname for a Container App. -
Uses of CustomHostnameAnalysisResultInner in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.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 visible for this hostname.CustomHostnameAnalysisResultInner.withAlternateTxtRecords
(List<String> alternateTxtRecords) Set the alternateTxtRecords property: Alternate TXT records visible for this hostname.CustomHostnameAnalysisResultInner.withARecords
(List<String> aRecords) Set the aRecords property: A records visible for this hostname.CustomHostnameAnalysisResultInner.withCNameRecords
(List<String> cNameRecords) Set the cNameRecords property: CName records visible for this hostname.CustomHostnameAnalysisResultInner.withTxtRecords
(List<String> txtRecords) Set the txtRecords property: TXT records visible for this hostname. -
Uses of CustomHostnameAnalysisResultInner in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return CustomHostnameAnalysisResultInnerModifier and TypeMethodDescriptionCustomHostnameAnalysisResult.innerModel()
Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.CustomHostnameAnalysisResultInner object.