Uses of Class
com.azure.resourcemanager.appservice.fluent.models.RelayServiceConnectionEntityInner
Packages that use RelayServiceConnectionEntityInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
-
Uses of RelayServiceConnectionEntityInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return RelayServiceConnectionEntityInnerModifier and TypeMethodDescriptionWebAppsClient.createOrUpdateRelayServiceConnection
(String resourceGroupName, String name, String entityName, RelayServiceConnectionEntityInner connectionEnvelope) Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).WebAppsClient.createOrUpdateRelayServiceConnectionSlot
(String resourceGroupName, String name, String entityName, String slot, RelayServiceConnectionEntityInner connectionEnvelope) Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).WebAppsClient.getRelayServiceConnection
(String resourceGroupName, String name, String entityName) Gets a hybrid connection configuration by its name.WebAppsClient.getRelayServiceConnectionSlot
(String resourceGroupName, String name, String entityName, String slot) Gets a hybrid connection configuration by its name.WebAppsClient.listRelayServiceConnections
(String resourceGroupName, String name) Gets hybrid connections configured for an app (or deployment slot, if specified).WebAppsClient.listRelayServiceConnectionsSlot
(String resourceGroupName, String name, String slot) Gets hybrid connections configured for an app (or deployment slot, if specified).WebAppsClient.updateRelayServiceConnection
(String resourceGroupName, String name, String entityName, RelayServiceConnectionEntityInner connectionEnvelope) Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).WebAppsClient.updateRelayServiceConnectionSlot
(String resourceGroupName, String name, String entityName, String slot, RelayServiceConnectionEntityInner connectionEnvelope) Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type RelayServiceConnectionEntityInnerModifier and TypeMethodDescriptionWebAppsClient.createOrUpdateRelayServiceConnectionAsync
(String resourceGroupName, String name, String entityName, RelayServiceConnectionEntityInner connectionEnvelope) Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).WebAppsClient.createOrUpdateRelayServiceConnectionSlotAsync
(String resourceGroupName, String name, String entityName, String slot, RelayServiceConnectionEntityInner connectionEnvelope) 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) 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) 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) 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) Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).WebAppsClient.getRelayServiceConnectionAsync
(String resourceGroupName, String name, String entityName) Gets a hybrid connection configuration by its name.WebAppsClient.getRelayServiceConnectionSlotAsync
(String resourceGroupName, String name, String entityName, String slot) Gets a hybrid connection configuration by its name.com.azure.core.http.rest.Response
<RelayServiceConnectionEntityInner> WebAppsClient.getRelayServiceConnectionSlotWithResponse
(String resourceGroupName, String name, String entityName, String slot, com.azure.core.util.Context context) Gets a hybrid connection configuration by its name.Mono
<com.azure.core.http.rest.Response<RelayServiceConnectionEntityInner>> WebAppsClient.getRelayServiceConnectionSlotWithResponseAsync
(String resourceGroupName, String name, String entityName, String slot) Gets a hybrid connection configuration by its name.com.azure.core.http.rest.Response
<RelayServiceConnectionEntityInner> WebAppsClient.getRelayServiceConnectionWithResponse
(String resourceGroupName, String name, String entityName, com.azure.core.util.Context context) Gets a hybrid connection configuration by its name.Mono
<com.azure.core.http.rest.Response<RelayServiceConnectionEntityInner>> WebAppsClient.getRelayServiceConnectionWithResponseAsync
(String resourceGroupName, String name, String entityName) Gets a hybrid connection configuration by its name.WebAppsClient.listRelayServiceConnectionsAsync
(String resourceGroupName, String name) Gets hybrid connections configured for an app (or deployment slot, if specified).WebAppsClient.listRelayServiceConnectionsSlotAsync
(String resourceGroupName, String name, String slot) Gets hybrid connections configured for an app (or deployment slot, if specified).com.azure.core.http.rest.Response
<RelayServiceConnectionEntityInner> WebAppsClient.listRelayServiceConnectionsSlotWithResponse
(String resourceGroupName, String name, String slot, com.azure.core.util.Context context) Gets hybrid connections configured for an app (or deployment slot, if specified).Mono
<com.azure.core.http.rest.Response<RelayServiceConnectionEntityInner>> WebAppsClient.listRelayServiceConnectionsSlotWithResponseAsync
(String resourceGroupName, String name, String slot) Gets hybrid connections configured for an app (or deployment slot, if specified).com.azure.core.http.rest.Response
<RelayServiceConnectionEntityInner> WebAppsClient.listRelayServiceConnectionsWithResponse
(String resourceGroupName, String name, com.azure.core.util.Context context) Gets hybrid connections configured for an app (or deployment slot, if specified).Mono
<com.azure.core.http.rest.Response<RelayServiceConnectionEntityInner>> WebAppsClient.listRelayServiceConnectionsWithResponseAsync
(String resourceGroupName, String name) Gets hybrid connections configured for an app (or deployment slot, if specified).WebAppsClient.updateRelayServiceConnectionAsync
(String resourceGroupName, String name, String entityName, RelayServiceConnectionEntityInner connectionEnvelope) Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).WebAppsClient.updateRelayServiceConnectionSlotAsync
(String resourceGroupName, String name, String entityName, String slot, RelayServiceConnectionEntityInner connectionEnvelope) 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) 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) 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) 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) Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).Methods in com.azure.resourcemanager.appservice.fluent with parameters of type RelayServiceConnectionEntityInnerModifier and TypeMethodDescriptionWebAppsClient.createOrUpdateRelayServiceConnection
(String resourceGroupName, String name, String entityName, RelayServiceConnectionEntityInner connectionEnvelope) Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).WebAppsClient.createOrUpdateRelayServiceConnectionAsync
(String resourceGroupName, String name, String entityName, RelayServiceConnectionEntityInner connectionEnvelope) Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).WebAppsClient.createOrUpdateRelayServiceConnectionSlot
(String resourceGroupName, String name, String entityName, String slot, RelayServiceConnectionEntityInner connectionEnvelope) Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).WebAppsClient.createOrUpdateRelayServiceConnectionSlotAsync
(String resourceGroupName, String name, String entityName, String slot, RelayServiceConnectionEntityInner connectionEnvelope) 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) 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) 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) 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) Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).WebAppsClient.updateRelayServiceConnection
(String resourceGroupName, String name, String entityName, RelayServiceConnectionEntityInner connectionEnvelope) Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).WebAppsClient.updateRelayServiceConnectionAsync
(String resourceGroupName, String name, String entityName, RelayServiceConnectionEntityInner connectionEnvelope) Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).WebAppsClient.updateRelayServiceConnectionSlot
(String resourceGroupName, String name, String entityName, String slot, RelayServiceConnectionEntityInner connectionEnvelope) Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).WebAppsClient.updateRelayServiceConnectionSlotAsync
(String resourceGroupName, String name, String entityName, String slot, RelayServiceConnectionEntityInner connectionEnvelope) 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) 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) 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) 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) Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH). -
Uses of RelayServiceConnectionEntityInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return RelayServiceConnectionEntityInnerModifier and TypeMethodDescriptionRelayServiceConnectionEntityInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RelayServiceConnectionEntityInner from the JsonReader.RelayServiceConnectionEntityInner.withBiztalkUri
(String biztalkUri) Set the biztalkUri property: The biztalkUri property.RelayServiceConnectionEntityInner.withEntityConnectionString
(String entityConnectionString) Set the entityConnectionString property: The entityConnectionString property.RelayServiceConnectionEntityInner.withEntityName
(String entityName) Set the entityName property: The entityName property.RelayServiceConnectionEntityInner.withHostname
(String hostname) Set the hostname property: The hostname property.Set the kind property: Kind of resource.Set the port property: The port property.RelayServiceConnectionEntityInner.withResourceConnectionString
(String resourceConnectionString) Set the resourceConnectionString property: The resourceConnectionString property.RelayServiceConnectionEntityInner.withResourceType
(String resourceType) Set the resourceType property: The resourceType property.Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type RelayServiceConnectionEntityInnerModifier and TypeMethodDescriptionNetworkFeaturesInner.hybridConnections()
Get the hybridConnections property: The Hybrid Connections summary view.NetworkFeaturesProperties.hybridConnections()
Get the hybridConnections property: The Hybrid Connections summary view.