public final class HybridConnectionInner extends ProxyOnlyResource
| Constructor and Description |
|---|
HybridConnectionInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
hostname()
Get the hostname property: The hostname of the endpoint.
|
Integer |
port()
Get the port property: The port of the endpoint.
|
String |
relayArmUri()
Get the relayArmUri property: The ARM URI to the Service Bus relay.
|
String |
relayName()
Get the relayName property: The name of the Service Bus relay.
|
String |
sendKeyName()
Get the sendKeyName property: The name of the Service Bus key which has Send permissions.
|
String |
sendKeyValue()
Get the sendKeyValue property: The value of the Service Bus key.
|
String |
serviceBusNamespace()
Get the serviceBusNamespace property: The name of the Service Bus namespace.
|
String |
serviceBusSuffix()
Get the serviceBusSuffix property: The suffix for the service bus endpoint.
|
void |
validate()
Validates the instance.
|
HybridConnectionInner |
withHostname(String hostname)
Set the hostname property: The hostname of the endpoint.
|
HybridConnectionInner |
withKind(String kind)
Set the kind property: Kind of resource.
|
HybridConnectionInner |
withPort(Integer port)
Set the port property: The port of the endpoint.
|
HybridConnectionInner |
withRelayArmUri(String relayArmUri)
Set the relayArmUri property: The ARM URI to the Service Bus relay.
|
HybridConnectionInner |
withRelayName(String relayName)
Set the relayName property: The name of the Service Bus relay.
|
HybridConnectionInner |
withSendKeyName(String sendKeyName)
Set the sendKeyName property: The name of the Service Bus key which has Send permissions.
|
HybridConnectionInner |
withSendKeyValue(String sendKeyValue)
Set the sendKeyValue property: The value of the Service Bus key.
|
HybridConnectionInner |
withServiceBusNamespace(String serviceBusNamespace)
Set the serviceBusNamespace property: The name of the Service Bus namespace.
|
HybridConnectionInner |
withServiceBusSuffix(String serviceBusSuffix)
Set the serviceBusSuffix property: The suffix for the service bus endpoint.
|
kindpublic HybridConnectionInner withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public String serviceBusNamespace()
public HybridConnectionInner withServiceBusNamespace(String serviceBusNamespace)
serviceBusNamespace - the serviceBusNamespace value to set.public String relayName()
public HybridConnectionInner withRelayName(String relayName)
relayName - the relayName value to set.public String relayArmUri()
public HybridConnectionInner withRelayArmUri(String relayArmUri)
relayArmUri - the relayArmUri value to set.public String hostname()
public HybridConnectionInner withHostname(String hostname)
hostname - the hostname value to set.public Integer port()
public HybridConnectionInner withPort(Integer port)
port - the port value to set.public String sendKeyName()
public HybridConnectionInner withSendKeyName(String sendKeyName)
sendKeyName - the sendKeyName value to set.public String sendKeyValue()
public HybridConnectionInner withSendKeyValue(String sendKeyValue)
sendKeyValue - the sendKeyValue value to set.public String serviceBusSuffix()
public HybridConnectionInner withServiceBusSuffix(String serviceBusSuffix)
serviceBusSuffix - the serviceBusSuffix value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.