Microsoft.ApplicationVirtualization.5.Server.MP.PublishingServiceApplication Virtualization Publishing Server

Microsoft.ApplicationVirtualization.5.Server.MP.PublishingService (ClassType)

Provides hosting and streaming functionality for virtual applications

Knowledge Base article:

Summary

The App-V 5.0 Publishing server provides functionality for virtual application hosting and streaming. For Publishing Servers that are registered with the Management Server, the associated metadata is provided to the Publishing servers for use when publishing refresh requests are received from computers running the App-V Client 5.0. App-V 5.0 Publishing servers managed by a single management server can be serving different clients and can have different website names and port bindings. Additionally, all Publishing Servers managed by the same Management Server are replicas of each other.

Configuration

The publishing server does not require a database connection and supports the following protocols:

HTTP, and HTTPS

Increase App-V 5.0 availability by installing the Publishing server on multiple computers. A network load balancer should also be considered so that server requests are balanced.

Element properties:

Base ClassMicrosoft.ApplicationVirtualization.5.Server.MP.ServerRole
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId1046edb9-dbf5-6d41-6223-09b02a5b0516

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.ApplicationVirtualization.5.Server.MP.PublishingService:
PubMgmtServer  string  Publishing Management Server false 256  False 
PubWebsiteName  string  Publishing Website Name false 256  False 
PubMgmtRefreshInterval  string  Publishing Management Refresh Interval false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.ApplicationVirtualization.5.Server.MP.PublishingService" Accessibility="Public" Abstract="false" Base="Microsoft.ApplicationVirtualization.5.Server.MP.ServerRole" Hosted="true" Singleton="false">
<Property ID="PubMgmtServer" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="PubWebsiteName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="PubMgmtRefreshInterval" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>