Class GetApplicationGroupResult


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

      • applicationGroupType

        public java.lang.String applicationGroupType()
        Returns:
        Resource Type of ApplicationGroup.
      • cloudPcResource

        public java.lang.Boolean cloudPcResource()
        Returns:
        Is cloud pc resource.
      • description

        public java.util.Optional<java.lang.String> description()
        Returns:
        Description of ApplicationGroup.
      • etag

        public java.lang.String etag()
        Returns:
        The etag field is *not* required. If it is provided in the response body, it must also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.
      • friendlyName

        public java.util.Optional<java.lang.String> friendlyName()
        Returns:
        Friendly name of ApplicationGroup.
      • hostPoolArmPath

        public java.lang.String hostPoolArmPath()
        Returns:
        HostPool arm path of ApplicationGroup.
      • id

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

        public java.util.Optional<java.lang.String> kind()
        Returns:
        Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value.
      • location

        public java.util.Optional<java.lang.String> location()
        Returns:
        The geo-location where the resource lives
      • managedBy

        public java.util.Optional<java.lang.String> managedBy()
        Returns:
        The fully qualified resource ID of the resource that manages this resource. Indicates if this resource is managed by another Azure resource. If this is present, complete mode deployment will not delete the resource if it is removed from the template since it is managed by another resource.
      • name

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

        public java.lang.String objectId()
        Returns:
        ObjectId of ApplicationGroup. (internal use)
      • systemData

        public SystemDataResponse systemData()
        Returns:
        Metadata pertaining to creation and last modification of the resource.
      • tags

        public java.util.Map<java.lang.String,​java.lang.String> tags()
        Returns:
        Resource tags.
      • type

        public java.lang.String type()
        Returns:
        The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
      • workspaceArmPath

        public java.lang.String workspaceArmPath()
        Returns:
        Workspace arm path of ApplicationGroup.