Interface DebugSendResponse


  • public interface DebugSendResponse
    An immutable client-side representation of DebugSendResponse.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Float failure()
      Gets the failure property: send failure.
      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      DebugSendResponseInner innerModel()
      Gets the inner com.azure.resourcemanager.notificationhubs.fluent.models.DebugSendResponseInner object.
      String location()
      Gets the location property: The geo-location where the resource lives.
      String name()
      Gets the name property: The name of the resource.
      Object results()
      Gets the results property: actual failure description.
      Sku sku()
      Gets the sku property: The sku of the created namespace.
      Float success()
      Gets the success property: successful send.
      Map<String,​String> tags()
      Gets the tags property: Resource tags.
      String type()
      Gets the type property: The type of the resource.
    • Method Detail

      • id

        String id()
        Gets the id property: Fully qualified resource Id for the resource.
        Returns:
        the id value.
      • name

        String name()
        Gets the name property: The name of the resource.
        Returns:
        the name value.
      • type

        String type()
        Gets the type property: The type of the resource.
        Returns:
        the type value.
      • location

        String location()
        Gets the location property: The geo-location where the resource lives.
        Returns:
        the location value.
      • tags

        Map<String,​String> tags()
        Gets the tags property: Resource tags.
        Returns:
        the tags value.
      • sku

        Sku sku()
        Gets the sku property: The sku of the created namespace.
        Returns:
        the sku value.
      • success

        Float success()
        Gets the success property: successful send.
        Returns:
        the success value.
      • failure

        Float failure()
        Gets the failure property: send failure.
        Returns:
        the failure value.
      • results

        Object results()
        Gets the results property: actual failure description.
        Returns:
        the results value.
      • innerModel

        DebugSendResponseInner innerModel()
        Gets the inner com.azure.resourcemanager.notificationhubs.fluent.models.DebugSendResponseInner object.
        Returns:
        the inner object.