ServiceManager.CloudServices.SettingsCloud Services 设置

ServiceManager.CloudServices.Settings (ClassType)

Cloud Services 解决方案的设置,如 ID 前缀和审阅者

Element properties:

Base ClassSystem.SolutionSettings
AbstractFalse
HostedFalse
SingletonTrue
ExtensionFalse
AccessibilityPublic
ElementId09be6952-757f-06ff-8a89-d81c397eeed4

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) Key Max Length Min Length Case Sensitive Default Value
System.Entity:
DisplayName  string  显示名称 对象的显示名称。 false 4000  False   
ServiceManager.CloudServices.Settings:
TenantIdPrefix  string  租户 ID 前缀 租户 ID 前缀 false 256  False  TN 
SubscriptionIdPrefix  string  云资源订阅 ID 前缀 云资源订阅 ID 前缀 false 256  False  CS 
TenantAdminsUserRole  string  租户管理员用户角色 租户管理员用户角色 false 256  False   
SubscriptionUsersUserRole  string  云资源订阅用户的用户角色 云资源订阅用户的用户角色 false 256  False   
TenantReviewers  string  租户审阅者 租户审阅者 false 4000  False   
SubscriptionImplementers  string  云资源订阅实施者 云资源订阅实施者 false 4000  False   

Health Model:

Source Code:

<ClassType ID="ServiceManager.CloudServices.Settings" Accessibility="Public" Abstract="false" Base="AdminItem!System.SolutionSettings" Hosted="false" Singleton="true" Extension="false">
<Property ID="TenantIdPrefix" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0" DefaultValue="TN"/>
<Property ID="SubscriptionIdPrefix" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0" DefaultValue="CS"/>
<Property ID="TenantAdminsUserRole" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="SubscriptionUsersUserRole" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="TenantReviewers" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="4000" MinLength="0" Required="false" Scale="0"/>
<Property ID="SubscriptionImplementers" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="4000" MinLength="0" Required="false" Scale="0"/>
</ClassType>