Class GetWebAppHybridConnectionResult


  • public final class GetWebAppHybridConnectionResult
    extends java.lang.Object
    • Method Detail

      • hostname

        public java.util.Optional<java.lang.String> hostname()
        Returns:
        The hostname of the endpoint.
      • id

        public java.lang.String id()
        Returns:
        Resource Id.
      • kind

        public java.util.Optional<java.lang.String> kind()
        Returns:
        Kind of resource.
      • name

        public java.lang.String name()
        Returns:
        Resource Name.
      • port

        public java.util.Optional<java.lang.Integer> port()
        Returns:
        The port of the endpoint.
      • relayArmUri

        public java.util.Optional<java.lang.String> relayArmUri()
        Returns:
        The ARM URI to the Service Bus relay.
      • relayName

        public java.util.Optional<java.lang.String> relayName()
        Returns:
        The name of the Service Bus relay.
      • sendKeyName

        public java.util.Optional<java.lang.String> sendKeyName()
        Returns:
        The name of the Service Bus key which has Send permissions. This is used to authenticate to Service Bus.
      • sendKeyValue

        public java.util.Optional<java.lang.String> sendKeyValue()
        Returns:
        The value of the Service Bus key. This is used to authenticate to Service Bus. In ARM this key will not be returned normally, use the POST /listKeys API instead.
      • serviceBusNamespace

        public java.util.Optional<java.lang.String> serviceBusNamespace()
        Returns:
        The name of the Service Bus namespace.
      • serviceBusSuffix

        public java.util.Optional<java.lang.String> serviceBusSuffix()
        Returns:
        The suffix for the service bus endpoint. By default this is .servicebus.windows.net
      • type

        public java.lang.String type()
        Returns:
        Resource type.