System.ServiceOfferingサービス提供

System.ServiceOffering (ClassType)

サービス提供の基本プロパティを定義します

Element properties:

Base ClassSystem.Offering
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId6460104c-4c61-7c9f-0925-f6d2c3763fae

Class Hierarchy:

Class Properties:

Property Name Type Display Name (JPN) Description (JPN) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  表示名 監視オブジェクトの表示名。 false 4000  False     
System.Extension:
ID  string  ID ID true 65536  False     
Domain  string  ドメイン ドメイン false 65536  False     
Path  string  パス パス false 65536  False     
Internal_ManagementPackId  guid  管理パック ID 管理パック ID false 256       
Internal_ElementId  guid  要素 ID 要素 ID false 256       
Internal_ParentId  guid  親 ID 親 ID false 256       
System.ManagementPackElement:
Comment  string  コメント コメント false 256  False     
System.Offering:
Title  string  タイトル 提供のタイトル false 256  False     
Notes  string  メモ 提供のメモ false 4000  False     
BriefDescription  string  簡単な説明 提供の簡単な説明 false 4000  False     
Overview  string  概要 提供の概要 false 4000  False     
PublishDate  datetime  公開日 提供の公開日 false 256       
Image  binary  イメージ 提供のアイコン false 256       
Status  enum  状態 提供の状態 false 256    System.Offering.StatusEnum.Draft  System.Offering.StatusEnum 
System.ServiceOffering:
Category  enum  カテゴリ サービス提供のカテゴリ false 256    System.ServiceOffering.CategoryEnum.General  System.ServiceOffering.CategoryEnum 
CultureName  string  カルチャ名 提供のカルチャ名 false 24  False     
SLAInformation  string  SLA 情報 SLA 情報 false 4000  False     
SLAInformationLink  string  SLA 情報へのリンク SLA 情報へのリンク false 1024  False     
CostInformation  string  コスト情報 サービス提供のコスト情報 false 4000  False     
CostInformationLink  string  コスト情報へのリンク コスト情報へのリンク false 1024  False     

Health Model:

Source Code:

<ClassType ID="System.ServiceOffering" Accessibility="Public" Abstract="false" Base="System.Offering">
<Property ID="Category" Type="enum" EnumType="System.ServiceOffering.CategoryEnum" DefaultValue="System.ServiceOffering.CategoryEnum.General"/>
<Property ID="CultureName" Type="string" MaxLength="24"/>
<Property ID="SLAInformation" Type="string" MaxLength="4000"/>
<Property ID="SLAInformationLink" Type="string" MaxLength="1024"/>
<Property ID="CostInformation" Type="string" MaxLength="4000"/>
<Property ID="CostInformationLink" Type="string" MaxLength="1024"/>
</ClassType>