| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
CustomHostnameAnalysisResultProperties |
CustomHostnameAnalysisResultProperties.withAlternateCNameRecords(List<String> alternateCNameRecords)
Set the alternateCNameRecords property: Alternate CName records controller can see for this hostname.
|
CustomHostnameAnalysisResultProperties |
CustomHostnameAnalysisResultProperties.withAlternateTxtRecords(List<String> alternateTxtRecords)
Set the alternateTxtRecords property: Alternate TXT records controller can see for this hostname.
|
CustomHostnameAnalysisResultProperties |
CustomHostnameAnalysisResultProperties.withARecords(List<String> aRecords)
Set the aRecords property: A records controller can see for this hostname.
|
CustomHostnameAnalysisResultProperties |
CustomHostnameAnalysisResultProperties.withCNameRecords(List<String> cNameRecords)
Set the cNameRecords property: CName records controller can see for this hostname.
|
CustomHostnameAnalysisResultProperties |
CustomHostnameAnalysisResultProperties.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.