| 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 |
|---|---|
RelayServiceConnectionEntityInner |
WebAppsClient.createOrUpdateRelayServiceConnection(String resourceGroupName,
String name,
String entityName,
RelayServiceConnectionEntityInner connectionEnvelope)
Description for Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).
|
RelayServiceConnectionEntityInner |
WebAppsClient.createOrUpdateRelayServiceConnectionSlot(String resourceGroupName,
String name,
String entityName,
String slot,
RelayServiceConnectionEntityInner connectionEnvelope)
Description for Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).
|
RelayServiceConnectionEntityInner |
WebAppsClient.getRelayServiceConnection(String resourceGroupName,
String name,
String entityName)
Description for Gets a hybrid connection configuration by its name.
|
RelayServiceConnectionEntityInner |
WebAppsClient.getRelayServiceConnectionSlot(String resourceGroupName,
String name,
String entityName,
String slot)
Description for Gets a hybrid connection configuration by its name.
|
RelayServiceConnectionEntityInner |
WebAppsClient.listRelayServiceConnections(String resourceGroupName,
String name)
Description for Gets hybrid connections configured for an app (or deployment slot, if specified).
|
RelayServiceConnectionEntityInner |
WebAppsClient.listRelayServiceConnectionsSlot(String resourceGroupName,
String name,
String slot)
Description for Gets hybrid connections configured for an app (or deployment slot, if specified).
|
RelayServiceConnectionEntityInner |
WebAppsClient.updateRelayServiceConnection(String resourceGroupName,
String name,
String entityName,
RelayServiceConnectionEntityInner connectionEnvelope)
Description for Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).
|
RelayServiceConnectionEntityInner |
WebAppsClient.updateRelayServiceConnectionSlot(String resourceGroupName,
String name,
String entityName,
String slot,
RelayServiceConnectionEntityInner connectionEnvelope)
Description for Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).
|
| Modifier and Type | Method and Description |
|---|---|
RelayServiceConnectionEntityInner |
WebAppsClient.createOrUpdateRelayServiceConnection(String resourceGroupName,
String name,
String entityName,
RelayServiceConnectionEntityInner connectionEnvelope)
Description for Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).
|
Mono<RelayServiceConnectionEntityInner> |
WebAppsClient.createOrUpdateRelayServiceConnectionAsync(String resourceGroupName,
String name,
String entityName,
RelayServiceConnectionEntityInner connectionEnvelope)
Description for Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).
|
RelayServiceConnectionEntityInner |
WebAppsClient.createOrUpdateRelayServiceConnectionSlot(String resourceGroupName,
String name,
String entityName,
String slot,
RelayServiceConnectionEntityInner connectionEnvelope)
Description for Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).
|
Mono<RelayServiceConnectionEntityInner> |
WebAppsClient.createOrUpdateRelayServiceConnectionSlotAsync(String resourceGroupName,
String name,
String entityName,
String slot,
RelayServiceConnectionEntityInner connectionEnvelope)
Description for Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).
|
com.azure.core.http.rest.Response<RelayServiceConnectionEntityInner> |
WebAppsClient.createOrUpdateRelayServiceConnectionSlotWithResponse(String resourceGroupName,
String name,
String entityName,
String slot,
RelayServiceConnectionEntityInner connectionEnvelope,
com.azure.core.util.Context context)
Description for Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).
|
Mono<com.azure.core.http.rest.Response<RelayServiceConnectionEntityInner>> |
WebAppsClient.createOrUpdateRelayServiceConnectionSlotWithResponseAsync(String resourceGroupName,
String name,
String entityName,
String slot,
RelayServiceConnectionEntityInner connectionEnvelope)
Description for Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).
|
com.azure.core.http.rest.Response<RelayServiceConnectionEntityInner> |
WebAppsClient.createOrUpdateRelayServiceConnectionWithResponse(String resourceGroupName,
String name,
String entityName,
RelayServiceConnectionEntityInner connectionEnvelope,
com.azure.core.util.Context context)
Description for Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).
|
Mono<com.azure.core.http.rest.Response<RelayServiceConnectionEntityInner>> |
WebAppsClient.createOrUpdateRelayServiceConnectionWithResponseAsync(String resourceGroupName,
String name,
String entityName,
RelayServiceConnectionEntityInner connectionEnvelope)
Description for Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).
|
RelayServiceConnectionEntityInner |
WebAppsClient.updateRelayServiceConnection(String resourceGroupName,
String name,
String entityName,
RelayServiceConnectionEntityInner connectionEnvelope)
Description for Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).
|
Mono<RelayServiceConnectionEntityInner> |
WebAppsClient.updateRelayServiceConnectionAsync(String resourceGroupName,
String name,
String entityName,
RelayServiceConnectionEntityInner connectionEnvelope)
Description for Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).
|
RelayServiceConnectionEntityInner |
WebAppsClient.updateRelayServiceConnectionSlot(String resourceGroupName,
String name,
String entityName,
String slot,
RelayServiceConnectionEntityInner connectionEnvelope)
Description for Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).
|
Mono<RelayServiceConnectionEntityInner> |
WebAppsClient.updateRelayServiceConnectionSlotAsync(String resourceGroupName,
String name,
String entityName,
String slot,
RelayServiceConnectionEntityInner connectionEnvelope)
Description for Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).
|
com.azure.core.http.rest.Response<RelayServiceConnectionEntityInner> |
WebAppsClient.updateRelayServiceConnectionSlotWithResponse(String resourceGroupName,
String name,
String entityName,
String slot,
RelayServiceConnectionEntityInner connectionEnvelope,
com.azure.core.util.Context context)
Description for Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).
|
Mono<com.azure.core.http.rest.Response<RelayServiceConnectionEntityInner>> |
WebAppsClient.updateRelayServiceConnectionSlotWithResponseAsync(String resourceGroupName,
String name,
String entityName,
String slot,
RelayServiceConnectionEntityInner connectionEnvelope)
Description for Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).
|
com.azure.core.http.rest.Response<RelayServiceConnectionEntityInner> |
WebAppsClient.updateRelayServiceConnectionWithResponse(String resourceGroupName,
String name,
String entityName,
RelayServiceConnectionEntityInner connectionEnvelope,
com.azure.core.util.Context context)
Description for Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).
|
Mono<com.azure.core.http.rest.Response<RelayServiceConnectionEntityInner>> |
WebAppsClient.updateRelayServiceConnectionWithResponseAsync(String resourceGroupName,
String name,
String entityName,
RelayServiceConnectionEntityInner connectionEnvelope)
Description for Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).
|
| Modifier and Type | Method and Description |
|---|---|
RelayServiceConnectionEntityInner |
RelayServiceConnectionEntityInner.withBiztalkUri(String biztalkUri)
Set the biztalkUri property: The biztalkUri property.
|
RelayServiceConnectionEntityInner |
RelayServiceConnectionEntityInner.withEntityConnectionString(String entityConnectionString)
Set the entityConnectionString property: The entityConnectionString property.
|
RelayServiceConnectionEntityInner |
RelayServiceConnectionEntityInner.withEntityName(String entityName)
Set the entityName property: The entityName property.
|
RelayServiceConnectionEntityInner |
RelayServiceConnectionEntityInner.withHostname(String hostname)
Set the hostname property: The hostname property.
|
RelayServiceConnectionEntityInner |
RelayServiceConnectionEntityInner.withKind(String kind)
Set the kind property: Kind of resource.
|
RelayServiceConnectionEntityInner |
RelayServiceConnectionEntityInner.withPort(Integer port)
Set the port property: The port property.
|
RelayServiceConnectionEntityInner |
RelayServiceConnectionEntityInner.withResourceConnectionString(String resourceConnectionString)
Set the resourceConnectionString property: The resourceConnectionString property.
|
RelayServiceConnectionEntityInner |
RelayServiceConnectionEntityInner.withResourceType(String resourceType)
Set the resourceType property: The resourceType property.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.