Interface PnsCredentialsResource


  • public interface PnsCredentialsResource
    An immutable client-side representation of PnsCredentialsResource.
    • 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.
      • apnsCredential

        ApnsCredential apnsCredential()
        Gets the apnsCredential property: The ApnsCredential of the created NotificationHub.
        Returns:
        the apnsCredential value.
      • wnsCredential

        WnsCredential wnsCredential()
        Gets the wnsCredential property: The WnsCredential of the created NotificationHub.
        Returns:
        the wnsCredential value.
      • gcmCredential

        GcmCredential gcmCredential()
        Gets the gcmCredential property: The GcmCredential of the created NotificationHub.
        Returns:
        the gcmCredential value.
      • mpnsCredential

        MpnsCredential mpnsCredential()
        Gets the mpnsCredential property: The MpnsCredential of the created NotificationHub.
        Returns:
        the mpnsCredential value.
      • admCredential

        AdmCredential admCredential()
        Gets the admCredential property: The AdmCredential of the created NotificationHub.
        Returns:
        the admCredential value.
      • baiduCredential

        BaiduCredential baiduCredential()
        Gets the baiduCredential property: The BaiduCredential of the created NotificationHub.
        Returns:
        the baiduCredential value.
      • innerModel

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