Uses of Class
com.azure.resourcemanager.appservice.fluent.models.HybridConnectionProperties
Packages that use HybridConnectionProperties
Package
Description
Package containing the inner data models for WebSiteManagementClient.
-
Uses of HybridConnectionProperties in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return HybridConnectionPropertiesModifier and TypeMethodDescriptionstatic HybridConnectionPropertiesHybridConnectionProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of HybridConnectionProperties from the JsonReader.HybridConnectionProperties.withHostname(String hostname) Set the hostname property: The hostname of the endpoint.Set the port property: The port of the endpoint.HybridConnectionProperties.withRelayArmUri(String relayArmUri) Set the relayArmUri property: The ARM URI to the Service Bus relay.HybridConnectionProperties.withRelayName(String relayName) Set the relayName property: The name of the Service Bus relay.HybridConnectionProperties.withSendKeyName(String sendKeyName) Set the sendKeyName property: The name of the Service Bus key which has Send permissions.HybridConnectionProperties.withSendKeyValue(String sendKeyValue) Set the sendKeyValue property: The value of the Service Bus key.HybridConnectionProperties.withServiceBusNamespace(String serviceBusNamespace) Set the serviceBusNamespace property: The name of the Service Bus namespace.HybridConnectionProperties.withServiceBusSuffix(String serviceBusSuffix) Set the serviceBusSuffix property: The suffix for the service bus endpoint.