Class GetApplicationGroupResult


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

      • clientAppGroupIdentifier

        public java.lang.String clientAppGroupIdentifier()
        Returns:
        The Unique identifier for application group.Supports SAS(SASKeyName=KeyName) or AAD(AADAppID=Guid)
      • id

        public java.lang.String id()
        Returns:
        Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
      • isEnabled

        public java.util.Optional<java.lang.Boolean> isEnabled()
        Returns:
        Determines if Application Group is allowed to create connection with namespace or not. Once the isEnabled is set to false, all the existing connections of application group gets dropped and no new connections will be allowed
      • location

        public java.lang.String location()
        Returns:
        The geo-location where the resource lives
      • name

        public java.lang.String name()
        Returns:
        The name of the resource
      • policies

        public java.util.List<ThrottlingPolicyResponse> policies()
        Returns:
        List of group policies that define the behavior of application group. The policies can support resource governance scenarios such as limiting ingress or egress traffic.
      • systemData

        public SystemDataResponse systemData()
        Returns:
        The system meta data relating to this resource.
      • type

        public java.lang.String type()
        Returns:
        The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"