| 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 |
|---|---|
HostnameBindingInner |
WebAppsClient.createOrUpdateHostnameBinding(String resourceGroupName,
String name,
String hostname,
HostnameBindingInner hostnameBinding)
Description for Creates a hostname binding for an app.
|
HostnameBindingInner |
WebAppsClient.createOrUpdateHostnameBindingSlot(String resourceGroupName,
String name,
String hostname,
String slot,
HostnameBindingInner hostnameBinding)
Description for Creates a hostname binding for an app.
|
HostnameBindingInner |
WebAppsClient.getHostnameBinding(String resourceGroupName,
String name,
String hostname)
Description for Get the named hostname binding for an app (or deployment slot, if specified).
|
HostnameBindingInner |
WebAppsClient.getHostnameBindingSlot(String resourceGroupName,
String name,
String slot,
String hostname)
Description for Get the named hostname binding for an app (or deployment slot, if specified).
|
| Modifier and Type | Method and Description |
|---|---|
HostnameBindingInner |
WebAppsClient.createOrUpdateHostnameBinding(String resourceGroupName,
String name,
String hostname,
HostnameBindingInner hostnameBinding)
Description for Creates a hostname binding for an app.
|
Mono<HostnameBindingInner> |
WebAppsClient.createOrUpdateHostnameBindingAsync(String resourceGroupName,
String name,
String hostname,
HostnameBindingInner hostnameBinding)
Description for Creates a hostname binding for an app.
|
HostnameBindingInner |
WebAppsClient.createOrUpdateHostnameBindingSlot(String resourceGroupName,
String name,
String hostname,
String slot,
HostnameBindingInner hostnameBinding)
Description for Creates a hostname binding for an app.
|
Mono<HostnameBindingInner> |
WebAppsClient.createOrUpdateHostnameBindingSlotAsync(String resourceGroupName,
String name,
String hostname,
String slot,
HostnameBindingInner hostnameBinding)
Description for Creates a hostname binding for an app.
|
com.azure.core.http.rest.Response<HostnameBindingInner> |
WebAppsClient.createOrUpdateHostnameBindingSlotWithResponse(String resourceGroupName,
String name,
String hostname,
String slot,
HostnameBindingInner hostnameBinding,
com.azure.core.util.Context context)
Description for Creates a hostname binding for an app.
|
Mono<com.azure.core.http.rest.Response<HostnameBindingInner>> |
WebAppsClient.createOrUpdateHostnameBindingSlotWithResponseAsync(String resourceGroupName,
String name,
String hostname,
String slot,
HostnameBindingInner hostnameBinding)
Description for Creates a hostname binding for an app.
|
com.azure.core.http.rest.Response<HostnameBindingInner> |
WebAppsClient.createOrUpdateHostnameBindingWithResponse(String resourceGroupName,
String name,
String hostname,
HostnameBindingInner hostnameBinding,
com.azure.core.util.Context context)
Description for Creates a hostname binding for an app.
|
Mono<com.azure.core.http.rest.Response<HostnameBindingInner>> |
WebAppsClient.createOrUpdateHostnameBindingWithResponseAsync(String resourceGroupName,
String name,
String hostname,
HostnameBindingInner hostnameBinding)
Description for Creates a hostname binding for an app.
|
| Modifier and Type | Method and Description |
|---|---|
HostnameBindingInner |
HostnameBindingInner.withAzureResourceName(String azureResourceName)
Set the azureResourceName property: Azure resource name.
|
HostnameBindingInner |
HostnameBindingInner.withAzureResourceType(AzureResourceType azureResourceType)
Set the azureResourceType property: Azure resource type.
|
HostnameBindingInner |
HostnameBindingInner.withCustomHostnameDnsRecordType(CustomHostnameDnsRecordType customHostnameDnsRecordType)
Set the customHostnameDnsRecordType property: Custom DNS record type.
|
HostnameBindingInner |
HostnameBindingInner.withDomainId(String domainId)
Set the domainId property: Fully qualified ARM domain resource URI.
|
HostnameBindingInner |
HostnameBindingInner.withHostnameType(HostnameType hostnameType)
Set the hostnameType property: Hostname type.
|
HostnameBindingInner |
HostnameBindingInner.withKind(String kind)
Set the kind property: Kind of resource.
|
HostnameBindingInner |
HostnameBindingInner.withSiteName(String siteName)
Set the siteName property: App Service app name.
|
HostnameBindingInner |
HostnameBindingInner.withSslState(SslState sslState)
Set the sslState property: SSL type.
|
HostnameBindingInner |
HostnameBindingInner.withThumbprint(String thumbprint)
Set the thumbprint property: SSL certificate thumbprint.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.