| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent |
Package containing the service clients for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
CustomHostnameAnalysisResultInner |
WebAppsClient.analyzeCustomHostname(String resourceGroupName,
String name)
Description for Analyze a custom hostname.
|
CustomHostnameAnalysisResultInner |
WebAppsClient.analyzeCustomHostnameSlot(String resourceGroupName,
String name,
String slot)
Description for Analyze a custom hostname.
|
| Modifier and Type | Method and Description |
|---|---|
CustomHostnameAnalysisResultInner |
CustomHostnameAnalysisResultInner.withAlternateCNameRecords(List<String> alternateCNameRecords)
Set the alternateCNameRecords property: Alternate CName records controller can see for this hostname.
|
CustomHostnameAnalysisResultInner |
CustomHostnameAnalysisResultInner.withAlternateTxtRecords(List<String> alternateTxtRecords)
Set the alternateTxtRecords property: Alternate TXT records controller can see for this hostname.
|
CustomHostnameAnalysisResultInner |
CustomHostnameAnalysisResultInner.withARecords(List<String> aRecords)
Set the aRecords property: A records controller can see for this hostname.
|
CustomHostnameAnalysisResultInner |
CustomHostnameAnalysisResultInner.withCNameRecords(List<String> cNameRecords)
Set the cNameRecords property: CName records controller can see for this hostname.
|
CustomHostnameAnalysisResultInner |
CustomHostnameAnalysisResultInner.withKind(String kind)
Set the kind property: Kind of resource.
|
CustomHostnameAnalysisResultInner |
CustomHostnameAnalysisResultInner.withTxtRecords(List<String> txtRecords)
Set the txtRecords property: TXT records controller can see for this hostname.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.