Uses of Class
com.azure.resourcemanager.appcontainers.fluent.models.CustomHostnameAnalysisResultInner
-
Packages that use CustomHostnameAnalysisResultInner Package Description com.azure.resourcemanager.appcontainers.fluent Package containing the service clients for ContainerAppsApiClient.com.azure.resourcemanager.appcontainers.fluent.models Package containing the inner data models for ContainerAppsApiClient.com.azure.resourcemanager.appcontainers.models 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 CustomHostnameAnalysisResultInner Modifier and Type Method Description CustomHostnameAnalysisResultInner
ContainerAppsClient. 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 CustomHostnameAnalysisResultInner Modifier and Type Method Description com.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 CustomHostnameAnalysisResultInner Modifier and Type Method Description CustomHostnameAnalysisResultInner
CustomHostnameAnalysisResultInner. withAlternateCNameRecords(List<String> alternateCNameRecords)
Set the alternateCNameRecords property: Alternate CName records visible for this hostname.CustomHostnameAnalysisResultInner
CustomHostnameAnalysisResultInner. withAlternateTxtRecords(List<String> alternateTxtRecords)
Set the alternateTxtRecords property: Alternate TXT records visible for this hostname.CustomHostnameAnalysisResultInner
CustomHostnameAnalysisResultInner. withARecords(List<String> aRecords)
Set the aRecords property: A records visible for this hostname.CustomHostnameAnalysisResultInner
CustomHostnameAnalysisResultInner. withCNameRecords(List<String> cNameRecords)
Set the cNameRecords property: CName records visible for this hostname.CustomHostnameAnalysisResultInner
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 CustomHostnameAnalysisResultInner Modifier and Type Method Description CustomHostnameAnalysisResultInner
CustomHostnameAnalysisResult. innerModel()
Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.CustomHostnameAnalysisResultInner object.
-