P2P.OMSAdministration.Classes.OMSManagementPackBundleOMS Management Pack Bundle

P2P.OMSAdministration.Classes.OMSManagementPackBundle (ClassType)

Management Pack Bundle from the OMS Instance in Azure

Element properties:

Base ClassSystem.Entity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdcd4cf86c-367b-3d10-8ada-48f2da003237

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 the object. false 4000  False 
P2P.OMSAdministration.Classes.OMSManagementPackBundle:
MPBName  string  MPB Package Name true 256  False 
DownloadURL  string  MPB Download URL false 256  False 
IsDynamic  bool  Is Dynamic? false 256   
IsDisabled  bool  Is Disabled? false 256   

Health Model:

Source Code:

<ClassType ID="P2P.OMSAdministration.Classes.OMSManagementPackBundle" Base="System!System.Entity" Accessibility="Public" Abstract="false" Hosted="true" Singleton="false">
<Property ID="MPBName" Key="true" Type="string"/>
<Property ID="DownloadURL" Key="false" Type="string"/>
<Property ID="IsDynamic" Key="false" Type="bool"/>
<Property ID="IsDisabled" Key="false" Type="bool"/>
</ClassType>